Package | Description |
---|---|
ilog.views.gantt |
Contains all of the main Gantt Chart classes,
Beans, and data model interfaces.
|
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 | Method and Description |
---|---|
void |
IlvGanttConfiguration.addSelectable(IlvJTree tree)
Adds the specified tree component to be coordinated with the
selection management policy of this configuration.
|
void |
IlvGanttComponentManager.addSelectable(IlvJTree tree)
Adds a tree component to be coordinated with the selection management of
the chart.
|
void |
IlvGanttConfiguration.removeSelectable(IlvJTree tree)
Removes the specified tree component so that it is no longer coordinated
with the selection management policy of this configuration.
|
void |
IlvGanttComponentManager.removeSelectable(IlvJTree tree)
Removes a tree component so that it is no longer coordinated with the
selection management policy of the chart.
|
Modifier and Type | Field and Description |
---|---|
protected IlvJTree |
IlvAbstractJTreeRenderPolicy.tree
The tree for which this is the rendering policy.
|
Modifier and Type | Method and Description |
---|---|
IlvJTree |
IlvTreeColumn.getTree()
Returns the tree that is rendering this column.
|
IlvJTree |
IlvAbstractJTreeRenderPolicy.getTree()
Return the tree for which this policy is rendering, or
null if this policy has not been associated with a
tree. |
Modifier and Type | Method and Description |
---|---|
void |
IlvJTreeStringRenderPolicy.setTree(IlvJTree tree)
Invoked whenever this rendering policy is added to or removed from its
IlvJTree . |
void |
IlvJTreeRenderPolicy.setTree(IlvJTree tree)
This method is invoked whenever this rendering policy is added to or
removed from its
IlvJTree . |
void |
IlvAbstractJTreeRenderPolicy.setTree(IlvJTree tree)
This method is invoked whenever this rendering policy is added to or
removed from its
IlvJTree . |
Constructor and Description |
---|
DefaultEditor(IlvJTree tree,
DefaultTreeCellRenderer renderer)
Constructs a
DefaultEditor for a tree using the
specified renderer and a default editor. |
DefaultEditor(IlvJTree tree,
DefaultTreeCellRenderer renderer,
TreeCellEditor editor)
Constructs a
DefaultEditor for a tree using the
specified renderer and the specified editor. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.