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 |
---|---|
protected IlvJTableColumn[] |
IlvScheduleChart.createDefaultTableColumns()
Creates the default table columns for the chart.
|
protected IlvJTableColumn[] |
IlvHierarchyChart.createDefaultTableColumns()
Creates the default table columns for the chart.
|
protected IlvJTableColumn[] |
IlvGanttChart.createDefaultTableColumns()
Creates the default table columns for the chart.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvAbstractJTableColumn
The class
IlvAbstractJTableColumn is the superclass of
all table column implementations that can be used with an
IlvJTable . |
class |
IlvConfigurableTableColumn
IlvConfigurableTableColumn is a column definition that
can be customized for rendering and editing a property of an
IlvHierarchyNode , that is, an activity or a resource, in an
IlvJTable . |
class |
IlvStringColumn
IlvStringColumn is a column definition that can render a
String property of an IlvHierarchyNode (that is,
an activity or a resource) in an IlvJTable . |
class |
IlvTreeColumn
|
Modifier and Type | Method and Description |
---|---|
IlvJTableColumn |
IlvJTable.getTableColumn(int viewColumnIndex)
Returns the
IlvJTableColumn whose data is being rendered in
the column at viewColumnIndex in the display. |
IlvJTableColumn |
IlvJTable.getTableColumn(Object identifier)
Returns the first
IlvJTableColumn in the view whose identifier
is equal to identifier , when compared using
equals() . |
IlvJTableColumn |
IlvJTable.getTableColumn(TableColumn column)
Returns the
IlvJTableColumn whose data is being rendered by
the specified column . |
Modifier and Type | Method and Description |
---|---|
void |
IlvJTable.addColumn(IlvJTableColumn column)
Appends the specified column definition as the last column in the
table.
|
protected void |
IlvJTable.columnBaseTextDirectionChanged(IlvJTableColumn column)
This method is invoked when the effective base text direction for a column
has changed.
|
TableColumn |
IlvJTable.getColumn(IlvJTableColumn column)
Returns the
TableColumn object that is rendering the
data in the specified IlvJTableColumn . |
int |
IlvJTable.getColumnBaseTextDirection(IlvJTableColumn column)
Returns the base text direction for a column.
|
int |
IlvJTable.getColumnIndex(IlvJTableColumn column)
Returns the index of the column in the view that is displaying the
data from column.
|
int |
IlvJTable.getResolvedColumnBaseTextDirection(IlvJTableColumn column)
Returns the resolved base text direction of a column.
|
void |
IlvJTable.removeColumn(IlvJTableColumn column)
Removes
column from the table. |
void |
IlvJTable.setColumnBaseTextDirection(IlvJTableColumn column,
int btd)
Sets the base text direction for a column.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.