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 |
---|---|
IlvJTable |
IlvHierarchyChart.getTable()
Retrieves the
IlvJTable used to display the activity or
resource hierarchy in a Gantt model. |
Modifier and Type | Method and Description |
---|---|
void |
IlvGanttConfiguration.addSelectable(IlvJTable table)
Adds the specified table component to be coordinated with the
selection management policy of this configuration.
|
void |
IlvGanttComponentManager.addSelectable(IlvJTable table)
Adds a table component to be coordinated with the selection management of
the chart.
|
void |
IlvGanttConfiguration.removeSelectable(IlvJTable table)
Removes the specified table component so that it is no longer coordinated
with the selection management policy of this configuration.
|
void |
IlvGanttComponentManager.removeSelectable(IlvJTable table)
Removes a table component so that it is no longer coordinated with the
selection management policy of the chart.
|
Modifier and Type | Method and Description |
---|---|
IlvJTable |
IlvAbstractJTableColumn.getTable()
Returns the table that this column is a member of, or
null if this column has not been added to a table. |
Modifier and Type | Method and Description |
---|---|
Point |
IlvJTable.ToolTipPolicy.getToolTipLocation(IlvJTable table,
MouseEvent event,
int rowIndex,
int columnIndex)
Returns the tooltip location in the coordinate system of the table.
|
Point |
IlvJTable.DefaultToolTipPolicy.getToolTipLocation(IlvJTable table,
MouseEvent event,
int rowIndex,
int columnIndex)
Returns the tooltip location in the coordinate system of the table.
|
String |
IlvJTable.ToolTipPolicy.getToolTipText(IlvJTable table,
MouseEvent event,
IlvHierarchyNode row,
String value,
int rowIndex,
int columnIndex)
Returns the string to be used as the tooltip for the specified mouse
event.
|
String |
IlvJTable.DefaultToolTipPolicy.getToolTipText(IlvJTable table,
MouseEvent event,
IlvHierarchyNode row,
String value,
int rowIndex,
int columnIndex)
Returns the string to be used as the tooltip for the specified mouse
event.
|
void |
IlvJTableColumn.setTable(IlvJTable table)
This method is invoked whenever this column is added to or removed
from its
IlvJTable . |
void |
IlvAbstractJTableColumn.setTable(IlvJTable table)
This method is invoked whenever this column is added to or removed
from its
IlvJTable . |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.