Package | Description |
---|---|
ilog.cpl |
ILOG CPL main package containing ILOG CPL top-level JavaBeansTM and widely used classes.
|
ilog.cpl.equipment.interactor |
Provides classes and interfaces for creating Equipment interactors.
|
ilog.cpl.equipment.renderer |
Provides the interfaces and classes related to customization of the equipment component using cascading style sheets.
|
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.graph.interactor |
Provides classes and interfaces for creating Graph interactors.
|
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.renderer |
Provides the interfaces and classes related to customization of the network component using cascading style sheets.
|
ilog.cpl.table |
Together with
ilog.cpl.IlpTable , this package constitutes the JTGO Table component. |
ilog.cpl.table.interactor |
Contains all the table-specific interactors giving the JTGO Table component its default behavior.
|
ilog.cpl.table.renderer |
Provides the interfaces and classes related to customization of the JTGO Table component using cascading style sheets.
|
ilog.cpl.tree.renderer |
Provides the interfaces and classes related to customization of the JTGO Tree component using cascading style sheets.
|
ilog.tgo.faces.graph.dhtml.event |
Contains the JViews TGO Faces DHTML specific event types needed in order to propagate events from DHTML clients into the JViews TGO Faces server side runtime.
|
Modifier and Type | Method and Description |
---|---|
IlpViewInteractor |
IlpTable.getDefaultViewInteractor()
Returns the default view interactor.
|
IlpViewInteractor |
IlpTree.getDefaultViewInteractor()
Returns the default view interactor.
|
IlpViewInteractor |
IlpEquipment.getDefaultViewInteractor()
Returns the default view interactor.
|
IlpViewInteractor |
IlpNetwork.getDefaultViewInteractor()
Returns the default view interactor.
|
IlpViewInteractor |
IlpTable.getViewInteractor()
Retrieves the current view interactor from the controller.
|
IlpViewInteractor |
IlpTree.getViewInteractor()
Retrieves the current view interactor from the controller.
|
IlpViewInteractor |
IlpEquipment.getViewInteractor()
Returns the interactor associated with the view.
|
IlpViewInteractor |
IlpNetwork.getViewInteractor()
Returns the interactor associated with the view.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpTable.setDefaultViewInteractor(IlpViewInteractor interactor)
Sets the default view interactor.
|
void |
IlpTree.setDefaultViewInteractor(IlpViewInteractor interactor)
Sets the default view interactor.
|
void |
IlpEquipment.setDefaultViewInteractor(IlpViewInteractor interactor)
Sets the default view interactor.
|
void |
IlpNetwork.setDefaultViewInteractor(IlpViewInteractor interactor)
Sets the default view interactor.
|
void |
IlpTable.setViewInteractor(IlpViewInteractor interactor)
Sets the interactor associated with the view.
|
void |
IlpTree.setViewInteractor(IlpViewInteractor interactor)
Sets the interactor associated with the view.
|
void |
IlpEquipment.setViewInteractor(IlpViewInteractor interactor)
Sets the interactor associated with the view.
|
void |
IlpNetwork.setViewInteractor(IlpViewInteractor interactor)
Sets the interactor associated with the view.
|
Modifier and Type | Class and Description |
---|---|
class |
IlpEditEquipmentObjectInteractor
This class defines a view interactor which allows the user to edit or
move equipment objects such as cards, shelves, ports and LEDs.
|
Modifier and Type | Method and Description |
---|---|
IlpViewInteractor |
IlpInteractorRenderer.getViewInteractor()
Returns the view interactor.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpInteractorRenderer.setViewInteractor(IlpViewInteractor vi)
Sets the default view interactor.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpGraphController.setViewInteractor(IlpViewInteractor interactor) |
Modifier and Type | Class and Description |
---|---|
class |
IlpGraphEditEquipmentObjectInteractor
This class defines a view interactor that allows the user to edit or
move equipment objects such as cards, shelves, ports and LEDs.
|
Modifier and Type | Method and Description |
---|---|
IlpViewInteractor |
IlpInteractiveGraphicComponent.getDefaultViewInteractor()
Returns the default view interactor.
|
IlpViewInteractor |
IlpGraphicController.getDefaultViewInteractor()
Returns the default view interactor.
|
IlpViewInteractor |
IlpAbstractGraphicController.getDefaultViewInteractor()
Returns the default view interactor.
|
IlpViewInteractor |
IlpInteractiveGraphicComponent.getViewInteractor()
Returns the interactor associated with the view.
|
IlpViewInteractor |
IlpGraphicController.getViewInteractor()
Returns the interactor associated with the view.
|
IlpViewInteractor |
IlpAbstractGraphicController.getViewInteractor()
Returns the interactor associated with the view.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpInteractiveGraphicComponent.setDefaultViewInteractor(IlpViewInteractor interactor)
Sets the default view interactor.
|
void |
IlpAbstractGraphicController.setDefaultViewInteractor(IlpViewInteractor interactor)
Sets the default view interactor.
|
void |
IlpInteractiveGraphicComponent.setViewInteractor(IlpViewInteractor interactor)
Sets the interactor associated with the view.
|
void |
IlpGraphicController.setViewInteractor(IlpViewInteractor interactor)
Sets the interactor associated with the view.
|
void |
IlpAbstractGraphicController.setViewInteractor(IlpViewInteractor interactor)
Sets the interactor associated with the view.
|
Modifier and Type | Class and Description |
---|---|
class |
IlpViewsViewInteractor
This is a view interactor which encapsulates a Rogue Wave JViews
view interactor.
|
Modifier and Type | Class and Description |
---|---|
class |
IlpDefaultViewInteractor
Provides a default implementation for
IlpViewInteractor . |
Modifier and Type | Method and Description |
---|---|
IlpViewInteractor |
IlpInteractorRenderer.getViewInteractor()
Returns the view interactor.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpInteractorRenderer.setViewInteractor(IlpViewInteractor vi)
Sets the default view interactor.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpTableController.setViewInteractor(IlpViewInteractor interactor)
Sets the interactor associated with the view.
|
Modifier and Type | Class and Description |
---|---|
class |
IlpDefaultTableViewInteractor
This is the table view specific view interactor.
|
Modifier and Type | Method and Description |
---|---|
IlpViewInteractor |
IlpAbstractTableInteractorRenderer.getViewInteractor()
Returns the table view interactor.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpAbstractTableInteractorRenderer.setViewInteractor(IlpViewInteractor v)
Sets the interactor in the Table view.
|
Modifier and Type | Method and Description |
---|---|
IlpViewInteractor |
IlpAbstractTreeInteractorRenderer.getViewInteractor()
Returns the interactor currently set in the tree view.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpAbstractTreeInteractorRenderer.setViewInteractor(IlpViewInteractor v)
Sets the interactor in the Tree View.
|
Modifier and Type | Method and Description |
---|---|
protected IlpViewInteractor |
IltFacesSelectInteractorListener.getViewInteractor(String actionName)
For any given action name, the
IltSelectInteractor view
interactor is returned. |
protected abstract IlpViewInteractor |
IltFacesGraphInteractorActionListener.getViewInteractor(String actionName)
This method returns the view interactor that should process the mouse
events in a view.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.