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 | Class and Description |
---|---|
class |
IlpEquipmentController
This class manages interactions between the user and an
IlpEquipmentView . |
Modifier and Type | Method and Description |
---|---|
protected IlpGraphController |
IlpAbstractGraphHandler.getGraphController()
Returns the controller component.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IlpGraphHandlerWithDataSource.setGraphController(IlpGraphController controller) |
protected void |
IlpAbstractGraphHandler.setGraphController(IlpGraphController controller)
Sets the controller component.
|
Constructor and Description |
---|
IlpAbstractGraphHandler(IlpGraphController contr)
Creates the handler.
|
IlpGraphHandlerWithDataSource(IlpMutableGraphModel model,
IlpGraphView view,
IlpGraphController controller,
IlpAbstractNodeAdapter adapter,
IlpMutableDataSource datasource)
Creates the handler.
|
IlpGraphHandlerWithDataSource(IlpMutableGraphModel model,
IlpGraphView view,
IlpGraphController controller,
IlpAbstractNodeAdapter adapter,
IlpMutableDataSource datasource,
JComponent component)
Creates the handler.
|
IlpGraphHandlerWithoutDataSource(IlpGraphController controller,
JComponent component)
Creates the handler.
|
Modifier and Type | Class and Description |
---|---|
class |
IlpNetworkController
This class manages interactions between the user and an
IlpNetworkView . |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.