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.
|
Class and Description |
---|
IlvJTable
IlvJTable is a Swing JTable subclass that
is designed specifically to integrate easily with the Gantt framework. |
IlvJTableColumn
The
IlvJTableColumn interface defines the behavior of a
table column that can be added to an IlvJTable through its
addColumn() method. |
IlvJTree
IlvJTree is a Swing JTree subclass that is
designed specifically to integrate easily with the Gantt framework. |
IlvTimeScrollBar
An
IlvTimeScrollbar is a scroll bar that implements the
IlvTimeScrollable interface and is designed to scroll over a
time period. |
IlvVerticalScrollBar
IlvVerticalScrollBar is a JScrollBar extension that
coordinates vertical scrolling with other Gantt components via connection to
an IlvGanttConfiguration . |
Class and Description |
---|
IlvAbstractJTableColumn
The class
IlvAbstractJTableColumn is the superclass of
all table column implementations that can be used with an
IlvJTable . |
IlvAbstractJTreeRenderPolicy
IlvAbstractJTreeRenderPolicy is the superclass of all
rendering policy implementations that can be used with an
IlvJTree . |
IlvDefaultJTreeCellRenderer
IlvDefaultJTreeCellRenderer is a cell renderer that is specifically
designed to work with the IlvJTree component. |
IlvJTable
IlvJTable is a Swing JTable subclass that
is designed specifically to integrate easily with the Gantt framework. |
IlvJTable.ToolTipPolicy
The
ToolTipPolicy defines the strategy that a
JTable uses to compute the text and positioning of its
tooltips. |
IlvJTableColumn
The
IlvJTableColumn interface defines the behavior of a
table column that can be added to an IlvJTable through its
addColumn() method. |
IlvJTableHeader
IlvJTableHeader is an extension of the Swing
JTableHeader component. |
IlvJTree
IlvJTree is a Swing JTree subclass that is
designed specifically to integrate easily with the Gantt framework. |
IlvJTreeRenderPolicy
IlvJTreeRenderPolicy defines the rendering and editing
policy for rows (that is, activities or resources) being displayed in an
IlvJTree . |
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 . |
IlvTextFieldEditor
IlvTextFieldEditor is a text field that implements the
CellEditor interface. |
IlvTextFieldTreeEditor
IlvTextFieldTreeEditor is a JTextField
that implements the TreeCellEditor interface. |
IlvTreeColumn |
IlvWrappedEditor
IlvWrappedEditor is a Swing CellEditor
that is implemented as a wrapper around the real editing
component. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.