See: Description
Interface | Description |
---|---|
ActivityEvent |
ActivityEvent defines the abstract behavior of all events fired
by IlvActivity 's. |
ActivityGraphicInteractorListener |
ActivityGraphicInteractorListener is the listener interface
for receiving events when interacting with activity graphics. |
ActivityHierarchyListener |
ActivityHierarchyListener is the listener interface for an
IlvGanttModel to notify interested parties about structural
changes to the hierarchical tree of activities. |
ActivityListener |
ActivityListener is the listener interface for
receiving activity events from an IlvGanttModel . |
ChartDividerListener |
ChartDividerListener is the listener interface for receiving
divider events from an
IlvHierarchyChart . |
ConstraintEvent |
ConstraintEvent defines the abstract behavior of all events
fired by IlvConstraint 's. |
ConstraintListener |
ConstraintListener is the listener interface for
receiving constraint events from an IlvGanttModel . |
CriticalPathListener |
CriticalPathListener defines the interface for an
object that is to be notified about progress of the critical path computation. |
GanttModelListener |
GanttModelListener is the listener interface for receiving
GanttModelChangedEvent s from an
IlvHierarchyChart or an
IlvGanttConfiguration . |
GanttModelPropertyListener |
GanttModelPropertyListener is the listener interface for receiving
GanttModelPropertyEvent s from an IlvGanttModel . |
HeaderListener |
The
HeaderListener interface should be implemented by an
object that needs to be notified about header changes. |
ReservationEvent |
ReservationEvent defines the abstract behavior of all
events fired by IlvReservation 's. |
ReservationListener |
ReservationListener is the listener interface for
receiving reservation events from an IlvGanttModel . |
ResourceEvent |
ResourceEvent defines the abstract behavior of all events fired
by IlvResource 's. |
ResourceHierarchyListener |
ResourceHierarchyListener is the listener interface for an
IlvGanttModel to notify interested parties about structural
changes to the hierarchical tree of resources. |
ResourceListener |
ResourceListener is the listener interface for
receiving resource events from an IlvGanttModel . |
SelectionListener |
This interface should be implemented by object wanting to be warned about
selection status changes of the objects contained in a Gantt chart or
a Schedule chart.
|
TimeScrollListener |
The
TimeScrollListener interface should be implemented by an object that
needs to be notified about horizontal time-scrolling changes. |
TimeScrollListener2 |
The
TimeScrollListener2 interface defines a simple extension of the TimeScrollListener interface. |
VerticalExpansionListener |
The
VerticalExpansionListener interface should be implemented
by an object that needs to be notified about row expand, collapse, insert,
and delete behavior. |
VerticalExpansionListener2 |
The
VerticalExpansionListener2 interface defines a simple extension of the
VerticalExpansionListener interface. |
VerticalScrollListener |
The
VerticalScrollListener interface should be implemented
by an object that needs to be notified about vertical scrolling changes. |
Class | Description |
---|---|
ActivitiesInsertedEvent |
ActivitiesInsertedEvent is used to notify listeners when
children have been inserted into a common parent activity in the
tree of activities managed by an IlvGanttModel . |
ActivitiesRemovedEvent |
ActivitiesRemovedEvent is used to notify listeners when
children have been removed from a common parent activity in the
tree of activities managed by an IlvGanttModel . |
ActivityGraphicInteractorEvent |
ActivityGraphicInteractorEvent is used to notify listeners
when activity graphics are about to be, are currently being, or have just been
modified by an interaction. |
ActivityGraphicReshapedEvent |
ActivityGraphicReshapedEvent is used to notify listeners
when activity graphics are about to be, are currently being, or have just been
reshaped by the IlvActivityGraphicReshapeInteractor . |
ActivityIDEvent |
ActivityIDEvent is fired by an IlvActivity both
before and after its id is modified. |
ActivityMovedEvent |
ActivityMovedEvent is used to notify listeners when an activity
has been moved within a tree of activities managed by an
IlvGanttModel . |
ActivityNameEvent |
ActivityNameEvent is fired by an IlvActivity both
before and after its name is modified. |
ActivityPropertyEvent |
ActivityPropertyEvent is the superclass of all property
aboutToChange and changed events fired by
IlvActivity 's. |
ActivitySelectionEvent |
An
ActivitySelectionEvent is used to indicate that the selection status
of an IlvActivity has changed. |
ActivityTimeIntervalEvent |
ActivityTimeIntervalEvent is fired by an
IlvActivity both before and after its time interval is modified. |
ChartDividerEvent |
A
ChartDividerEvent is fired by an IlvHierarchyChart
when the location of the divider is changed. |
ConstraintInsertedEvent |
ConstraintInsertedEvent is used to notify
ConstraintListener 's
when a constraint has been added to an IlvGanttModel . |
ConstraintPropertyEvent |
ConstraintPropertyEvent is the superclass of all property
aboutToChange and changed events fired by
IlvConstraint 's. |
ConstraintRemovedEvent |
ConstraintRemovedEvent is used to notify
ConstraintListener s
when a constraint has been removed from an IlvGanttModel . |
ConstraintTypeEvent |
ConstraintTypeEvent is fired by an IlvConstraint
both before and after its type is modified. |
CriticalPathEvent |
A
CriticalPathEvent is fired to indicate the progress of a critical
path computation. |
GanttModelChangedEvent |
GanttModelChangedEvent is fired by a chart
both before and after the gantt model has
been set. |
GanttModelPropertyEvent |
GanttModelPropertyEvent is fired by an IlvGanttModel when a
property of the model has been modified. |
HeaderHeightChangedEvent |
A
HeaderHeightChangedEvent is fired by a
Hierarchy chart to notify
interested objects when the height of a specific header has been modified. |
IlvHierarchyNodeChildEvent<N extends IlvHierarchyNode> |
IlvHierarchyNodeChildEvent is the superclass of all events that
are used to notify listeners when children have been inserted or removed
from a common parent node in a tree of nodes managed by an
IlvGanttModel . |
IlvHierarchyNodeMovedEvent |
IlvHierarchyNodeMovedEvent is the superclass of all events that
are used to notify listeners when nodes have been moved within a tree of
nodes managed by an IlvGanttModel . |
ReservationInsertedEvent |
ReservationInsertedEvent is used to notify
ReservationListener 's when a reservation has been added
to an IlvGanttModel . |
ReservationPropertyEvent |
ReservationPropertyEvent is the superclass of all property
aboutToChange and changed events fired by
IlvReservation 's. |
ReservationRemovedEvent |
ReservationRemovedEvent is used to notify
ReservationListener s when a reservation has been removed
from an IlvGanttModel . |
ReservedResourceEvent |
ReservedResourceEvent is fired by an IlvReservation
both before and after the activity's reserved resource is modified. |
ResourceIDEvent |
ResourceIDEvent is fired by an IlvResource both
before and after its id is modified. |
ResourceMovedEvent |
ResourceMovedEvent is used to notify listeners when a resource
has been moved within a tree of resources managed by an
IlvGanttModel . |
ResourceNameEvent |
ResourceNameEvent is fired by an IlvResource both
before and after its name is modified. |
ResourcePropertyEvent |
ResourcePropertyEvent is the superclass of all property
aboutToChange and changed events fired by
IlvResource 's. |
ResourceQuantityEvent |
ResourceQuantityEvent is fired by an IlvResource
both before and after its quantity is modified. |
ResourcesInsertedEvent |
ResourcesInsertedEvent is used to notify listeners when
children have been inserted into a common parent resource in the
tree of resources managed by an IlvGanttModel . |
ResourcesRemovedEvent |
ResourcesRemovedEvent is used to notify listeners when
children have been removed from a common parent resource in the
tree of resources managed by an IlvGanttModel . |
RootRowVisibilityChangedEvent |
A
RootRowVisibilityChangedEvent is fired by a Gantt configuration to notify interested VerticalExpansionListener2 s when the
root row has been shown or hidden. |
RowChildEvent |
RowChildEvent is the superclass of events that are fired on
behalf of a Gantt configuration by an
IlvVerticalExpansionMaster to notify all registered
expandable UI components when children have been inserted or removed from a
common parent in the displayed data tree. |
RowCollapsedEvent |
RowCollapsedEvent is fired on behalf of a Gantt configuration by
an IlvVerticalExpansionMaster to notify all registered
expandable UI components when a node has been collapsed within the data tree. |
RowExpandedEvent |
RowExpandedEvent is fired on behalf of a Gantt configuration by
an IlvVerticalExpansionMaster to notify all registered
expandable
UI components when a node has been expanded within the data tree. |
RowHeightChangedEvent |
A
RowHeightChangedEvent is fired by a Gantt
configuration to notify interested VerticalExpansionListener s when the row
height has been modified. |
RowMovedEvent |
RowMovedEvent is fired on behalf of a Gantt configuration by
an IlvVerticalExpansionMaster to notify all registered
expandable UI components when a row has been moved within the displayed data
tree. |
RowsInsertedEvent |
RowsInsertedEvent is fired on behalf of a Gantt configuration by
an IlvVerticalExpansionMaster to notify all registered
expandable UI components when children have been inserted into a common
parent node in the displayed data tree. |
RowsRemovedEvent |
RowsRemovedEvent is fired on behalf of a Gantt configuration by
an IlvVerticalExpansionMaster to notify all registered
expandable UI components when children have been removed from a common parent
node in the displayed data tree. |
SelectionEvent |
A
SelectionEvent is designed for indicating an object
selection status is changed. |
TimeChangedEvent |
A
VisibleTimeChangedEvent is fired by an
IlvTimeScrollable object to indicate that one of its time properties
has been modified. |
VerticalScrollEvent |
A
VerticalScrollEvent is fired by an
IlvVerticalScrollable object to indicate that one if its vertical
scroll properties has been modified. |
VisibleDurationChangedEvent |
A
VisibleDurationChangedEvent instance is used to notify
time scroll listeners when the
visible duration or the
minimum visible duration
of a time scrollable has been changed. |
VisibleTimeChangedEvent |
A
VisibleTimeChangedEvent is used to notify
time scroll listeners when the start time of an
IlvTimeScrollable 's displayed interval has been changed. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.