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.
|
ilog.views.gantt.model.table |
Contains a Gantt data model implementation that connects to Swing
TableModel
instances. |
Modifier and Type | Method and Description |
---|---|
void |
IlvGanttModel.fireReservationEvent(ReservationEvent event)
Fire a reservation event to all subscribed listeners.
|
Modifier and Type | Class and Description |
---|---|
class |
ReservationInsertedEvent
ReservationInsertedEvent is used to notify
ReservationListener 's when a reservation has been added
to an IlvGanttModel . |
class |
ReservationPropertyEvent
ReservationPropertyEvent is the superclass of all property
aboutToChange and changed events fired by
IlvReservation 's. |
class |
ReservationRemovedEvent
ReservationRemovedEvent is used to notify
ReservationListener s when a reservation has been removed
from an IlvGanttModel . |
class |
ReservedResourceEvent
ReservedResourceEvent is fired by an IlvReservation
both before and after the activity's reserved resource is modified. |
Modifier and Type | Method and Description |
---|---|
void |
ReservationListener.reservationChanged(ReservationEvent evt)
Invoked when a reservation has changed in some way.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IlvAbstractReservation.fireEvent(ReservationEvent event)
Fires an event from this reservation.
|
void |
IlvDefaultGanttModel.fireReservationEvent(ReservationEvent event)
Fires a reservation event to all subscribed listeners.
|
void |
IlvAbstractGanttModel.fireReservationEvent(ReservationEvent event)
Fires a reservation event to all subscribed listeners.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvFilterGanttModel.ReservationEventHandler.reservationChanged(ReservationEvent event)
This method is invoked when a reservation has been added to or removed
from the encapsulated data model, or when a property of a reservation in
the encapsulated data model has changed.
|
Modifier and Type | Class and Description |
---|---|
class |
ReservationUserPropertyEvent
ReservationUserPropertyEvent is fired by an
IlvGeneralReservation both before and after a
user-defined property is modified . |
Modifier and Type | Method and Description |
---|---|
void |
IlvTableGanttModel.fireReservationEvent(ReservationEvent event)
Fires a reservation event to all subscribed listeners.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.