Package | Description |
---|---|
ilog.cpl |
ILOG CPL main package containing ILOG CPL top-level JavaBeansTM and widely used classes.
|
ilog.cpl.css |
Contains basic classes to provide the customization of graphic components and objects through CSS.
|
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.graphic |
Provides classes and interfaces to create graphic objects.
|
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.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.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpEquipment.setObjectInteractor(IlpObject object,
IlpAttribute attribute,
IlpObjectInteractor interactor)
Sets the interactor associated with the given object and attribute.
|
void |
IlpNetwork.setObjectInteractor(IlpObject object,
IlpAttribute attribute,
IlpObjectInteractor interactor)
Sets the interactor associated with the given object and attribute.
|
void |
IlpEquipment.setObjectInteractor(IlpObject object,
IlpObjectInteractor interactor)
Sets the interactor associated with the given object.
|
void |
IlpNetwork.setObjectInteractor(IlpObject object,
IlpObjectInteractor interactor)
Sets the interactor associated with the given object.
|
void |
IlpEquipment.setObjectInteractor(IlpRepresentationObject object,
IlpAttribute attribute,
IlpObjectInteractor interactor)
Sets the interactor associated with the given object and attribute.
|
void |
IlpNetwork.setObjectInteractor(IlpRepresentationObject object,
IlpAttribute attribute,
IlpObjectInteractor interactor)
Sets the interactor associated with the given object and attribute.
|
void |
IlpEquipment.setObjectInteractor(IlpRepresentationObject object,
IlpObjectInteractor interactor)
Sets the interactor associated with the given object.
|
void |
IlpNetwork.setObjectInteractor(IlpRepresentationObject object,
IlpObjectInteractor interactor)
Sets the interactor associated with the given object.
|
void |
IlpEquipment.setObjectInteractor(Object key,
IlpObjectInteractor interactor)
Sets the interactor associated with the given key.
|
void |
IlpNetwork.setObjectInteractor(Object key,
IlpObjectInteractor interactor)
Sets the interactor associated with the given key.
|
Modifier and Type | Method and Description |
---|---|
IlpObjectInteractor |
IlpObjectCustomization.getInteractor()
Returns the object interactor currently set in this representation object.
|
IlpObjectInteractor |
IlpAttributeCustomization.getInteractor()
Returns the object interactor currently set in this representation object
attribute.
|
Modifier and Type | Method and Description |
---|---|
IlpObjectInteractor |
IlpInteractorRenderer.getObjectInteractor(IlpRepresentationObject object)
Returns the interactor associated with the given object.
|
IlpObjectInteractor |
IlpInteractorRenderer.getObjectInteractor(IlpRepresentationObject object,
IlpAttribute attribute)
Returns the interactor associated with the given object and attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpInteractorRenderer.setObjectInteractor(IlpRepresentationObject object,
IlpAttribute attribute,
IlpObjectInteractor interactor)
Sets the interactor to be associated with the given object and attribute.
|
void |
IlpInteractorRenderer.setObjectInteractor(IlpRepresentationObject object,
IlpObjectInteractor interactor)
Sets the interactor to be associated with the given object.
|
Modifier and Type | Method and Description |
---|---|
IlpObjectInteractor |
IlpGraphController.getCollapsionBackgroundInteractor()
Returns the interactor attached to the background of a subnetwork.
|
IlpObjectInteractor |
IlpGraphController.getCollapsionIconInteractor()
Returns the interactor attached to the collapse icon of a subnetwork.
|
IlpObjectInteractor |
IlpGraphController.getCompleteObjectInteractor(IlpRepresentationObject object)
Returns the interactor responsible for handling events on the given object
in the graphic view controlled by this instance.
|
IlpObjectInteractor |
IlpGraphController.getExpansionIconInteractor()
Returns the interactor attached to the icon of a collapsed subnetwork.
|
IlpObjectInteractor |
IlpGraphController.getExpansionInteractor()
Returns the interactor attached to the base element of a collapsed
subnetwork.
|
Modifier and Type | Method and Description |
---|---|
IlpInteractionState |
IlpGraphController.getObjectInteractionState(IlpObjectInteractor oInteractor,
IlpObjectInteractionContext context)
Looks up the interaction state corresponding to the given context
used by object interaction.
|
void |
IlpGraphController.setCollapsionBackgroundInteractor(IlpObjectInteractor collapsionBackgroundInteractor)
Sets the interactor attached to the background of a subnetwork.
|
void |
IlpGraphController.setCollapsionIconInteractor(IlpObjectInteractor collapsionIconInteractor)
Sets the interactor attached to the collapse icon of a subnetwork.
|
void |
IlpGraphController.setExpansionIconInteractor(IlpObjectInteractor expansionIconInteractor)
Sets the interactor attached to the icon of a collapsed subnetwork.
|
void |
IlpGraphController.setExpansionInteractor(IlpObjectInteractor expansionInteractor)
Sets the interactor attached to the base element of a collapsed subnetwork.
|
Modifier and Type | Method and Description |
---|---|
IlpObjectInteractor |
IlpAbstractGraphicController.getCompleteObjectInteractor(IlpRepresentationObject object)
Returns the interactor responsible for handling events on the given object
in the graphic view controlled by this instance.
|
IlpObjectInteractor |
IlpAbstractGraphicController.getObjectInteractor(IlpObject object)
Returns the interactor associated with the given business object
in the graphic view controlled by this instance.
|
IlpObjectInteractor |
IlpAbstractGraphicController.getObjectInteractor(IlpObject object,
IlpAttribute attribute)
Returns the interactor associated with the given business object and
the given attribute in the graphic view controlled by this instance.
|
IlpObjectInteractor |
IlpAbstractGraphicController.getObjectInteractor(IlpRepresentationObject object)
Returns the interactor associated with the given object
in the graphic view controlled by this instance.
|
IlpObjectInteractor |
IlpAbstractGraphicController.getObjectInteractor(IlpRepresentationObject object,
IlpAttribute attribute)
Returns the interactor associated with the given object and
the given attribute in the graphic view controlled by this instance.
|
IlpObjectInteractor |
IlpAbstractGraphicController.getObjectInteractor(Object key)
Returns the interactor associated with the given key in
the graphic view controlled by this instance.
|
Modifier and Type | Method and Description |
---|---|
IlpInteractionState |
IlpAbstractGraphicController.getObjectInteractionState(IlpObjectInteractor ointeractor,
IlpObjectInteractionContext ctxt)
Looks up the interaction state corresponding to the given context
used by object interaction.
|
void |
IlpAbstractGraphicController.setObjectInteractor(IlpObject object,
IlpAttribute attribute,
IlpObjectInteractor interactor)
Sets the interactor associated with the given business object and attribute.
|
void |
IlpAbstractGraphicController.setObjectInteractor(IlpObject object,
IlpObjectInteractor interactor)
Sets the interactor associated with the given business object.
|
void |
IlpAbstractGraphicController.setObjectInteractor(IlpRepresentationObject object,
IlpAttribute attribute,
IlpObjectInteractor interactor)
Sets the interactor associated with the given object and attribute.
|
void |
IlpAbstractGraphicController.setObjectInteractor(IlpRepresentationObject object,
IlpObjectInteractor interactor)
Sets the interactor associated with the given object.
|
void |
IlpAbstractGraphicController.setObjectInteractor(Object key,
IlpObjectInteractor interactor)
Sets the interactor associated with the given key.
|
Modifier and Type | Class and Description |
---|---|
class |
IlpDefaultObjectInteractor
Provides a default implementation of
IlpObjectInteractor . |
Modifier and Type | Method and Description |
---|---|
IlpObjectInteractor |
IlpInteractorManagerSupport.getObjectInteractor(IlpObject object)
Returns the interactor associated with the given business object
in the graphic view controlled by this instance.
|
IlpObjectInteractor |
IlpInteractorManager.getObjectInteractor(IlpObject object)
Returns the interactor associated with the given business object.
|
IlpObjectInteractor |
IlpDefaultInteractorManager.getObjectInteractor(IlpObject object)
Returns the interactor associated with the given business object.
|
IlpObjectInteractor |
IlpInteractorManagerSupport.getObjectInteractor(IlpObject object,
IlpAttribute attribute)
Returns the interactor associated with the given object and
attribute in the graphic view controlled by this instance.
|
IlpObjectInteractor |
IlpInteractorManager.getObjectInteractor(IlpObject object,
IlpAttribute attribute)
Returns the interactor associated with the given business object and attribute.
|
IlpObjectInteractor |
IlpDefaultInteractorManager.getObjectInteractor(IlpObject object,
IlpAttribute attribute)
Return the interactor associated with the given business object and attribute.
|
IlpObjectInteractor |
IlpInteractorManagerSupport.getObjectInteractor(IlpRepresentationObject object)
Returns the interactor associated with the given object
in the graphic view controlled by this instance.
|
IlpObjectInteractor |
IlpInteractorManager.getObjectInteractor(IlpRepresentationObject object)
Returns the interactor associated with the given object.
|
IlpObjectInteractor |
IlpDefaultInteractorManager.getObjectInteractor(IlpRepresentationObject object)
Returns the interactor associated with the given object.
|
IlpObjectInteractor |
IlpInteractorManagerSupport.getObjectInteractor(IlpRepresentationObject object,
IlpAttribute attribute)
Returns the interactor associated with the given object and
attribute in the graphic view controlled by this instance.
|
IlpObjectInteractor |
IlpInteractorManager.getObjectInteractor(IlpRepresentationObject object,
IlpAttribute attribute)
Returns the interactor associated with the given object and attribute.
|
IlpObjectInteractor |
IlpDefaultInteractorManager.getObjectInteractor(IlpRepresentationObject object,
IlpAttribute attribute)
Return the interactor associated with the given object and attribute.
|
IlpObjectInteractor |
IlpInteractorManagerSupport.getObjectInteractor(Object key)
Returns the interactor associated with the given key in
the graphic view controlled by this instance.
|
IlpObjectInteractor |
IlpInteractorManager.getObjectInteractor(Object key)
Returns the interactor associated with the given key.
|
IlpObjectInteractor |
IlpDefaultInteractorManager.getObjectInteractor(Object key)
Returns the interactor associated with the given key.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpMutableInteractorManager.setObjectInteractor(IlpObject object,
IlpAttribute attribute,
IlpObjectInteractor interactor)
Sets the interactor to be associated with the given business object and attribute.
|
void |
IlpInteractorManagerSupport.setObjectInteractor(IlpObject object,
IlpAttribute attribute,
IlpObjectInteractor interactor)
Sets the interactor associated with the given business object and attribute.
|
void |
IlpDefaultInteractorManager.setObjectInteractor(IlpObject object,
IlpAttribute attribute,
IlpObjectInteractor interactor)
Sets the interactor associated with the given business object and attribute.
|
void |
IlpMutableInteractorManager.setObjectInteractor(IlpObject object,
IlpObjectInteractor interactor)
Sets the interactor to be associated with the given business object.
|
void |
IlpInteractorManagerSupport.setObjectInteractor(IlpObject object,
IlpObjectInteractor interactor)
Sets the interactor associated with the given business object.
|
void |
IlpDefaultInteractorManager.setObjectInteractor(IlpObject object,
IlpObjectInteractor interactor)
Sets the interactor associated with the given business object.
|
void |
IlpMutableInteractorManager.setObjectInteractor(IlpRepresentationObject object,
IlpAttribute attribute,
IlpObjectInteractor interactor)
Sets the interactor to be associated with the given object and attribute.
|
void |
IlpInteractorManagerSupport.setObjectInteractor(IlpRepresentationObject object,
IlpAttribute attribute,
IlpObjectInteractor interactor)
Sets the interactor associated with the given object and attribute.
|
void |
IlpDefaultInteractorManager.setObjectInteractor(IlpRepresentationObject object,
IlpAttribute attribute,
IlpObjectInteractor interactor)
Sets the interactor associated with the given object and attribute.
|
void |
IlpMutableInteractorManager.setObjectInteractor(IlpRepresentationObject object,
IlpObjectInteractor interactor)
Sets the interactor to be associated with the given object.
|
void |
IlpInteractorManagerSupport.setObjectInteractor(IlpRepresentationObject object,
IlpObjectInteractor interactor)
Sets the interactor associated with the given object.
|
void |
IlpDefaultInteractorManager.setObjectInteractor(IlpRepresentationObject object,
IlpObjectInteractor interactor)
Sets the interactor associated with the given object.
|
void |
IlpMutableInteractorManager.setObjectInteractor(Object key,
IlpObjectInteractor interactor)
Sets the interactor to be associated with the given key.
|
void |
IlpInteractorManagerSupport.setObjectInteractor(Object key,
IlpObjectInteractor interactor)
Sets the interactor associated with the given key.
|
void |
IlpDefaultInteractorManager.setObjectInteractor(Object key,
IlpObjectInteractor interactor)
Sets the interactor associated with the given key.
|
Modifier and Type | Method and Description |
---|---|
IlpObjectInteractor |
IlpInteractorRenderer.getObjectInteractor(IlpRepresentationObject object)
Returns the interactor associated with the given object.
|
IlpObjectInteractor |
IlpInteractorRenderer.getObjectInteractor(IlpRepresentationObject object,
IlpAttribute attribute)
Returns the interactor associated with the given object and attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpInteractorRenderer.setObjectInteractor(IlpRepresentationObject object,
IlpAttribute attribute,
IlpObjectInteractor interactor)
Sets the interactor to be associated with the given object and attribute.
|
void |
IlpInteractorRenderer.setObjectInteractor(IlpRepresentationObject object,
IlpObjectInteractor interactor)
Sets the interactor to be associated with the given object.
|
Modifier and Type | Method and Description |
---|---|
IlpObjectInteractor |
IlpAbstractTableInteractorRenderer.getObjectInteractor(IlpRepresentationObject object)
Returns the interactor associated with the given object.
|
IlpObjectInteractor |
IlpAbstractTableInteractorRenderer.getObjectInteractor(IlpRepresentationObject object,
IlpAttribute attribute)
Returns the interactor associated with the given object and attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpAbstractTableInteractorRenderer.setObjectInteractor(IlpRepresentationObject object,
IlpAttribute attribute,
IlpObjectInteractor interactor)
Sets the interactor to be associated with the given object and attribute.
|
void |
IlpAbstractTableInteractorRenderer.setObjectInteractor(IlpRepresentationObject object,
IlpObjectInteractor interactor)
Sets the interactor to be associated with the given object.
|
Modifier and Type | Method and Description |
---|---|
IlpObjectInteractor |
IlpAbstractTreeInteractorRenderer.getObjectInteractor(IlpRepresentationObject object)
Returns the interactor associated with the given object.
|
IlpObjectInteractor |
IlpAbstractTreeInteractorRenderer.getObjectInteractor(IlpRepresentationObject object,
IlpAttribute attribute)
Returns the interactor associated with the given object and attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpAbstractTreeInteractorRenderer.setObjectInteractor(IlpRepresentationObject object,
IlpAttribute attribute,
IlpObjectInteractor interactor)
Sets the interactor to be associated with the given object and attribute.
|
void |
IlpAbstractTreeInteractorRenderer.setObjectInteractor(IlpRepresentationObject object,
IlpObjectInteractor interactor)
Sets the interactor to be associated with the given object.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.