Package | Description |
---|---|
ilog.cpl.equipment |
Together with
ilog.cpl.IlpEquipment , this package constitutes
the JTGO Equipment component. |
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.network |
Together with
ilog.cpl.IlpNetwork , this package constitutes the JTGO Network component. |
Modifier and Type | Interface and Description |
---|---|
interface |
IlpEquipmentSelectionModel
This model gives access to and maintains the selected object in an
IlpEquipmentView . |
Modifier and Type | Class and Description |
---|---|
class |
IlpAbstractEquipmentSelectionModel
This class is an implementation of the
IlpNetworkSelectionModel
interface which handles notification to listeners of the model. |
class |
IlpDefaultEquipmentSelectionModel
This is the default implementation of
IlpEquipmentSelectionModel . |
Modifier and Type | Method and Description |
---|---|
protected IlpGraphSelectionModel |
IlpEquipmentView.createGraphSelectionModel()
This method creates the default selection model.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpEquipmentView.setGraphSelectionModel(IlpGraphSelectionModel selectionModel)
Sets the selection model.
|
Modifier and Type | Class and Description |
---|---|
class |
IlpAbstractGraphSelectionModel
This class is an implementation of the
IlpGraphSelectionModel
interface that handles notification to listeners of the model. |
Modifier and Type | Method and Description |
---|---|
protected abstract IlpGraphSelectionModel |
IlpGraphView.createGraphSelectionModel()
This method creates the default selection model.
|
IlpGraphSelectionModel |
IlpGraphView.getGraphSelectionModel()
Returns the selection model.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpGraphView.setGraphSelectionModel(IlpGraphSelectionModel selModel)
Sets the selection model.
|
Constructor and Description |
---|
GraphSelectionEvent(IlpGraphSelectionModel source,
GraphSelectionEvent.Type type,
IlpRepresentationObject[] objects)
Creates an event.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IlpNetworkSelectionModel
This model gives access to and maintains the selected object in an
IlpNetworkView . |
Modifier and Type | Class and Description |
---|---|
class |
IlpAbstractNetworkSelectionModel
This class is an implementation of the
IlpNetworkSelectionModel
interface which handles notification to listeners of the model. |
class |
IlpDefaultNetworkSelectionModel
This is the default implementation of
IlpNetworkSelectionModel . |
Modifier and Type | Method and Description |
---|---|
protected IlpGraphSelectionModel |
IlpNetworkView.createGraphSelectionModel()
This method creates the default selection model.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpNetworkView.setGraphSelectionModel(IlpGraphSelectionModel selectionModel)
Sets the selection model.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.