Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
VerticalScrollListener.maxVerticalPositionChanged(VerticalScrollEvent evt)
This method is called when the maximum value of an
IlvVerticalScrollable object is changed. |
void |
VerticalScrollListener.verticalExtentChanged(VerticalScrollEvent evt)
This method is called when the extent of an
IlvVerticalScrollable object is changed. |
void |
VerticalScrollListener.verticalPositionChanged(VerticalScrollEvent evt)
This method is called when the position of an
IlvVerticalScrollable object is changed. |
Modifier and Type | Method and Description |
---|---|
void |
IlvTimeIndicator.maxVerticalPositionChanged(VerticalScrollEvent evt)
Deprecated.
Beginning with Rogue Wave JViews 8.5, this method does nothing and is never
invoked because time indicators no longer need to implement the
VerticalScrollListener interface in order to redraw themselves
properly. |
void |
IlvTimeIndicator.verticalExtentChanged(VerticalScrollEvent evt)
Deprecated.
Beginning with Rogue Wave JViews 8.5, this method does nothing and is never
invoked because time indicators no longer need to implement the
VerticalScrollListener interface in order to redraw themselves
properly. |
void |
IlvTimeIndicator.verticalPositionChanged(VerticalScrollEvent evt)
Deprecated.
Beginning with Rogue Wave JViews 8.5, this method does nothing and is never
invoked because time indicators no longer need to implement the
VerticalScrollListener interface in order to redraw themselves
properly. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.