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 |
---|---|
void |
IlvGanttModel.fireConstraintEvent(ConstraintEvent event)
Fire a constraint event to all subscribed listeners.
|
Modifier and Type | Class and Description |
---|---|
class |
ConstraintInsertedEvent
ConstraintInsertedEvent is used to notify
ConstraintListener 's
when a constraint has been added to an IlvGanttModel . |
class |
ConstraintPropertyEvent
ConstraintPropertyEvent is the superclass of all property
aboutToChange and changed events fired by
IlvConstraint 's. |
class |
ConstraintRemovedEvent
ConstraintRemovedEvent is used to notify
ConstraintListener s
when a constraint has been removed from an IlvGanttModel . |
class |
ConstraintTypeEvent
ConstraintTypeEvent is fired by an IlvConstraint
both before and after its type is modified. |
Modifier and Type | Method and Description |
---|---|
void |
ConstraintListener.constraintChanged(ConstraintEvent evt)
Invoked when a constraint has changed in some way.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvAbstractGanttModel.fireConstraintEvent(ConstraintEvent event)
Fires a constraint event to all subscribed listeners.
|
protected void |
IlvAbstractConstraint.fireEvent(ConstraintEvent event)
Fires an event from this constraint.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvFilterGanttModel.ConstraintEventHandler.constraintChanged(ConstraintEvent event)
This method is invoked when a constraint has been added to or removed
from the encapsulated data model, or when a property of a constraint in
the encapsulated data model has changed.
|
Modifier and Type | Class and Description |
---|---|
class |
ConstraintUserPropertyEvent
ConstraintUserPropertyEvent is fired by an
IlvGeneralConstraint both before and after a
user-defined property is modified . |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.