Package | Description |
---|---|
ilog.views.gantt.event |
Provides interfaces and classes for dealing
with different types of events fired by
main Gantt Chart classes.
|
Modifier and Type | Method and Description |
---|---|
IlvRowRange |
RowMovedEvent.getNewRowRange()
Returns the rows that
getNewVisibleNodes() occupy after they
were moved. |
IlvRowRange |
RowMovedEvent.getOldRowRange()
Returns the rows that
getOldVisibleNodes() occupied before
they were moved. |
Constructor and Description |
---|
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. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.