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.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.
|
Modifier and Type | Method and Description |
---|---|
IlvUnaryPredicate<ResourceEvent> |
IlvResource.getChildEventFilter()
Returns a predicate that will be used to determine the events from this
resource's children that should be dispatched to this resource's
IlvResource.processChildEvent(ilog.views.gantt.event.ResourceEvent) method. |
Modifier and Type | Method and Description |
---|---|
void |
IlvGanttModel.fireResourceEvent(ResourceEvent event)
Fire a resourceChanged event.
|
void |
IlvResource.processChildEvent(ResourceEvent event)
This method is invoked by the
Gantt data model for
any events fired by the children of this resource and for which the
predicate returned by IlvResource.getChildEventFilter() evaluates to
true . |
Modifier and Type | Class and Description |
---|---|
class |
ResourceIDEvent
ResourceIDEvent is fired by an IlvResource both
before and after its id is modified. |
class |
ResourceMovedEvent
ResourceMovedEvent is used to notify listeners when a resource
has been moved within a tree of resources managed by an
IlvGanttModel . |
class |
ResourceNameEvent
ResourceNameEvent is fired by an IlvResource both
before and after its name is modified. |
class |
ResourcePropertyEvent
ResourcePropertyEvent is the superclass of all property
aboutToChange and changed events fired by
IlvResource 's. |
class |
ResourceQuantityEvent
ResourceQuantityEvent is fired by an IlvResource
both before and after its quantity is modified. |
class |
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 . |
class |
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 . |
Modifier and Type | Method and Description |
---|---|
void |
ResourceListener.resourceChanged(ResourceEvent evt)
Invoked when the resource has changed in some way.
|
Modifier and Type | Method and Description |
---|---|
IlvUnaryPredicate<ResourceEvent> |
IlvAbstractResource.getChildEventFilter()
Returns a predicate that will be used to determine the events from this
resource's children that should be dispatched to this resource's
IlvAbstractResource.processChildEvent(ilog.views.gantt.event.ResourceEvent) method. |
Modifier and Type | Method and Description |
---|---|
protected void |
IlvAbstractResource.fireEvent(ResourceEvent event)
Fires an event from this resource.
|
void |
IlvAbstractGanttModel.fireResourceEvent(ResourceEvent event)
Fires a
resourceChanged event. |
void |
IlvAbstractResource.processChildEvent(ResourceEvent event)
This method is invoked by the
Gantt data model for
any events fired by the children of this resource and for which the
predicate returned by IlvAbstractResource.getChildEventFilter() evaluates to
true . |
Modifier and Type | Method and Description |
---|---|
void |
IlvFilterGanttModel.fireResourceEvent(ResourceEvent event)
Fires a
resourceChanged event. |
void |
IlvFilterGanttModel.ResourceEventHandler.resourceChanged(ResourceEvent event)
This method is invoked when a property of a resource in the encapsulated
data model has changed.
|
Modifier and Type | Class and Description |
---|---|
class |
ResourceUserPropertyEvent
ResourceUserPropertyEvent is fired by an
IlvGeneralResource both before and after a
user-defined property is modified . |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.