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 |
IlpEquipmentHandler
This interface allows a handler to customize various actions that
modify the model, often triggered through interactors, and to customize
the configuration of the view.
|
Modifier and Type | Class and Description |
---|---|
class |
IlpEquipmentHandlerWithDataSource
This class is the preferred handler for the Equipment component.
|
class |
IlpEquipmentHandlerWithoutDataSource
This class is the preferred handler for the Equipment component when no
IlpDataSource is used. |
Modifier and Type | Interface and Description |
---|---|
interface |
IlpGraphHandler
This interface allows a handler to customize various actions that
are often triggered through interactors and modify the model.
|
Modifier and Type | Class and Description |
---|---|
class |
IlpAbstractGraphHandler
This class provides basic infrastructure to handler classes.
|
class |
IlpGraphHandlerWithDataSource
This class is the recommended handler for the graph component.
|
class |
IlpGraphHandlerWithoutDataSource
This class is the preferred handler for the graph controller
when
IlpDataSource is not used. |
Modifier and Type | Method and Description |
---|---|
IlpNodeHandler |
IlpGraphController.getNodeHandler()
Returns the handler for object-related operations.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpGraphController.setNodeHandler(IlpNodeHandler nHandler)
Sets the handler for object-related operations.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IlpNetworkEditingHandler
This interface allows a handler to customize various editing
actions, often triggered through interactors.
|
interface |
IlpNetworkHandler
This interface allows a handler to customize various actions that
modify the model, often triggered through interactors, and to customize
the configuration of the view.
|
interface |
IlpNetworkObjectHandler
Deprecated.
Please use
ilog.cpl.graph.IlpNodeHandler instead. |
Modifier and Type | Class and Description |
---|---|
class |
IlpNetworkHandlerWithDataSource
This class is the recommended handler for the network component.
|
class |
IlpNetworkHandlerWithoutDataSource
This class is the preferred handler for the Network component
when
IlpDataSource is not used. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.