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 Perforce 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 Perforce 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 Perforce 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 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.