Package | Description |
---|---|
ilog.views.gantt |
Contains all of the main Gantt Chart classes,
Beans, and data model interfaces.
|
ilog.views.gantt.event |
Provides interfaces and classes for dealing
with different types of events fired by
main Gantt Chart classes.
|
ilog.views.gantt.graphic |
Provides the Gantt sheet component
that displays activities over time.
|
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 |
---|---|
IlvGanttConfiguration |
IlvVerticalDisplayController.getGanttConfiguration()
Returns the Gantt configuration that is being displayed by the
user interface components of this controller.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvVerticalExpandable.setExpandableGanttConfigurationImpl(IlvGanttConfiguration ganttConfig)
Sets the Gantt configuration that this ui component is coordinating
with.
|
void |
IlvVerticalExpansionMaster.setExpansionMasterGanttConfigurationImpl(IlvGanttConfiguration ganttConfig)
Set the Gantt configuration that this expansion master is coordinating
with.
|
void |
IlvJScrollGanttSheet.setGanttConfiguration(IlvGanttConfiguration ganttConfig)
Sets the Gantt configuration that will coordinate horizontal time
scrolling, vertical scrolling, row visibility, and centralized event
routing.
|
protected void |
IlvVerticalDisplayController.setGanttConfigurationImpl(IlvGanttConfiguration ganttConfig)
Sets the Gantt configuration that will be displayed by the
user interface components of this controller.
|
Constructor and Description |
---|
IlvJScrollGanttSheet(IlvGanttConfiguration ganttConfig)
Creates an
IlvJScrollGanttSheet with a default
Gantt sheet ,
time scale , and
horizontal time scroll bar . |
IlvJScrollGanttSheet(IlvGanttConfiguration ganttConfig,
IlvGanttSheet sheet,
IlvTimeScale timeScale,
IlvTimeScrollBar scrollbar)
Creates an
IlvJScrollGanttSheet component that is
composed of the specified Gantt sheet, time scale, and horizontal time
scroll bar. |
Modifier and Type | Method and Description |
---|---|
IlvGanttConfiguration |
RowMovedEvent.getGanttConfiguration()
Returns the Gantt configuration where the event originated.
|
IlvGanttConfiguration |
RowHeightChangedEvent.getGanttConfiguration()
Returns the Gantt configuration where the event originated.
|
IlvGanttConfiguration |
RowExpandedEvent.getGanttConfiguration()
Returns the Gantt configuration where the event originated.
|
IlvGanttConfiguration |
RowCollapsedEvent.getGanttConfiguration()
Returns the Gantt configuration where the event originated.
|
IlvGanttConfiguration |
RowChildEvent.getGanttConfiguration()
Returns the Gantt configuration where the event originated.
|
IlvGanttConfiguration |
RootRowVisibilityChangedEvent.getGanttConfiguration()
Returns the Gantt configuration where the event originated.
|
IlvGanttConfiguration |
GanttModelChangedEvent.getGanttConfiguration()
Returns the Gantt configuration where this event originated.
|
Constructor and Description |
---|
RootRowVisibilityChangedEvent(IlvGanttConfiguration ganttConfig,
boolean rootVisible)
Creates a new
RootRowVisibilityChangedEvent generated by the specified
Gantt configuration that can be used to notify its registered vertical expansion
listeners when the root row has been shown or hidden. |
RowChildEvent(IlvGanttConfiguration ganttConfig,
IlvHierarchyNode parent,
IlvHierarchyNode[] children,
int[] childIndices)
Constructs a new
RowChildEvent generated by the
specified Gantt configuration that can be used to notify listeners
when child rows have been inserted or removed from a common parent. |
RowCollapsedEvent(IlvGanttConfiguration ganttConfig,
IlvHierarchyNode node,
IlvHierarchyNode[] hiddenNodes,
int firstHiddenRow)
Constructs a new
RowCollapsedEvent generated by the
specified Gantt configuration that can be used to notify its
registered IlvVerticalExpandable UI components when a node
has been collapsed within the tree hierarchy. |
RowExpandedEvent(IlvGanttConfiguration ganttConfig,
IlvHierarchyNode[] expandedNodes,
IlvHierarchyNode[] visibleNodes,
int firstVisibleRow)
Constructs a new
RowExpandedEvent generated by the
specified Gantt configuration that can be used to notify its
registered IlvVerticalExpandable UI components when a node,
and possibly some of its ancestors, have been expanded within the tree
hierarchy. |
RowHeightChangedEvent(IlvGanttConfiguration ganttConfig,
IlvHierarchyNode row,
int oldRowHeight,
int newRowHeight)
Creates a new
RowHeightChangedEvent generated by the specified Gantt
configuration that can be used to notify its registered vertical expansion listeners when a row height has been modified. |
RowHeightChangedEvent(IlvGanttConfiguration ganttConfig,
int oldRowHeight,
int newRowHeight)
Creates a new
RowHeightChangedEvent generated by the specified Gantt
configuration that can be used to notify its registered vertical expansion listeners when the global row height has been
modified. |
RowMovedEvent(IlvGanttConfiguration ganttConfig,
IlvHierarchyNode node,
IlvHierarchyNode oldParent,
int oldIndex,
IlvHierarchyNode[] oldVisibleNodes,
IlvRowRange oldRowRange,
IlvHierarchyNode newParent,
int newIndex,
IlvHierarchyNode[] newVisibleNodes,
IlvRowRange newRowRange)
Constructs a new
RowMovedEvent generated by the
specified Gantt configuration that can be used to notify listeners
when a node has been moved within the tree hierarchy. |
RowsInsertedEvent(IlvGanttConfiguration ganttConfig,
IlvHierarchyNode parent,
IlvHierarchyNode[] children,
int[] childIndices,
IlvHierarchyNode[] visibleNodes,
int[] visibleRows)
Constructs a new
RowsInsertedEvent generated by the
specified Gantt configuration that can be used to notify its
registered IlvVerticalExpandable UI components when
child nodes have been inserted into a common parent. |
RowsRemovedEvent(IlvGanttConfiguration ganttConfig,
IlvHierarchyNode parent,
IlvHierarchyNode[] children,
int[] childIndices,
int[] childRows,
int[] hiddenRowCounts)
Constructs a new
RowsRemovedEvent generated by the
specified Gantt configuration that can be used to notify its
registered IlvVerticalExpandable UI components when
child nodes have been removed from a common parent. |
Modifier and Type | Method and Description |
---|---|
IlvGanttConfiguration |
IlvGanttSheet.getGanttConfiguration()
Returns the Gantt configuration that is managing this sheet.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvGanttSheet.setExpandableGanttConfigurationImpl(IlvGanttConfiguration ganttConfig)
Sets the Gantt configuration that this Gantt sheet is coordinating
with.
|
Constructor and Description |
---|
IlvDefaultActivityRendererFactory(IlvGanttConfiguration ganttConfig)
Creates an
IlvDefaultActivityRendererFactory for the
specified Gantt configuration. |
Modifier and Type | Method and Description |
---|---|
IlvGanttConfiguration |
IlvVerticalScrollBar.getGanttConfiguration()
Returns the Gantt configuration that is coordinating vertical scrolling, row
visibility, and centralized event routing.
|
protected IlvGanttConfiguration |
IlvTreeColumn.getGanttConfiguration()
Returns the Gantt configuration that this column is coordinating with.
|
protected IlvGanttConfiguration |
IlvStringColumn.getGanttConfiguration()
Returns the Gantt configuration that this column is coordinating with.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvJTree.setExpandableGanttConfigurationImpl(IlvGanttConfiguration ganttConfig)
Sets the Gantt configuration that this UI component is coordinating
with.
|
void |
IlvJTable.setExpandableGanttConfigurationImpl(IlvGanttConfiguration ganttConfig)
Sets the Gantt configuration that this UI component is coordinating
with.
|
void |
IlvJTree.setExpansionMasterGanttConfigurationImpl(IlvGanttConfiguration ganttConfig)
Deprecated.
Beginning with Rogue Wave JViews 8.5, an
IlvJTree can no longer
be used in the role of an IlvVerticalExpansionMaster . Use an
IlvRowExpansionMaster instead. |
void |
IlvVerticalScrollBar.setGanttConfiguration(IlvGanttConfiguration ganttConfig)
Sets the Gantt configuration that will coordinate vertical scrolling, row visibility,
and centralized event routing.
|
void |
IlvTreeColumn.setGanttConfiguration(IlvGanttConfiguration ganttConfig)
Invoked whenever this column is added to or removed from the Gantt
configuration.
|
void |
IlvStringColumn.setGanttConfiguration(IlvGanttConfiguration ganttConfig)
This method is invoked whenever this column is added to or removed
from the Gantt configuration.
|
void |
IlvJTreeStringRenderPolicy.setGanttConfiguration(IlvGanttConfiguration ganttConfig)
Invoked whenever this rendering policy is added to or removed from the
Gantt configuration.
|
void |
IlvJTreeRenderPolicy.setGanttConfiguration(IlvGanttConfiguration ganttConfig)
This method is invoked whenever this rendering policy is added to or
removed from the Gantt configuration.
|
void |
IlvJTableColumn.setGanttConfiguration(IlvGanttConfiguration ganttConfig)
This method is invoked whenever this column is added to or removed
from the Gantt configuration.
|
void |
IlvAbstractJTreeRenderPolicy.setGanttConfiguration(IlvGanttConfiguration ganttConfig)
This method is invoked whenever this rendering policy is added to or
removed from the Gantt configuration.
|
void |
IlvAbstractJTableColumn.setGanttConfiguration(IlvGanttConfiguration ganttConfig)
This method is invoked whenever this column is added to or removed
from the Gantt configuration.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.