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.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.service |
Provides the interfaces and classes related to the context, some of
the services and some general base classes used by styles.
|
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 | Interface and Description |
---|---|
interface |
IlpGraphicController
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 | 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 |
---|---|
IlpInteractorManager |
IlpAbstractGraphicController.getDefaultInteractorManager()
Gets the default interactor manager.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpAbstractGraphicController.setDefaultInteractorManager(IlpInteractorManager defaultManager)
Sets the default interactor manager.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IlpMutableInteractorManager
This interface provides methods to modify the interactors associated
to objects and attributes.
|
Modifier and Type | Class and Description |
---|---|
class |
IlpDefaultInteractorManager
This class stores the association between object, attributes
and interactors.
|
class |
IlpInteractorManagerSupport
This class models a basic interactor manager implementation.
|
Modifier and Type | Method and Description |
---|---|
IlpInteractorManager |
IlpDefaultInteractorManager.getDefaultInteractorManager()
Gets the default interactor manager.
|
IlpInteractorManager |
IlpInteractorManagerSupport.getManager()
Returns the interactor manager using this instance.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpDefaultInteractorManager.setDefaultInteractorManager(IlpInteractorManager defaultManager)
Sets the default interactor manager.
|
Constructor and Description |
---|
IlpInteractorManagerSupport(IlpInteractorManager manager)
Creates a support class for the given instance to store
interactors for objects and attributes.
|
Modifier and Type | Class and Description |
---|---|
class |
IlpNetworkController
This class manages interactions between the user and an
IlpNetworkView . |
Modifier and Type | Method and Description |
---|---|
protected IlpInteractorManager |
IlpDefaultContext.createInteractorManager()
Creates a
IlpInteractorManager to be used
by this context. |
Modifier and Type | Class and Description |
---|---|
class |
IlpTableController
A Table Controller gives behavior to an
IlpTableView (and only one). |
Modifier and Type | Class and Description |
---|---|
class |
IlpTreeController
Controller part of the MVC architecture for the Tree component.
|
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.