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.graphic.interactor |
Provides interactors to manipulate
the representation of activities in a Gantt sheet.
|
ilog.views.gantt.graphic.renderer |
Provides the classes that render an
activity in the Gantt sheet.
|
ilog.views.gantt.graphic.timeindicator |
Provides the classes that render a
time indicator in the Gantt sheet.
|
ilog.views.gantt.model |
Contains abstract and basic implementations of
the Gantt data model.
|
ilog.views.gantt.model.filter |
Contains Gantt data model implementations that encapsulate and filter other
data models.
|
ilog.views.gantt.model.general |
Contains a Gantt data model implementation that supports user-defined properties.
|
ilog.views.gantt.model.table |
Contains a Gantt data model implementation that connects to Swing
TableModel
instances. |
ilog.views.gantt.scale |
Provides the Timescale component.
|
ilog.views.gantt.swing |
Provides interfaces and classes for rendering and editing
Gantt data in Swing components, such as a tree or table.
|
ilog.views.gantt.swing.calendarview |
Provides classes for rendering Gantt data in Swing calendaring components, such as a
month or daily planner view.
|
ilog.views.schedule |
Contains the main Schedule Data chart classes that display numerical information
derived from Gantt data models.
|
Class and 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 . |
ActivityEvent
ActivityEvent defines the abstract behavior of all events fired
by IlvActivity 's. |
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 . |
ActivityMovedEvent
ActivityMovedEvent is used to notify listeners when an activity
has been moved within a tree of activities managed by 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 . |
GanttModelChangedEvent
GanttModelChangedEvent is fired by a chart
both before and after the gantt model has
been set. |
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 . |
ResourceMovedEvent
ResourceMovedEvent is used to notify listeners when a resource
has been moved within a tree of resources managed by an
IlvGanttModel . |
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. |
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. |
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. |
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. |
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 and 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 . |
ActivityEvent
ActivityEvent defines the abstract behavior of all events fired
by IlvActivity 's. |
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. |
ActivityMovedEvent
ActivityMovedEvent is used to notify listeners when an activity
has been moved within a tree of activities managed by an
IlvGanttModel . |
ActivityPropertyEvent
ActivityPropertyEvent is the superclass of all property
aboutToChange and changed events fired by
IlvActivity 's. |
ChartDividerEvent
A
ChartDividerEvent is fired by an IlvHierarchyChart
when the location of the divider is changed. |
ConstraintEvent
ConstraintEvent defines the abstract behavior of all events
fired by IlvConstraint 's. |
ConstraintPropertyEvent
ConstraintPropertyEvent is the superclass of all property
aboutToChange and changed events fired by
IlvConstraint 's. |
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
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 . |
ReservationEvent
ReservationEvent defines the abstract behavior of all
events fired by IlvReservation 's. |
ReservationPropertyEvent
ReservationPropertyEvent is the superclass of all property
aboutToChange and changed events fired by
IlvReservation 's. |
ResourceEvent
ResourceEvent defines the abstract behavior of all events fired
by IlvResource 's. |
ResourceMovedEvent
ResourceMovedEvent is used to notify listeners when a resource
has been moved within a tree of resources managed by an
IlvGanttModel . |
ResourcePropertyEvent
ResourcePropertyEvent is the superclass of all property
aboutToChange and changed events fired by
IlvResource 's. |
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. |
TimeScrollListener
The
TimeScrollListener interface should be implemented by an object that
needs to be notified about horizontal time-scrolling changes. |
VerticalExpansionListener
The
VerticalExpansionListener interface should be implemented
by an object that needs to be notified about row expand, collapse, insert,
and delete behavior. |
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. |
Class and Description |
---|
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. |
ActivityGraphicInteractorListener
ActivityGraphicInteractorListener is the listener interface
for receiving events when interacting with activity graphics. |
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 . |
ConstraintPropertyEvent
ConstraintPropertyEvent is the superclass of all property
aboutToChange and changed events fired by
IlvConstraint 's. |
GanttModelChangedEvent
GanttModelChangedEvent is fired by a chart
both before and after the gantt model has
been set. |
RootRowVisibilityChangedEvent
A
RootRowVisibilityChangedEvent is fired by a Gantt configuration to notify interested VerticalExpansionListener2 s when the
root row has been shown or hidden. |
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. |
TimeScrollListener
The
TimeScrollListener interface should be implemented by an object that
needs to be notified about horizontal time-scrolling changes. |
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. |
VerticalScrollEvent
A
VerticalScrollEvent is fired by an
IlvVerticalScrollable object to indicate that one if its vertical
scroll properties has been modified. |
VerticalScrollListener
The
VerticalScrollListener interface should be implemented
by an object that needs to be notified about vertical scrolling changes. |
Class and Description |
---|
ActivityGraphicInteractorListener
ActivityGraphicInteractorListener is the listener interface
for receiving events when interacting with activity graphics. |
Class and Description |
---|
ActivityEvent
ActivityEvent defines the abstract behavior of all events fired
by IlvActivity 's. |
Class and Description |
---|
VerticalScrollListener
The
VerticalScrollListener interface should be implemented
by an object that needs to be notified about vertical scrolling changes. |
Class and Description |
---|
ActivityEvent
ActivityEvent defines the abstract behavior of all events fired
by IlvActivity 's. |
ActivityHierarchyListener
ActivityHierarchyListener is the listener interface for an
IlvGanttModel to notify interested parties about structural
changes to the hierarchical tree of activities. |
ActivityIDEvent
ActivityIDEvent is fired by an IlvActivity both
before and after its id is modified. |
ActivityListener
ActivityListener is the listener interface for
receiving activity events from an IlvGanttModel . |
ActivityNameEvent
ActivityNameEvent is fired by an IlvActivity both
before and after its name is modified. |
ActivityTimeIntervalEvent
ActivityTimeIntervalEvent is fired by an
IlvActivity both before and after its time interval is modified. |
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 . |
ConstraintTypeEvent
ConstraintTypeEvent is fired by an IlvConstraint
both before and after its type is modified. |
CriticalPathListener
CriticalPathListener defines the interface for an
object that is to be notified about progress of the critical path computation. |
GanttModelPropertyEvent
GanttModelPropertyEvent is fired by an IlvGanttModel when a
property of the model has been modified. |
GanttModelPropertyListener
GanttModelPropertyListener is the listener interface for receiving
GanttModelPropertyEvent s from an IlvGanttModel . |
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 . |
ReservedResourceEvent
ReservedResourceEvent is fired by an IlvReservation
both before and after the activity's reserved resource is modified. |
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. |
ResourceIDEvent
ResourceIDEvent is fired by an IlvResource both
before and after its id is modified. |
ResourceListener
ResourceListener is the listener interface for
receiving resource events from an IlvGanttModel . |
ResourceNameEvent
ResourceNameEvent is fired by an IlvResource both
before and after its name is modified. |
ResourceQuantityEvent
ResourceQuantityEvent is fired by an IlvResource
both before and after its quantity is modified. |
Class and 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 . |
ActivityEvent
ActivityEvent defines the abstract behavior of all events fired
by IlvActivity 's. |
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 . |
ActivityMovedEvent
ActivityMovedEvent is used to notify listeners when an activity
has been moved within a tree of activities managed by an
IlvGanttModel . |
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 . |
GanttModelPropertyEvent
GanttModelPropertyEvent is fired by an IlvGanttModel when a
property of the model has been modified. |
GanttModelPropertyListener
GanttModelPropertyListener is the listener interface for receiving
GanttModelPropertyEvent s from an IlvGanttModel . |
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 . |
ResourceMovedEvent
ResourceMovedEvent is used to notify listeners when a resource
has been moved within a tree of resources managed by an
IlvGanttModel . |
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 . |
Class and Description |
---|
ActivityEvent
ActivityEvent defines the abstract behavior of all events fired
by IlvActivity 's. |
ActivityPropertyEvent
ActivityPropertyEvent is the superclass of all property
aboutToChange and changed events fired by
IlvActivity 's. |
ConstraintEvent
ConstraintEvent defines the abstract behavior of all events
fired by IlvConstraint 's. |
ConstraintPropertyEvent
ConstraintPropertyEvent is the superclass of all property
aboutToChange and changed events fired by
IlvConstraint 's. |
ReservationEvent
ReservationEvent defines the abstract behavior of all
events fired by IlvReservation 's. |
ReservationPropertyEvent
ReservationPropertyEvent is the superclass of all property
aboutToChange and changed events fired by
IlvReservation 's. |
ResourceEvent
ResourceEvent defines the abstract behavior of all events fired
by IlvResource 's. |
ResourcePropertyEvent
ResourcePropertyEvent is the superclass of all property
aboutToChange and changed events fired by
IlvResource 's. |
Class and Description |
---|
ReservationEvent
ReservationEvent defines the abstract behavior of all
events fired by IlvReservation 's. |
Class and Description |
---|
TimeScrollListener
The
TimeScrollListener interface should be implemented by an object that
needs to be notified about horizontal time-scrolling changes. |
Class and Description |
---|
GanttModelChangedEvent
GanttModelChangedEvent is fired by a chart
both before and after the gantt model has
been set. |
RootRowVisibilityChangedEvent
A
RootRowVisibilityChangedEvent is fired by a Gantt configuration to notify interested VerticalExpansionListener2 s when the
root row has been shown or hidden. |
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. |
TimeScrollListener
The
TimeScrollListener interface should be implemented by an object that
needs to be notified about horizontal time-scrolling changes. |
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 and Description |
---|
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.
|
Class and Description |
---|
GanttModelChangedEvent
GanttModelChangedEvent is fired by a chart
both before and after the gantt model has
been set. |
GanttModelListener
GanttModelListener is the listener interface for receiving
GanttModelChangedEvent s from an
IlvHierarchyChart or an
IlvGanttConfiguration . |
TimeScrollListener
The
TimeScrollListener interface should be implemented by an object that
needs to be notified about horizontal time-scrolling changes. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.