Package | Description |
---|---|
ilog.cpl.equipment.action.toolbar |
Contains predefined buttons that can be added to the toolbar of the Equipment component.
|
ilog.cpl.equipment.interactor |
Provides classes and interfaces for creating Equipment interactors.
|
ilog.cpl.graph.action.toolbar |
Contains predefined buttons that can be added to the toolbar of the graph view.
|
ilog.cpl.graph.interactor |
Provides classes and interfaces for creating Graph interactors.
|
ilog.cpl.network.action.toolbar |
Contains predefined buttons that can be added to the toolbar of the Network component.
|
ilog.tgo.interactor |
Provides the predefined interactors for a view.
|
Constructor and Description |
---|
IlpEquipmentInteractorAction(IlpViewsView view,
AbstractButton button,
IlpViewsViewInteractor interactor)
Creates the action.
|
IlpEquipmentInteractorButton(IlpViewsView view,
IlpViewsViewInteractor interactor,
String iconLocation,
String tooltip)
Creates the button.
|
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 |
---|---|
IlpViewsViewInteractor |
IlpGraphInteractorAction.getCplInteractor()
Deprecated.
Please use
getIlpInteractor instead. |
IlpViewsViewInteractor |
IlpGraphInteractorButton.getIlpInteractor()
Gets the associated JTGO interactor.
|
IlpViewsViewInteractor |
IlpGraphInteractorAction.getIlpInteractor()
Gets the associated JTGO interactor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IlpGraphInteractorAction.setIlpInteractor(IlpViewsViewInteractor interactor)
Sets the associated JTGO interactor.
|
Constructor and Description |
---|
IlpGraphInteractorAction(IlpViewsView view,
AbstractButton button,
IlpViewsViewInteractor interactor,
String bundle)
Creates the action.
|
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.
|
Constructor and Description |
---|
IlpNetworkInteractorAction(IlpViewsView view,
AbstractButton button,
IlpViewsViewInteractor interactor)
Creates the action.
|
IlpNetworkInteractorButton(IlpViewsView view,
IlpViewsViewInteractor interactor,
String iconLocation,
String tooltip)
Creates the button.
|
Modifier and Type | Method and Description |
---|---|
void |
IltEditLabelInteractor.updateLabel(IlpViewsViewInteractor interactor,
IlpGraphic graphic,
String label)
Called when
IlvEditLabelInteractor has accepted a new label
from the user. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.