Package | Description |
---|---|
ilog.cpl.datasource |
Contains data source interfaces and default implementation and some related abstract adapters.
|
ilog.cpl.graph |
Contains the abstract common implementation for both the
IlpNetwork and IlpEquipment components,
including a model, a view and a controller and
related classes. |
ilog.cpl.list |
Contains classes related to the Swing list model.
|
ilog.cpl.sdm | |
ilog.cpl.tree |
Together with
ilog.cpl.IlpTree , this package constitutes
the JTGO Tree component. |
Modifier and Type | Method and Description |
---|---|
void |
IlpAbstractAdapter.batchEnded(DataSourceEvent e)
Called when a batch of modifications of the data source has ended.
|
void |
DataSourceListener.batchEnded(DataSourceEvent e)
Called when a batch of modifications of the data source has ended.
|
void |
IlpAbstractAdapter.batchStarted(DataSourceEvent e)
Called when a batch of modifications of the data source has started.
|
void |
DataSourceListener.batchStarted(DataSourceEvent e)
Called when a batch of modifications of the data source has started.
|
void |
DataSourceListener.objectsAdded(DataSourceEvent e)
Called when objects have been added to the data source.
|
void |
DataSourceListener.objectsRemoved(DataSourceEvent e)
Called when objects have been removed from the data source.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpAbstractNodeAdapter.objectsAdded(DataSourceEvent evt)
Called when an object has been added to the data source.
|
void |
IlpAbstractNodeAdapter.objectsRemoved(DataSourceEvent evt)
Called when an object has been removed from the data source.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpListAdapter.objectsAdded(DataSourceEvent e) |
void |
IlpListAdapter.objectsRemoved(DataSourceEvent e)
Implementation of
DataSourceListener |
Modifier and Type | Method and Description |
---|---|
void |
IlpAbstractSDMAdapter.batchEnded(DataSourceEvent evt) |
void |
IlpAbstractSDMAdapter.batchStarted(DataSourceEvent evt) |
void |
IlpAbstractSDMAdapter.objectsAdded(DataSourceEvent evt) |
void |
IlpAbstractSDMAdapter.objectsRemoved(DataSourceEvent evt) |
Modifier and Type | Method and Description |
---|---|
void |
IlpContainmentTreeAdapter.objectsAdded(DataSourceEvent e)
Called when objects have been added to the data source.
|
void |
IlpContainmentTreeAdapter.objectsRemoved(DataSourceEvent e)
Called when objects have been removed from the data source.
|
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.