Package | Description |
---|---|
ilog.views.gantt.swing |
Provides interfaces and classes for rendering and editing
Gantt data in Swing components, such as a tree or table.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvAbstractJTreeRenderPolicy
IlvAbstractJTreeRenderPolicy is the superclass of all
rendering policy implementations that can be used with an
IlvJTree . |
class |
IlvJTreeStringRenderPolicy
IlvJTreeStringRenderPolicy is a policy that can render
and edit a String property of an IlvHierarchyNode
(that is, an activity or a resource) in an IlvJTree . |
Modifier and Type | Method and Description |
---|---|
IlvJTreeRenderPolicy |
IlvTreeColumn.getRenderPolicy()
Returns the policy for rendering and editing rows displayed in this
tree column.
|
IlvJTreeRenderPolicy |
IlvJTree.getRenderPolicy()
Returns the policy for rendering and editing rows displayed in this
tree.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvTreeColumn.setRenderPolicy(IlvJTreeRenderPolicy policy)
Sets the rendering and editing policy for rows displayed in this tree
column.
|
void |
IlvJTree.setRenderPolicy(IlvJTreeRenderPolicy policy)
Sets the rendering and editing policy for rows displayed in this tree.
|
Constructor and Description |
---|
IlvJTree(IlvJTreeRenderPolicy renderPolicy)
Constructs a new
IlvJTree that will use the specified
policy for rendering and editing its rows. |
IlvTreeColumn(Object headerValue,
IlvJTreeRenderPolicy renderPolicy)
Constructs a new tree column with the specified value displayed in its
header and the tree rendered using the specified policy.
|
IlvTreeColumn(Object headerValue,
IlvJTreeRenderPolicy renderPolicy,
int width)
Constructs a new tree column with the specified value displayed in its
header and the tree rendered using the specified policy.
|
IlvTreeColumn(Object headerValue,
IlvJTreeRenderPolicy renderPolicy,
int width,
Object identifier)
Constructs a new tree column with the specified value displayed in its
header, the tree rendered using the specified policy, a width, and a
column identifier.
|
IlvTreeColumn(Object headerValue,
IlvJTreeRenderPolicy renderPolicy,
Object identifier)
Constructs a new tree column with the specified value displayed in its
header, the tree rendered using the specified policy, and a column
identifier.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.