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.graphic |
Provides classes and interfaces to create graphic objects.
|
ilog.cpl.graphic.views |
Provides graphic object and graphic view classes for creating and configuring
graphic views based on Rogue Wave JViews.
|
ilog.cpl.interactor |
Contains all the base classes of interactors.
|
ilog.cpl.network |
Together with
ilog.cpl.IlpNetwork , this package constitutes the JTGO Network component. |
ilog.cpl.table |
Together with
ilog.cpl.IlpTable , this package constitutes the JTGO Table component. |
ilog.cpl.tree |
Together with
ilog.cpl.IlpTree , this package constitutes
the JTGO Tree component. |
Modifier and Type | Class and Description |
---|---|
class |
IlpEquipmentController
This class manages interactions between the user and an
IlpEquipmentView . |
Modifier and Type | Class and Description |
---|---|
class |
IlpGraphController
This class manages interactions between the user and the view.
|
Modifier and Type | Method and Description |
---|---|
IlpGraphicController |
IlpGraphView.getController()
Returns the controller, that is responsible for
the interaction between the user and the view.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpGraphView.setController(IlpGraphicController controller)
Sets the controller, that is responsible for the interaction between
the user and the view.
|
Modifier and Type | Class and Description |
---|---|
class |
IlpAbstractGraphicController
This class is part of the MVC trio and is responsible for
storing and setting the interactors to the view and graphics.
|
Modifier and Type | Method and Description |
---|---|
IlpGraphicController |
IlpGraphicView.getController()
Returns the controller, which is responsible for
the interaction between use and view.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpGraphicView.setController(IlpGraphicController controller)
Sets the controller, which is responsible for
the interaction between use and view.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpViewsViewInteractor.attach(IlpGraphicController controller)
Attaches this interactor to the view.
|
Modifier and Type | Method and Description |
---|---|
IlpGraphicController |
IlpViewInteractor.getController()
Retrieves the controller to which this view interactor is attached.
|
IlpGraphicController |
IlpDefaultViewInteractor.getController()
Retrieves the controller to which this interactor is attached.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpViewInteractor.attach(IlpGraphicController controller)
Attaches this view interactor to the specified controller.
|
void |
IlpDefaultViewInteractor.attach(IlpGraphicController controller)
Attaches this view interactor to the specified controller.
|
Modifier and Type | Class and Description |
---|---|
class |
IlpNetworkController
This class manages interactions between the user and an
IlpNetworkView . |
Modifier and Type | Class and Description |
---|---|
class |
IlpTableController
A Table Controller gives behavior to an
IlpTableView (and only one). |
Modifier and Type | Method and Description |
---|---|
IlpGraphicController |
IlpTableView.getController()
Returns the
IlpGraphicController used by the table. |
Modifier and Type | Method and Description |
---|---|
void |
IlpTableView.setController(IlpGraphicController controller)
Sets the
IlpGraphicController instance used by the table. |
Modifier and Type | Class and Description |
---|---|
class |
IlpTreeController
Controller part of the MVC architecture for the Tree component.
|
Modifier and Type | Method and Description |
---|---|
IlpGraphicController |
IlpTreeView.getController()
Returns the controller, which is responsible for
the interaction between the user and the view.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpTreeView.setController(IlpGraphicController controller)
Sets the controller, which is responsible for
the interaction between the user and the view.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.