Package | Description |
---|---|
ilog.cpl |
ILOG CPL main package containing ILOG CPL top-level JavaBeansTM and widely used classes.
|
ilog.cpl.css.function |
Contains function definitions to be used with the Cascading Style Sheet engine.
|
ilog.cpl.datasource |
Contains data source interfaces and default implementation and some related abstract adapters.
|
ilog.cpl.equipment |
Together with
ilog.cpl.IlpEquipment , this package constitutes
the JTGO Equipment component. |
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.graphlayout |
Contains the common implementation for the node and link layout
support for both the
IlpNetwork and IlpEquipment
components. |
ilog.cpl.graph.graphlayout.css |
Provides the classes related to graph layout and link layout per-object parameters in the graph component.
|
ilog.cpl.graph.util |
Contains utility classes for both the
IlpNetwork and IlpEquipment components. |
ilog.cpl.graphic |
Provides classes and interfaces to create graphic objects.
|
ilog.cpl.graphic.component |
Deprecated Provides predefined graphic objects based on Swing components.
|
ilog.cpl.graphic.views.action |
Provides action event classes that are delivered to predefined actions
of the network and equipment components.
|
ilog.cpl.interactor |
Contains all the base classes of interactors.
|
ilog.cpl.list |
Contains classes related to the Swing list model.
|
ilog.cpl.model |
Provides classes and interfaces to create the application business model.
|
ilog.cpl.model.container |
Provides interfaces for representation objects capable of
forming a containment hierarchy.
|
ilog.cpl.network |
Together with
ilog.cpl.IlpNetwork , this package constitutes the JTGO Network component. |
ilog.cpl.network.renderer |
Provides the interfaces and classes related to customization of the network component using cascading style sheets.
|
ilog.cpl.style |
Deprecated Provides classes and interfaces for handling styles (see
IlpStyle ). |
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.table.selection |
Contains all the selection model used to maintain the selection in the JTGO Table component.
|
ilog.cpl.tree |
Together with
ilog.cpl.IlpTree , this package constitutes
the JTGO Tree component. |
ilog.cpl.tree.renderer |
Provides the interfaces and classes related to customization of the JTGO Tree component using cascading style sheets.
|
ilog.cpl.util |
Utility classes.
|
ilog.cpl.util.selection |
Contains utility selection classes.
|
ilog.tgo.composite |
Provides the classes for handling the zoom policies and the layer policies.
|
ilog.tgo.css.function |
Contains predefined functions which can be used with the Cascading Style Sheet engine to compute values to JTGO object properties.
|
ilog.tgo.faces |
Contains the common types used within JViews TGO Faces.
|
ilog.tgo.faces.graph.component |
Contains the JViews TGO Faces components that are needed in order to leverage the JViews TGO common graph based types in JavaServer Faces.
|
ilog.tgo.faces.graph.dhtml.servlet |
Contains the
Servlet related types needed in order to leverage and integrate the JViews TGO common graph based types as Faces components. |
ilog.tgo.graphic |
Provides all the classes for handling the graphical representations of the telecom objects.
|
ilog.tgo.graphic.renderer |
Provides classes and support to create base renderers for telecom objects.
|
ilog.tgo.model |
Provides classes for telecom objects, states and alarms.
|
ilog.tgo.swing |
Provides Swing classes necessary to create an application mixing JTGO and Swing.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpEquipment.addRootObject(IlpRepresentationObject object)
Adds a top-level object to the model.
|
void |
IlpNetwork.addRootObject(IlpRepresentationObject object)
Adds a top-level object to the model.
|
void |
IlpEquipment.ensureAtCenter(IlpRepresentationObject object)
Scrolls the view in such a way that a given representation object
gets moved to the center of the view.
|
boolean |
IlpNetwork.ensureAtCenter(IlpRepresentationObject object)
Scrolls the view in such a way that a given representation object
gets moved to the center of the view.
|
boolean |
IlpTable.ensureVisible(IlpRepresentationObject object)
Scrolls the view in such a way that a given representation object
becomes visible.
|
boolean |
IlpTree.ensureVisible(IlpRepresentationObject object)
Scrolls the view in such a way that a given representation object
becomes visible.
|
void |
IlpEquipment.ensureVisible(IlpRepresentationObject object)
Scrolls the view in such a way that a given representation object
becomes visible.
|
boolean |
IlpNetwork.ensureVisible(IlpRepresentationObject object)
Scrolls the view in such a way that a given representation object
becomes visible.
|
IlpPosition |
IlpEquipment.getPosition(IlpRepresentationObject object)
Returns the current position or shape of an object.
|
IlpPosition |
IlpNetwork.getPosition(IlpRepresentationObject object)
Returns the current position or shape of an object.
|
IlpPositionSource |
IlpEquipment.getPositionSource(IlpRepresentationObject object)
Returns the source of the current position or shape of an object.
|
IlpPositionSource |
IlpNetwork.getPositionSource(IlpRepresentationObject object)
Returns the source of the current position or shape of an object.
|
void |
IlpEquipment.removeObjectInteractors(IlpRepresentationObject object)
Removes all the interactors associated with the given object.
|
void |
IlpNetwork.removeObjectInteractors(IlpRepresentationObject object)
Remove all the interactors associated with the given object.
|
void |
IlpEquipment.removeRootObject(IlpRepresentationObject object)
Removes a top-level object from the model.
|
void |
IlpNetwork.removeRootObject(IlpRepresentationObject object)
Removes a top-level object from the model.
|
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.setPosition(IlpRepresentationObject object,
IlpPosition position,
IlpPositionSource source)
Sets the current position or shape of an object.
|
void |
IlpNetwork.setPosition(IlpRepresentationObject object,
IlpPosition position,
IlpPositionSource source)
Sets the current position or shape of an object.
|
Modifier and Type | Method and Description |
---|---|
Object |
IlpCSSFunction.call(Object[] args,
Class<?> type,
IlpContext appc,
IlpGraphicView view,
IlpRepresentationObject ro,
IlpAttribute attribute)
Calls the function.
|
Modifier and Type | Method and Description |
---|---|
IlpRepresentationObject |
IlpRepresentationObjectFactory.createRepresentation(IlpObject object,
IlpExpansionStrategy expansionStrategy)
Returns a representation object corresponding to a business object.
|
protected abstract IlpRepresentationObject |
IlpAbstractAdapter.createRepresentationObject(IlpObject ilpObject)
This method creates a representation object
and stores it in the identifier-to-RO map.
|
IlpRepresentationObject |
IlpAbstractAdapter.getRepresentationObject(IlpObject ilpObject)
Returns the
IlpRepresentationObject used to
represent the given IlpObject . |
IlpRepresentationObject |
IlpAbstractAdapter.getRepresentationObject(Object identifier)
Returns the
IlpRepresentationObject used to
represent a business object identified by the given identifier. |
protected IlpRepresentationObject |
IlpAbstractHierarchyAdapter.removeRepresentation(Object id) |
protected IlpRepresentationObject |
IlpAbstractAdapter.removeRepresentation(Object id)
Removes the representation object that corresponds to the given
identifier.
|
Modifier and Type | Method and Description |
---|---|
Collection<IlpRepresentationObject> |
IlpAbstractAdapter.getRepresentationObjects()
Returns all the representation objects.
|
List<IlpRepresentationObject> |
AdapterEvent.getRepresentationObjects()
Returns the
IlpRepresentationObject instances that have been created or removed. |
List<IlpRepresentationObject> |
IlpAbstractHierarchyAdapter.getRoots()
Returns the list of root objects created by this adapter.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IlpAbstractAdapter.addRepresentation(IlpRepresentationObject ro)
Adds the representation object.
|
boolean |
IlpAbstractAdapter.hasRepresentationObject(IlpRepresentationObject ro)
Returns
true if the given
IlpRepresentationObject is contained in this map. |
abstract void |
IlpAbstractHierarchyAdapter.loadChildren(IlpRepresentationObject representation)
Loads the child objects of the given object, if they are not yet present
in the representation model.
|
abstract void |
IlpAbstractHierarchyAdapter.releaseChildren(IlpRepresentationObject representation)
Signals that the model and the attached views do not need the
child objects of the given object anymore.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpAbstractAdapter.fireRepresentationObjectsAdded(List<IlpRepresentationObject> representationObjects)
Fires a representation object added event for a list of objects.
|
void |
IlpAbstractAdapter.fireRepresentationObjectsRemoved(List<IlpRepresentationObject> representationObjects)
Fires a representation object removed event for a list of objects.
|
Constructor and Description |
---|
AdapterEvent(IlEventType type,
IlpAbstractAdapter adapter,
IlpRepresentationObject representationObject)
Constructor for add/remove events.
|
Constructor and Description |
---|
AdapterEvent(IlEventType type,
IlpAbstractAdapter adapter,
List<IlpRepresentationObject> representationObjects)
Constructor for add/remove events.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IlpEquipmentLink
Objects implementing this interface will be recognized as links
in the default implementation
IlpDefaultEquipmentModel
of IlpEquipmentModel . |
interface |
IlpEquipmentNode
Objects implementing this interface will be recognized as nodes
in the default implementation
IlpDefaultEquipmentModel
of IlpEquipmentModel . |
interface |
IlpMutableEquipmentLink
Mutable extension of
IlpEquipmentLink . |
interface |
IlpMutableEquipmentNode
Mutable extension of
IlpEquipmentNode . |
Modifier and Type | Class and Description |
---|---|
class |
IlpDefaultEquipmentLink
This class is the default implementation of
IlpEquipmentLink . |
class |
IlpDefaultEquipmentNode
This class is the default implementation of
IlpEquipmentNode . |
Modifier and Type | Method and Description |
---|---|
IlpRepresentationObject |
IlpDefaultEquipmentSelectionModel.getSelectedRepresentationObject()
Returns a
IlpRepresentationObject
from the collection of selected representation objects. |
protected IlpRepresentationObject |
IlpEquipmentAdapter.removeRepresentation(Object id) |
Modifier and Type | Method and Description |
---|---|
void |
IlpDefaultEquipmentSelectionModel.addSelectionRepresentationObject(IlpRepresentationObject object)
Adds the given
IlpRepresentationObject to the
selection. |
IlpPosition |
IlpEquipmentView.getRelativePosition(IlpPoint point,
IlpRepresentationObject repObj)
Deprecated.
Please use
IlpRelativePositionUtil instead. |
IlpStyle |
IlpEquipmentView.getStyle(IlpRepresentationObject object)
Deprecated.
The style API has been replaced by the cascading style sheet
mechanism.
|
boolean |
IlpDefaultEquipmentModel.isLink(IlpRepresentationObject object)
Returns true if an equipment object is a link in this model.
|
boolean |
IlpDefaultEquipmentModel.isNode(IlpRepresentationObject object)
Returns
true if an equipment object is a node in this model. |
boolean |
IlpAbstractEquipmentModelListener.isObserved(IlpRepresentationObject object)
Returns
true if the object is a member of the
observation scope of this listener. |
boolean |
IlpDefaultEquipmentSelectionModel.isRepresentationObjectSelected(IlpRepresentationObject object)
|
boolean |
IlpEquipmentModel.isRoot(IlpRepresentationObject object)
Deprecated.
Please check
getParent(object) method instead. |
boolean |
IlpAbstractEquipmentModel.isRoot(IlpRepresentationObject object)
Deprecated.
Please check
getParent(object) method instead. |
void |
IlpDefaultEquipmentSelectionModel.removeSelectionRepresentationObject(IlpRepresentationObject object)
Removes the given
IlpRepresentationObject from the
selection. |
void |
IlpDefaultEquipmentSelectionModel.setSelectedRepresentationObject(IlpRepresentationObject object)
Sets the selected
IlpRepresentationObject . |
Constructor and Description |
---|
EquipmentModelEvent(IlpEquipmentModel source,
EquipmentModelEvent.Type type,
IlpRepresentationObject object)
Creates an event.
|
EquipmentModelEvent(IlpEquipmentModel source,
EquipmentModelEvent.Type type,
IlpRepresentationObject link,
boolean origin,
IlpRepresentationObject oldEnd,
IlpRepresentationObject newEnd)
Creates a link-related event.
|
EquipmentModelEvent(IlpEquipmentModel source,
EquipmentModelEvent.Type type,
IlpRepresentationObject object,
int[] indices,
IlpRepresentationObject[] children)
Creates a container-related event.
|
EquipmentModelEvent(IlpEquipmentModel source,
EquipmentModelEvent.Type type,
IlpRepresentationObject object,
int[] indices,
IlpRepresentationObject[] children)
Creates a container-related event.
|
EquipmentSelectionEvent(IlpEquipmentSelectionModel source,
EquipmentSelectionEvent.Type type,
IlpRepresentationObject[] objects)
Creates an event.
|
Modifier and Type | Method and Description |
---|---|
int |
IlpGraphLayoutRenderer.getAutoLayoutIndex(IlpRepresentationObject ro)
Returns the index of the graph layout that will be applied
automatically for the given representation object.
|
IlvGraphLayout[] |
IlpGraphLayoutRenderer.getLayouts(IlpRepresentationObject ro)
Return the layout that is associated with the given representation
object.
|
IlvGraphLayout |
IlpGraphLayoutRenderer.getLayouts(int index,
IlpRepresentationObject ro)
Return the layout that is associated with the given representation
object and index
|
IlvGraphLayout |
IlpLinkLayoutRenderer.getLinkLayout(IlpRepresentationObject ro)
Return the link layout that is associated with the given representation
object.
|
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.
|
void |
IlpGraphLayoutRenderer.setAutoLayoutIndex(IlpRepresentationObject ro,
int index)
Sets the index of the graph layout that will be applied
automatically for the given representation object.
|
void |
IlpGraphLayoutRenderer.setLayouts(IlpRepresentationObject ro,
IlvGraphLayout[] layouts)
Sets the graph layouts that are associated to the given
subnetwork representation object.
|
void |
IlpGraphLayoutRenderer.setLayouts(IlpRepresentationObject ro,
int index,
IlvGraphLayout layout)
Sets the layout that is associated with the given representation
object and index.
|
void |
IlpLinkLayoutRenderer.setLinkLayout(IlpRepresentationObject ro,
IlvGraphLayout layout)
Sets the link layout that is associated to the given
subnetwork representation object.
|
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 |
---|---|
protected IlpRepresentationObject |
IlpAbstractNodeAdapter.createRepresentationObject(IlpObject ilpObject)
Creates a representation object and stores it in the identifier-to-RO map.
|
IlpRepresentationObject[] |
GraphModelEvent.getChildren()
Returns the child objects themselves.
|
IlpRepresentationObject |
IlpGraphModel.getFrom(IlpRepresentationObject link)
Returns the
from end of a link. |
IlpRepresentationObject |
IlpAbstractGraphModel.getFrom(IlpRepresentationObject link)
Returns the from end of a link.
|
IlpRepresentationObject |
GraphModelEvent.getNewEnd()
Returns the link's new end object.
|
IlpRepresentationObject |
NodeExpansionEvent.getObject()
Returns the object that has been collapsed or expanded.
|
IlpRepresentationObject |
GraphModelEvent.getObject()
Returns the object the event is about.
|
IlpRepresentationObject[] |
GraphSelectionEvent.getObjects()
Returns the objects concerning the event.
|
IlpRepresentationObject |
GraphModelEvent.getOldEnd()
Returns the link's previous end object.
|
IlpRepresentationObject |
GraphRendererEvent.getRepresentationObject()
Returns the representation object whose graphic has generated this event.
|
IlpRepresentationObject |
IlpGraphView.getRepresentationObject(IlpGraphic g)
Returns the
IlpRepresentationObject that is rendered by the
given IlpGraphic object. |
IlpRepresentationObject |
IlpGraphView.getRepresentationObject(IlpPoint viewLocation)
Returns the
IlpRepresentationObject at the given position in
this object. |
IlpRepresentationObject |
IlpGraphView.getSelectedRepresentationObject()
Returns a
IlpRepresentationObject
from the collection of selected representation objects. |
IlpRepresentationObject |
IlpGraphModel.getTo(IlpRepresentationObject link)
Returns the
to end of a link. |
IlpRepresentationObject |
IlpAbstractGraphModel.getTo(IlpRepresentationObject link)
Returns the
to end of a link. |
protected IlpRepresentationObject |
IlpAbstractNodeAdapter.removeRepresentation(Object id) |
Modifier and Type | Method and Description |
---|---|
void |
IlpGraphView.addPendingContainerCollapse(IlpRepresentationObject object) |
void |
IlpGraphView.addPseudoClass(IlpRepresentationObject ro,
String pseudo)
Adds a pseudoclass to the specified representation object.
|
void |
IlpMutableGraphModel.addRootObject(IlpRepresentationObject object)
Adds a top-level object to the model.
|
void |
IlpAbstractGraphModel.addRootObject(IlpRepresentationObject object)
Adds a top-level object to the model.
|
void |
IlpGraphView.addSelectionRepresentationObject(IlpRepresentationObject object)
Adds the given
IlpRepresentationObject to the
selection. |
void |
IlpGraphView.addVisibleChildren(IlpRepresentationObject object)
Adds the given object to the visible model.
|
void |
IlpGraphView.VisibleModelConnector.childrenAdd(IlpRepresentationObject object,
IlpRepresentationObject[] children)
Handle notifications of an object being added in a container.
|
void |
IlpGraphView.VisibleModelConnector.childrenAdd(IlpRepresentationObject object,
IlpRepresentationObject[] children)
Handle notifications of an object being added in a container.
|
void |
IlpGraphView.VisibleModelConnector.childrenRemove(IlpRepresentationObject object,
IlpRepresentationObject[] children)
Handle notifications of objects being removed from a container.
|
void |
IlpGraphView.VisibleModelConnector.childrenRemove(IlpRepresentationObject object,
IlpRepresentationObject[] children)
Handle notifications of objects being removed from a container.
|
void |
IlpGraphView.collapseObject(IlpRepresentationObject object)
Puts an object into the collapsed state, if possible.
|
void |
IlpGraphController.collapseObject(IlpRepresentationObject object)
Requests the collapse of a container object.
|
void |
IlpGraphView.VisibleModelConnector.containerAdd(IlpRepresentationObject object,
ilog.cpl.graph.internal.IlpExpansionState state)
Handle notifications of a container being added in the model.
|
void |
IlpGraphView.VisibleModelConnector.containerRemove(IlpRepresentationObject object,
ilog.cpl.graph.internal.IlpExpansionState state)
Handle notifications of a container being removed from the model.
|
IlpGraphic |
IlpNodeRenderer.createGraphic(IlpGraphView view,
IlpRepresentationObject object,
IlpGraphicRendererContext rendererContext,
IlpGraphic previousGraphic)
Creates a new
IlpGraphic from an
IlpRepresentationObject . |
IlpGraphic |
IlpDefaultNodeRenderer.createGraphic(IlpGraphView view,
IlpRepresentationObject object,
IlpGraphicRendererContext rendererContext,
IlpGraphic previousGraphic)
Creates a new graphic representation or reuses the previous one.
|
void |
IlpGraphView.defaultCollapseObject(IlpRepresentationObject object) |
void |
IlpGraphView.defaultExpandObject(IlpRepresentationObject object) |
boolean |
IlpGraphView.defaultIsExpanded(IlpRepresentationObject object) |
void |
IlpGraphView.doUpdateGraphic(IlpRepresentationObject object,
IlpGraphic g)
After all checks have been done, update an object.
|
boolean |
IlpGraphView.ensureAtCenter(IlpRepresentationObject object)
Scrolls the view in such a way that a given representation object
gets moved to the center of the view.
|
boolean |
IlpGraphView.ensureVisible(IlpRepresentationObject object)
Scrolls the view in such a way that a given representation object
becomes visible.
|
void |
IlpGraphView.expandObject(IlpRepresentationObject object)
Puts an object into the expanded state.
|
void |
IlpGraphController.expandObject(IlpRepresentationObject object)
Requests the expansion of a container object.
|
int |
IlpGraphView.getAutoLayoutIndex(IlpRepresentationObject ro)
Returns the index of the graph layout that should
be executed automatically in the subnetwork when the view
contents change.
|
IlvRect |
IlpGraphView.getBaseRectangle(IlpRepresentationObject object)
Returns the base rectangle of the given representation object in
manager view coordinates.
|
IlvRect |
IlpGraphView.getBoundingBox(IlpRepresentationObject object)
Returns the bounding box of the given representation object in
manager view coordinates.
|
List |
IlpGraphModel.getChildren(IlpRepresentationObject object)
Returns a list of the child objects of this object.
|
List |
IlpAbstractGraphModel.getChildren(IlpRepresentationObject object)
Returns a list of the child objects of this object.
|
IlpObjectInteractor |
IlpGraphController.getCompleteObjectInteractor(IlpRepresentationObject object)
Returns the interactor responsible for handling events on the given object
in the graphic view controlled by this instance.
|
ilog.cpl.graph.internal.IlpContainerGraphic |
IlpGraphView.getContainerGraphic(IlpRepresentationObject object)
Returns the
IlpContainerGraphic object that was created by
rendering a given container (ie non-leaf) representation object. |
IlpRepresentationObject |
IlpGraphModel.getFrom(IlpRepresentationObject link)
Returns the
from end of a link. |
IlpRepresentationObject |
IlpAbstractGraphModel.getFrom(IlpRepresentationObject link)
Returns the from end of a link.
|
IltCompositeGrapher |
IlpGraphView.getGrapherForCreateGraphic(IlpRepresentationObject object,
IlpAttribute attribute)
Returns the
IltCompositeGrapher in which the graphic object,
of type IltCompositeGraphic , of a given object should be
created. |
IlpGraphic |
IlpGraphView.getGraphic(IlpRepresentationObject object)
Returns the
IlpGraphic object that was created by rendering
a given representation object. |
IlvGraphLayout[] |
IlpGraphView.getGraphLayouts(IlpRepresentationObject ro)
Returns the list of graph layouts that have been
configured to the given subnetwork object.
|
IlvGraphLayout |
IlpGraphView.getGraphLayouts(IlpRepresentationObject ro,
int index)
Returns the graph layout that is configured at the given
index for the given subnetwork object.
|
IlvGraphic |
IlpGraphView.getLayoutProxy(IlpRepresentationObject ro)
Returns the
IlvGraphic that represents this graphic
object for layout purposes, or null if it is currently
not in a Rogue Wave JViews manager, or not considered by the layout. |
IlvGraphLayout |
IlpGraphView.getLinkLayout(IlpRepresentationObject ro)
Returns the graph layout for links in the subnetwork of the given
representation object.
|
IlpRepresentationNode |
IlpGraphModel.getParent(IlpRepresentationObject object)
Returns the parent object of an object.
|
IlpRepresentationNode |
IlpAbstractGraphModel.getParent(IlpRepresentationObject object)
Returns the parent object of an object.
|
IlpPosition |
IlpGraphView.getPosition(IlpRepresentationObject object)
Returns the current position or shape of an object.
|
IlpPositionSource |
IlpGraphView.getPositionSource(IlpRepresentationObject object)
Returns the source of current position or shape of an object.
|
List |
IlpGraphView.getPseudoClasses(IlpRepresentationObject ro,
IlpAttribute a)
Returns the custom pseudoclasses currently active for the object.
|
IlpStyle |
IlpGraphView.getStyle(IlpRepresentationObject object)
Deprecated.
|
IlvGrapher |
IlpGraphView.getSubNetwork(IlpRepresentationObject object)
Returns the
IlvGrapher that corresponds to a subnetwork. |
IltCompositeGrapher |
IlpGraphView.getSubNetworkCompositeGrapher(IlpRepresentationObject object)
Returns the
IltCompositeGrapher that corresponds to a
subnetwork. |
IlpRepresentationObject |
IlpGraphModel.getTo(IlpRepresentationObject link)
Returns the
to end of a link. |
IlpRepresentationObject |
IlpAbstractGraphModel.getTo(IlpRepresentationObject link)
Returns the
to end of a link. |
void |
IlpNodeHandler.handleChangeRelationship(IlpRepresentationObject object,
IlpRepresentationObject parent,
IlpPosition position)
Requests the change in relationship of an object.
|
void |
IlpGraphHandlerWithoutDataSource.handleChangeRelationship(IlpRepresentationObject object,
IlpRepresentationObject parent,
IlpPosition position)
Requests the change of relationship in an object.
|
void |
IlpGraphHandlerWithDataSource.handleChangeRelationship(IlpRepresentationObject object,
IlpRepresentationObject parent,
IlpPosition position)
Requests the change of relationship of an object.
|
void |
IlpGraphHandlerWithoutDataSource.handleCollapseObject(IlpRepresentationObject object)
Requests the collapse of a container object.
|
void |
IlpGraphHandlerWithDataSource.handleCollapseObject(IlpRepresentationObject object)
Requests the collapse of a container object.
|
void |
IlpExpansionHandler.handleCollapseObject(IlpRepresentationObject object)
Requests the collapse of a container object.
|
void |
IlpGraphHandlerWithoutDataSource.handleExpandObject(IlpRepresentationObject object)
Requests the expansion of a container object.
|
void |
IlpGraphHandlerWithDataSource.handleExpandObject(IlpRepresentationObject object)
Requests the expansion of a container object.
|
void |
IlpExpansionHandler.handleExpandObject(IlpRepresentationObject object)
Requests the expansion of a container object.
|
void |
IlpNodeHandler.handleUpdateObject(IlpRepresentationObject object,
Map newValues)
Requests the change of some properties of an object.
|
void |
IlpGraphHandlerWithoutDataSource.handleUpdateObject(IlpRepresentationObject object,
Map newValues)
Requests a change to some of the properties of an object.
|
void |
IlpGraphHandlerWithDataSource.handleUpdateObject(IlpRepresentationObject object,
Map newValues)
Requests a change to some of the properties of an object.
|
void |
IlpGraphView.invalidate(IlpRepresentationObject ro)
Invalidates the graphic representation of the given object.
|
boolean |
IlpGraphView.isExpanded(IlpRepresentationObject object)
Determines whether the object is currently expanded or collapsed.
|
boolean |
IlpGraphModel.isLeaf(IlpRepresentationObject object)
Returns
true if this object, by its nature, has no children. |
boolean |
IlpAbstractGraphModel.isLeaf(IlpRepresentationObject object)
Returns
true if this object, by its nature, has no children. |
boolean |
IlpGraphView.isLink(IlpRepresentationObject ro)
Returns if the given object is a link in the visible model.
|
boolean |
IlpGraphModel.isLink(IlpRepresentationObject object)
Returns
true if a representation object is a link (and not
a node) in this model. |
abstract boolean |
IlpAbstractGraphModel.isLink(IlpRepresentationObject object)
Returns true if a representation object is a link in this model.
|
boolean |
IlpGraphModel.isNode(IlpRepresentationObject object)
Returns
true if a representation object is a node (and not
a link) in this model. |
abstract boolean |
IlpAbstractGraphModel.isNode(IlpRepresentationObject object)
Returns
true if a representation object is a node in
this model. |
boolean |
GraphModelListener.isObserved(IlpRepresentationObject object)
Returns
true if the object is a member of this listener's
observation scope, in other words, if this listener is interested in
being notified about the object. |
boolean |
IlpGraphView.isRepresentationObjectSelected(IlpRepresentationObject object)
|
void |
IlpGraphView.VisibleModelConnector.linkEndChanged(IlpRepresentationObject link,
boolean origin,
IlpRepresentationObject oldEnd,
IlpRepresentationObject newEnd)
Handle notifications of link changes.
|
void |
IlpAbstractNodeAdapter.loadChildren(IlpRepresentationObject representation)
Initiates the loading of the child objects of the given object, if they
are not all already present.
|
void |
IlpGraphView.VisibleModelConnector.objectAdded(IlpRepresentationObject object,
IlpRepresentationObject parent)
Handle notifications of objects being added in the model.
|
void |
IlpGraphView.VisibleModelConnector.objectRemoved(IlpRepresentationObject object,
IlpRepresentationObject parent,
Collection oldConnectedLinks)
Handle notifications of objects being removed from the model.
|
void |
IlpAbstractNodeAdapter.releaseChildren(IlpRepresentationObject representation)
Signals that the model and the attached views do not need the
child objects of the given object anymore.
|
void |
IlpGraphController.removeObjectInteractors(IlpRepresentationObject object)
Removes all the interactors associated with the given object.
|
void |
IlpGraphView.removePseudoClass(IlpRepresentationObject ro,
String pseudo)
Removes a pseudoclass from the specified representation object.
|
void |
IlpMutableGraphModel.removeRootObject(IlpRepresentationObject object)
Removes a top-level object from the model.
|
void |
IlpAbstractGraphModel.removeRootObject(IlpRepresentationObject object)
Removes a top-level object from the model.
|
void |
IlpGraphView.removeSelectionRepresentationObject(IlpRepresentationObject object)
Removes the given
IlpRepresentationObject from the
selection. |
void |
IlpGraphView.setAutoLayoutIndex(IlpRepresentationObject ro,
int index)
Sets the index of the graph layout that should be
executed automatically in the subnetwork objects when the
view contents change.
|
void |
IlpGraphView.setGraphLayouts(IlpRepresentationObject ro,
IlvGraphLayout[] layouts)
Changes the layouts that can be applied to the subnetwork that
represents the given representation object.
|
void |
IlpGraphView.setGraphLayouts(IlpRepresentationObject ro,
int index,
IlvGraphLayout layout)
Sets a new graph layout to this view.
|
void |
IlpGraphView.setLinkLayout(IlpRepresentationObject ro,
IlvGraphLayout layout)
Changes the link layout of subnetwork for the given representation
object.
|
void |
IlpGraphView.setPosition(IlpRepresentationObject object,
IlpPosition position,
IlpPositionSource source)
Sets the current position or shape of an object.
|
void |
IlpGraphView.setViewSelected(IlpRepresentationObject object,
boolean selected)
Sets the selected status of a representation object in the
IlvManagerView . |
void |
IlpGraphView.updateGraphic(IlpRepresentationObject object)
Updates the graphic representation of an object.
|
Modifier and Type | Method and Description |
---|---|
int |
IlpGraphLayoutSupport.getAutoLayoutIndex(IlpRepresentationObject ro)
Returns the index of the graph layout that should
be executed automatically in the subnetwork when the view
contents change.
|
int |
IlpDefaultGraphLayoutSupport.getAutoLayoutIndex(IlpRepresentationObject ro)
Returns the index of the graph layout that should
be executed automatically in the subnetwork when the view
contents change.
|
IlvGraphLayout[] |
IlpGraphLayoutSupport.getGraphLayouts(IlpRepresentationObject ro)
Returns the list of graph layouts that have been
configured to the given subnetwork object.
|
IlvGraphLayout[] |
IlpDefaultGraphLayoutSupport.getGraphLayouts(IlpRepresentationObject ro)
Returns the list of graph layouts that have been
configured to the given subnetwork object.
|
IlvGraphLayout |
IlpGraphLayoutSupport.getGraphLayouts(IlpRepresentationObject ro,
int index)
Returns the graph layout that is configured at the given
index for the given subnetwork object.
|
IlvGraphLayout |
IlpDefaultGraphLayoutSupport.getGraphLayouts(IlpRepresentationObject ro,
int index)
Returns the graph layout that is configured at the given
index for the given subnetwork object.
|
IlvGraphLayout |
IlpGraphLayoutSupport.getLinkLayout(IlpRepresentationObject ro)
Returns the graph layout for links in the subnetwork of the given
representation object.
|
IlvGraphLayout |
IlpDefaultGraphLayoutSupport.getLinkLayout(IlpRepresentationObject ro)
Returns the graph layout for links in the subnetwork of the given
representation object.
|
void |
IlpGraphLayoutSupport.setAutoLayoutIndex(IlpRepresentationObject ro,
int index)
Sets the index of the graph layout that should be
executed automatically in the subnetwork objects when the
view contents change.
|
void |
IlpDefaultGraphLayoutSupport.setAutoLayoutIndex(IlpRepresentationObject ro,
int index)
Sets the index of the graph layout that should be
executed automatically in the subnetwork objects when the
view contents change.
|
void |
IlpGraphLayoutSupport.setGraphLayouts(IlpRepresentationObject ro,
IlvGraphLayout[] layouts)
Changes the layouts that can be applied to the subnetwork that
represents the given representation object.
|
void |
IlpDefaultGraphLayoutSupport.setGraphLayouts(IlpRepresentationObject ro,
IlvGraphLayout[] layouts)
Changes the layouts that can be applied to the subnetwork that
represents the given representation object.
|
void |
IlpGraphLayoutSupport.setGraphLayouts(IlpRepresentationObject ro,
int index,
IlvGraphLayout layout)
Sets a new graph layout to this subnetwork representation object.
|
void |
IlpDefaultGraphLayoutSupport.setGraphLayouts(IlpRepresentationObject ro,
int index,
IlvGraphLayout layout)
Sets a new graph layout to this view.
|
void |
IlpGraphLayoutSupport.setLinkLayout(IlpRepresentationObject ro,
IlvGraphLayout layout)
Changes the link layout of subnetwork for the given representation
object.
|
void |
IlpDefaultGraphLayoutSupport.setLinkLayout(IlpRepresentationObject ro,
IlvGraphLayout layout)
Changes the link layout of subnetwork for the given representation
object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IlpUniformLengthEdgesLayoutParameters.apply(IlvGraphLayout layout,
IlpRepresentationObject ro,
IlvGraphic layoutProxy)
Applies the configuration that is stored in this bean into
the given layout for the given node.
|
boolean |
IlpTreeLayoutParameters.apply(IlvGraphLayout layout,
IlpRepresentationObject ro,
IlvGraphic layoutProxy)
Applies the configuration that is stored in this bean into
the given layout for the given node.
|
boolean |
IlpShortLinkLayoutParameters.apply(IlvGraphLayout layout,
IlpRepresentationObject ro,
IlvGraphic layoutProxy)
Applies the configuration that is stored in this bean into
the given layout for the given node.
|
boolean |
IlpLongLinkLayoutParameters.apply(IlvGraphLayout layout,
IlpRepresentationObject ro,
IlvGraphic layoutProxy)
Applies the configuration that is stored in this bean into
the given layout for the given node.
|
boolean |
IlpLinkLayoutParameters.apply(IlvGraphLayout layout,
IlpRepresentationObject ro,
IlvGraphic layoutProxy)
Applies the configuration that is stored in this bean into
the given layout for the given node.
|
boolean |
IlpHierarchicalLayoutParameters.apply(IlvGraphLayout layout,
IlpRepresentationObject ro,
IlvGraphic layoutProxy)
Applies the configuration that is stored in this bean into
the given layout for the given node.
|
boolean |
IlpGridLayoutParameters.apply(IlvGraphLayout layout,
IlpRepresentationObject ro,
IlvGraphic layoutProxy)
Applies the configuration that is stored in this bean into
the given layout for the given node.
|
boolean |
IlpGraphLayoutParameters.apply(IlvGraphLayout layout,
IlpRepresentationObject ro,
IlvGraphic layoutProxy)
Applies the configuration that is stored in this bean into
the given layout for the given node.
|
boolean |
IlpCircularLayoutParameters.apply(IlvGraphLayout layout,
IlpRepresentationObject ro,
IlvGraphic layoutProxy)
Applies the configuration that is stored in this bean into
the given layout for the given node.
|
boolean |
IlpBusLayoutParameters.apply(IlvGraphLayout layout,
IlpRepresentationObject ro,
IlvGraphic layoutProxy)
Applies the configuration that is stored in this bean into
the given layout for the given node.
|
Modifier and Type | Method and Description |
---|---|
static IlpPosition |
IlpRelativePositionUtil.GetRelativePosition(IlpPoint point,
IlpRepresentationObject repObj,
IlpGraphView view)
Converts the given view position
point
into a position relative to the given representation object,
that can correspond to an
IltShelf , IltCardCarrier , or an
IltCardItemContainer business object. |
Modifier and Type | Method and Description |
---|---|
IlpRepresentationObject |
IlpGraphic.getRepresentationObject()
Returns the object that this instance is representing.
|
IlpRepresentationObject |
IlpAbstractGraphic.getRepresentationObject()
Returns the object being represented by this graphic.
|
IlpRepresentationObject |
IlpGraphicView.getRepresentationObject(IlpPoint viewLocation)
Returns the
IlpRepresentationObject at the given position in
this object. |
Modifier and Type | Method and Description |
---|---|
void |
IlpGraphicHolder.addGraphic(IlpRepresentationObject o,
IlpAttribute a,
IlpGraphic g)
Associates the given representation object and attribute with
the given graphic representation.
|
void |
IlpEmptyGraphicHolder.addGraphic(IlpRepresentationObject o,
IlpAttribute a,
IlpGraphic g)
This class does not store any association with graphic instances,
so this method does nothing.
|
void |
IlpDefaultGraphicHolder.addGraphic(IlpRepresentationObject o,
IlpAttribute a,
IlpGraphic g)
Associates the given representation object and attribute with
the given graphic representation.
|
void |
IlpGraphicHolder.addGraphic(IlpRepresentationObject o,
IlpGraphic g)
Associates the given representation object with the given graphic representation.
|
void |
IlpEmptyGraphicHolder.addGraphic(IlpRepresentationObject o,
IlpGraphic g)
This class does not store any association with graphic instances,
so this method does nothing.
|
void |
IlpDefaultGraphicHolder.addGraphic(IlpRepresentationObject o,
IlpGraphic g)
Associates the given representation object with the given graphic representation.
|
IlpGraphic |
IlpGraphicRenderer.createGraphic(IlpGraphicView view,
IlpRepresentationObject object,
IlpAttribute attribute,
IlpGraphicRendererContext rendererContext)
Creates a new
IlpGraphic from an IlpRepresentationObject and
optional attribute. |
IlpObjectInteractor |
IlpAbstractGraphicController.getCompleteObjectInteractor(IlpRepresentationObject object)
Returns the interactor responsible for handling events on the given object
in the graphic view controlled by this instance.
|
IlpGraphic |
IlpGraphicHolder.getGraphic(IlpRepresentationObject o)
Gets the graphic object associated with the given representation object.
|
IlpGraphic |
IlpEmptyGraphicHolder.getGraphic(IlpRepresentationObject o)
Returns
null always, as this graphic holder does not
store any references. |
IlpGraphic |
IlpDefaultGraphicHolder.getGraphic(IlpRepresentationObject o)
Gets the graphic object associated with the given representation object.
|
IlpGraphic |
IlpGraphicHolder.getGraphic(IlpRepresentationObject o,
IlpAttribute a)
Gets the graphic object associated with the given representation object
and attribute.
|
IlpGraphic |
IlpEmptyGraphicHolder.getGraphic(IlpRepresentationObject o,
IlpAttribute a)
Returns
null always, as this graphic holder does not
store any references. |
IlpGraphic |
IlpDefaultGraphicHolder.getGraphic(IlpRepresentationObject o,
IlpAttribute a)
Gets the graphic object associated with the given representation object
and attribute.
|
Collection<IlpGraphic> |
IlpDefaultGraphicHolder.getGraphics(IlpRepresentationObject o)
Returns the collection of all graphic instances associated with
the given representation object, including the graphic instances related to
attributes.
|
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.
|
Object |
IlpGraphicRendererContext.getPropertyValue(String property,
IlpGraphicView view,
IlpRepresentationObject ro)
Retrieves the value of a styling property for a given representation object in
the graphic view.
|
Object |
IlpGraphicRendererContext.getPropertyValue(String property,
IlpGraphicView view,
IlpRepresentationObject ro,
IlpAttribute a)
Retrieves the value of a styling property for a given representation object
in the graphic view.
|
IlpGraphicRendererContext |
IlpGraphicHolder.getRendererContext(IlpRepresentationObject o)
Returns the renderer context associated with the graphic representation of
the given representation object.
|
IlpGraphicRendererContext |
IlpEmptyGraphicHolder.getRendererContext(IlpRepresentationObject o)
Returns the renderer context associated with the graphic representation of
the given object representation.
|
IlpGraphicRendererContext |
IlpDefaultGraphicHolder.getRendererContext(IlpRepresentationObject o)
Returns the renderer context associated with the graphic representation of
the given representation object.
|
IlpGraphicRendererContext |
IlpGraphicHolder.getRendererContext(IlpRepresentationObject o,
IlpAttribute a)
Returns the renderer context associated with the graphic representation of
the given representation object and attribute.
|
IlpGraphicRendererContext |
IlpEmptyGraphicHolder.getRendererContext(IlpRepresentationObject o,
IlpAttribute a)
Returns the renderer context associated with the graphic representation of
the given object representation and attribute.
|
IlpGraphicRendererContext |
IlpDefaultGraphicHolder.getRendererContext(IlpRepresentationObject o,
IlpAttribute a)
Returns the renderer context associated with the graphic representation of
the given representation object and attribute.
|
IlpStyle |
IlpGraphicViewStyleManager.getStyle(IlpRepresentationObject ro)
Deprecated.
Returns the correct style for this representation object.
|
IlpStyle |
IlpDefaultGraphicViewStyleManager.getStyle(IlpRepresentationObject ro)
Deprecated.
Return the correct style for this representation object.
|
IlpStyle |
IlpBasicGraphicViewStyleManager.getStyle(IlpRepresentationObject ro)
Deprecated.
Return the correct style for this representation object.
|
IlpStyle |
IlpGraphicViewStyleManager.getStyle(IlpRepresentationObject ro,
IlpAttribute attribute)
Deprecated.
Return the correct style for this representation object.
|
IlpStyle |
IlpDefaultGraphicViewStyleManager.getStyle(IlpRepresentationObject ro,
IlpAttribute attribute)
Deprecated.
Return the correct style for this representation object.
|
IlpStyle |
IlpBasicGraphicViewStyleManager.getStyle(IlpRepresentationObject ro,
IlpAttribute attribute)
Deprecated.
Return the correct style for this representation object.
|
void |
IlpGraphicView.invalidate(IlpRepresentationObject ro)
Invalidates the graphic representation of the given object.
|
void |
IlpGraphicHolder.invalidateGraphic(IlpRepresentationObject o)
Invalidates the graphic instance associated with the given representation object.
|
void |
IlpEmptyGraphicHolder.invalidateGraphic(IlpRepresentationObject o)
Invalidates the graphic instance associated with the given object representation.
|
void |
IlpDefaultGraphicHolder.invalidateGraphic(IlpRepresentationObject o)
Invalidates the graphic instance associated with the given representation object
and with all its attribute graphics if they exist.
|
void |
IlpGraphicHolder.invalidateGraphic(IlpRepresentationObject o,
IlpAttribute a)
Invalidates the graphic instance associated with the given representation object
and attribute.
|
void |
IlpEmptyGraphicHolder.invalidateGraphic(IlpRepresentationObject o,
IlpAttribute a)
Invalidates the graphic instance associated with the given object representation
and attribute.
|
void |
IlpDefaultGraphicHolder.invalidateGraphic(IlpRepresentationObject o,
IlpAttribute a)
Invalidates the graphic instance associated with the given representation object
and attribute.
|
boolean |
IlpGraphicHolder.isValid(IlpRepresentationObject o)
Returns whether the graphic instance associated with the given representation object
is valid.
|
boolean |
IlpEmptyGraphicHolder.isValid(IlpRepresentationObject o)
Returns if the graphic instance associated with the given object representation
is valid.
|
boolean |
IlpDefaultGraphicHolder.isValid(IlpRepresentationObject o)
Returns whether the graphic instance associated with the given representation object
is valid.
|
boolean |
IlpGraphicHolder.isValid(IlpRepresentationObject o,
IlpAttribute a)
Returns whether the graphic instance associated with the given representation object
and attribute is valid.
|
boolean |
IlpEmptyGraphicHolder.isValid(IlpRepresentationObject o,
IlpAttribute a)
Returns if the graphic instance associated with the given object representation
and attribute is valid.
|
boolean |
IlpDefaultGraphicHolder.isValid(IlpRepresentationObject o,
IlpAttribute a)
Returns whether the graphic instance associated with the given representation object
and attribute is valid.
|
void |
IlpGraphicHolder.removeGraphic(IlpRepresentationObject o)
Removes the graphic instance associated with the given representation object.
|
void |
IlpEmptyGraphicHolder.removeGraphic(IlpRepresentationObject o)
This class does not store any association with graphic instances,
so this method does nothing.
|
void |
IlpDefaultGraphicHolder.removeGraphic(IlpRepresentationObject o)
Removes the graphic instance associated with the given representation object.
|
void |
IlpGraphicHolder.removeGraphic(IlpRepresentationObject o,
IlpAttribute a)
Removes the graphic instance associated with the given
representation object and attribute.
|
void |
IlpEmptyGraphicHolder.removeGraphic(IlpRepresentationObject o,
IlpAttribute a)
This class does not store any association with graphic instances,
so this method does nothing.
|
void |
IlpDefaultGraphicHolder.removeGraphic(IlpRepresentationObject o,
IlpAttribute a)
Removes the graphic instance associated with the given object
representation and attribute.
|
void |
IlpDefaultGraphicHolder.removeGraphics(IlpRepresentationObject o)
Removes all the graphic instances associated with this object
representation, including the graphic instances related to attributes.
|
void |
IlpAbstractGraphicController.removeObjectInteractors(IlpRepresentationObject object)
Removes all the interactors associated with the given object.
|
boolean |
IlpGraphicViewStyleManager.removeStyle(IlpRepresentationObject ro)
Deprecated.
Remove an instance style from the currently buffered styles.
|
boolean |
IlpDefaultGraphicViewStyleManager.removeStyle(IlpRepresentationObject ro)
Deprecated.
Remove an instance style from the currently buffered styles.
|
boolean |
IlpBasicGraphicViewStyleManager.removeStyle(IlpRepresentationObject ro)
Deprecated.
Remove an instance style from the currently buffered styles.
|
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 |
IlpGraphicHolder.validateGraphic(IlpRepresentationObject o,
IlpAttribute a,
IlpGraphicRendererContext c)
Validates the graphic instance associated with the given representation object
and attribute.
|
void |
IlpEmptyGraphicHolder.validateGraphic(IlpRepresentationObject o,
IlpAttribute a,
IlpGraphicRendererContext c)
Validates the graphic instance associated with the given object representation
and attribute.
|
void |
IlpDefaultGraphicHolder.validateGraphic(IlpRepresentationObject o,
IlpAttribute a,
IlpGraphicRendererContext c)
Validates the graphic instance associated with the given representation object
and attribute.
|
void |
IlpGraphicHolder.validateGraphic(IlpRepresentationObject o,
IlpGraphicRendererContext c)
Validates the graphic instance associated with the given representation object.
|
void |
IlpEmptyGraphicHolder.validateGraphic(IlpRepresentationObject o,
IlpGraphicRendererContext c)
Validates the graphic instance associated with the given object representation.
|
void |
IlpDefaultGraphicHolder.validateGraphic(IlpRepresentationObject o,
IlpGraphicRendererContext c)
Validates the graphic instance associated with the given representation object.
|
Constructor and Description |
---|
IlpAbstractGraphic(IlpGraphicView view,
IlpRepresentationObject object)
Creates a graphic to represent the given object inside
the given view.
|
IlpAbstractGraphic(IlpGraphicView view,
IlpRepresentationObject object,
IlpAttribute attribute)
Creates a graphic to represent an attribute in the given object
inside the given view.
|
IlpCompositeGraphic(IlpGraphicView graphicView,
IlpRepresentationObject object)
Deprecated.
Creates a graphic to represent the given object inside
the given view.
|
IlpCompositeGraphic(IlpGraphicView graphicView,
IlpRepresentationObject object,
IlpAttribute attribute)
Deprecated.
Creates a graphic to represent an attribute in the given object
inside the given view.
|
IlpGraphicRendererContext(IlpGraphicView view,
IlpRepresentationObject ro,
IlpAttribute attribute,
boolean selected,
boolean expanded,
boolean focus,
boolean showChildren)
Creates a renderer context with the given initial information.
|
IlpLeafGraphic(IlpGraphicView graphicView,
IlpRepresentationObject object)
Creates a graphic to represent the given object inside
the given view.
|
IlpLeafGraphic(IlpGraphicView graphicView,
IlpRepresentationObject object,
IlpAttribute attribute)
Creates a graphic to represent an attribute in the given object
inside the given view.
|
IlpLeafGraphic(IlpGraphicView graphicView,
IlpRepresentationObject object,
IlpAttribute attribute,
JComponent c)
Creates a graphic to represent an attribute in the given object
inside the given view.
|
IlpLeafGraphic(IlpGraphicView graphicView,
IlpRepresentationObject object,
JComponent c)
Creates a graphic to represent the given object inside
the given view.
|
Constructor and Description |
---|
IlpAlarmBalloon(IlpGraphicView view,
IlpRepresentationObject obj,
IlpAttribute attr,
IlpGraphic inner)
Deprecated.
Creates a new instance by adding the inner graphic within the
alarm balloon according to the given orientation.
|
IlpAlarmBalloon(IlpGraphicView view,
IlpRepresentationObject obj,
IlpAttribute attr,
IlpGraphic inner,
Insets i,
int orient,
int depth,
int thickness,
Color bg,
Color border,
Color shadow,
int rad,
int distance)
Deprecated.
Creates a new instance by adding the inner graphic within the
alarm balloon according to the given orientation.
|
IlpAlarmBalloon(IlpGraphicView view,
IlpRepresentationObject obj,
IlpAttribute attr,
IlpGraphic inner,
int orient,
Color bg)
Deprecated.
Creates a new instance by adding the inner graphic within the
alarm balloon, according to the given orientation.
|
IlpAlarmBalloon(IlpGraphicView view,
IlpRepresentationObject obj,
IlpGraphic inner)
Deprecated.
Creates a new instance by adding the inner graphic within the
alarm balloon, according to the given orientation.
|
IlpBalloon(IlpGraphicView view,
IlpRepresentationObject obj,
IlpAttribute attr,
IlpGraphic inner)
Deprecated.
Creates a new instance, grouping an outer element and an inner element.
|
IlpBalloon(IlpGraphicView view,
IlpRepresentationObject obj,
IlpAttribute attr,
IlpGraphic inner,
Insets i,
int orient,
int depth,
int thickness,
Color bg,
Color border,
Color shadow)
Deprecated.
Creates a new instance, grouping an outer element and an inner element.
|
IlpCentered(IlpGraphicView view,
IlpRepresentationObject obj,
Component outer,
IlpGraphic inner)
Deprecated.
Creates a new instance, grouping an outer element and an inner element.
|
IlpCentered(IlpGraphicView view,
IlpRepresentationObject obj,
IlpAttribute attr,
Component outer,
IlpGraphic inner)
Deprecated.
Creates a new instance, grouping an outer element and an inner element.
|
IlpCentered(IlpGraphicView view,
IlpRepresentationObject obj,
IlpAttribute attr,
Component outer,
IlpGraphic inner,
Insets i)
Deprecated.
Creates a new instance, grouping an outer element and an inner element.
|
IlpInfoBalloon(IlpGraphicView view,
IlpRepresentationObject obj,
IlpAttribute attribute,
IlpGraphic inner)
Deprecated.
Creates a new instance by adding the inner graphic within the
information balloon, according to the given orientation.
|
IlpInfoBalloon(IlpGraphicView view,
IlpRepresentationObject obj,
IlpAttribute attr,
IlpGraphic inner,
Insets i,
int orient,
int depth,
int thickness,
Color bg,
Color border,
Color shadow)
Deprecated.
Creates a new instance by adding the inner graphic within the
information balloon, according to the given orientation.
|
IlpInfoBalloon(IlpGraphicView view,
IlpRepresentationObject obj,
IlpAttribute attr,
IlpGraphic inner,
int orient,
Color bg)
Deprecated.
Creates a new instance by adding the inner graphic within the
information balloon, according to the given orientation.
|
IlpInfoBalloon(IlpGraphicView view,
IlpRepresentationObject obj,
IlpGraphic inner)
Deprecated.
Creates a new instance by adding the inner graphic within the
information balloon, according to the given orientation.
|
IlpStacker(IlpGraphicView view,
IlpRepresentationObject obj)
Deprecated.
Creates a new stacker graphic.
|
IlpStacker(IlpGraphicView view,
IlpRepresentationObject obj,
IlpAttribute attribute)
Deprecated.
Creates a new stacker graphic.
|
IlpStacker(IlpGraphicView view,
IlpRepresentationObject obj,
IlpAttribute attr,
int orientation,
int alignment,
int spacing)
Deprecated.
Creates a new stacker graphic for the attribute or representation
object, with the given characteristics for orientation, alignment and
spacing.
|
Modifier and Type | Method and Description |
---|---|
IlpRepresentationObject |
IlpCreateLinkActionEvent.getFromNode()
Returns the starting node of the link to be created.
|
IlpRepresentationObject |
IlpCreateLinkActionEvent.getToNode()
Returns the ending node of the link to be created.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpCreateLinkActionEvent.setFromNode(IlpRepresentationObject node)
Sets the starting node of the link to be created.
|
void |
IlpCreateLinkActionEvent.setToNode(IlpRepresentationObject node)
Sets the ending node of the link to be created.
|
Modifier and Type | Method and Description |
---|---|
IlpRepresentationObject |
IlpViewActionEvent.getRepresentationObject()
Returns the first representation object involved in the gesture
which led to the triggering of the action which receives this action event,
or
null . |
IlpRepresentationObject |
IlpObjectInteractionContext.getRepresentationObject()
Returns the representation object on which the interaction occurred.
|
IlpRepresentationObject |
IlpObjectActionEvent.getRepresentationObject()
Returns the representation object on which the interaction occurred.
|
IlpRepresentationObject |
IlpDefaultObjectInteractionContext.getRepresentationObject()
Returns the representation object on which the interaction occurred.
|
Modifier and Type | Method and Description |
---|---|
Collection<IlpRepresentationObject> |
IlpViewInteractionContext.getRepresentationObjects()
Returns the collection of
IlpRepresentationObject s
involved in a gesture. |
Collection<IlpRepresentationObject> |
IlpViewActionEvent.getRepresentationObjects()
Returns the collection of
IlpRepresentationObject s
involved in the gesture which led to the triggering of the action which receives
this action event. |
Collection<IlpRepresentationObject> |
IlpDefaultViewInteractionContext.getRepresentationObjects()
Returns the collection of
IlpRepresentationObject s
involved in a gesture. |
Modifier and Type | Method and Description |
---|---|
void |
IlpViewInteractionContext.addRepresentationObject(IlpRepresentationObject object)
Adds a representation object to the collection of representation objects
involved in a gesture.
|
void |
IlpDefaultViewInteractionContext.addRepresentationObject(IlpRepresentationObject object)
Adds a representation object to the collection of representation objects
involved in a gesture.
|
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.
|
protected boolean |
IlpAbstractInteractor.isSelectable(IlpInteractionContext ctx,
IlpRepresentationObject ro)
Identifies whether an object can be selected or not, this method is
used in conjunction with
IlpAbstractInteractor.manageSelection(IlpInteractionContext, IlpRepresentationObjectSelectionModel, IlpRepresentationObject) . |
protected void |
IlpAbstractInteractor.manageSelection(IlpInteractionContext ctxt,
IlpRepresentationObjectSelectionModel selectionModel,
IlpRepresentationObject ro)
This method is called before displaying a pop-up menu to update the
selection.
|
void |
IlpMutableInteractorManager.removeObjectInteractors(IlpRepresentationObject object)
Removes all the interactors associated with the given object.
|
void |
IlpInteractorManagerSupport.removeObjectInteractors(IlpRepresentationObject object)
Removes all the interactors associated with the given object.
|
void |
IlpDefaultInteractorManager.removeObjectInteractors(IlpRepresentationObject object)
Remove all the interactors associated with the given object.
|
boolean |
IlpViewInteractionContext.removeRepresentationObject(IlpRepresentationObject object)
Removes a representation object from the collection of representation
objects involved in a gesture.
|
boolean |
IlpDefaultViewInteractionContext.removeRepresentationObject(IlpRepresentationObject object)
Removes a representation object from the collection of representation
objects involved in a gesture.
|
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.
|
Constructor and Description |
---|
IlpDefaultObjectInteractionContext(IlpGraphicView view,
IlpRepresentationObject representationObject)
Constructs an interaction context dedicated to a view and a single object
in this view.
|
IlpDefaultObjectInteractionContext(IlpGraphicView view,
IlpRepresentationObject representationObject,
IlpAttribute attribute)
Constructs an interaction context dedicated to a view, a single object
and a single attribute in this view.
|
IlpDefaultObjectInteractionContext(IlpGraphicView view,
IlpRepresentationObject ro,
IlpGraphic graphic,
AWTEvent event)
Constructs an interaction context dedicated to a view and a single
object in this view.
|
Modifier and Type | Method and Description |
---|---|
protected IlpRepresentationObject |
IlpListAdapter.createRepresentationObject(IlpObject ilpObject) |
protected IlpRepresentationObject |
IlpListAdapter.removeRepresentation(Object id) |
Modifier and Type | Class and Description |
---|---|
class |
IlpRepresentationObjectSupport
This class provides basic support to
IlpRepresentationObject instances
for storing attributes, attribute values, and the IlpObject instance being
represented. |
Modifier and Type | Method and Description |
---|---|
protected IlpAttributeValueHolderSupport |
IlpRepresentationObjectSupport.createAttributeValueHolderSupport(IlpRepresentationObject source,
IlpAttributeGroup model)
To be overridden by subclasses which wish to have a different attributeHolder.
|
protected IlpAttributeValueHolderSupport |
IlpRepresentationObjectSupport.createAttributeValueHolderSupport(IlpRepresentationObject source,
IlpAttributeGroup model,
IlpAttributeValueHolder defaultHolder)
To be overridden by subclasses which wish to have a different attributeHolder.
|
Constructor and Description |
---|
IlpRepresentationObjectSupport(IlpRepresentationObject source,
IlpAttributeGroup model)
Provides support to
IlpRepresentationObject instances for storing
the attribute model and attribute values without an IlpObject . |
IlpRepresentationObjectSupport(IlpRepresentationObject source,
IlpExtendedAttributeGroup model,
IlpObject object)
Provides support to
IlpRepresentationObject instances for storing
the attribute model, attribute values, and the IlpObject that is being
represented. |
IlpRepresentationObjectSupport(IlpRepresentationObject source,
IlpObject object)
Provides support to
IlpRepresentationObject instances for storing
the attribute model, attribute values, and the IlpObject that is being
represented. |
Modifier and Type | Interface and Description |
---|---|
interface |
IlpMutableRepresentationLink
Mutable extension of
IlpRepresentationLink . |
interface |
IlpMutableRepresentationNode
Mutable interface of objects that build up a container hierarchy.
|
interface |
IlpRepresentationLink
Objects implementing this interface will be recognized as links.
|
interface |
IlpRepresentationNode
Objects implementing this interface build up a container hierarchy.
|
Modifier and Type | Class and Description |
---|---|
class |
IlpAbstractRepresentationLink
This class is the abstract implementation of
IlpRepresentationLink . |
class |
IlpAbstractRepresentationNode
This class is the abstract implementation of
IlpRepresentationNode . |
Modifier and Type | Interface and Description |
---|---|
interface |
IlpMutableNetworkLink
Mutable extension of
IlpNetworkLink . |
interface |
IlpMutableNetworkNode
Mutable extension of
IlpNetworkNode . |
interface |
IlpNetworkLink
Objects implementing this interface will be recognized as links in the
default implementation
IlpDefaultNetworkModel of
IlpNetworkModel . |
interface |
IlpNetworkNode
Objects implementing this interface will be recognized as nodes
in the default implementation
IlpDefaultNetworkModel
of IlpNetworkModel . |
Modifier and Type | Class and Description |
---|---|
class |
IlpDefaultNetworkLink
This class is the default implementation of
IlpNetworkLink . |
class |
IlpDefaultNetworkNode
This class is the default implementation of
IlpNetworkNode . |
Modifier and Type | Method and Description |
---|---|
IlpRepresentationObject |
NetworkModelObserveEvent.getObject()
Deprecated.
Returns the object the event is about.
|
IlpRepresentationObject |
IlpDefaultNetworkSelectionModel.getSelectedRepresentationObject()
Returns a
IlpRepresentationObject
from the collection of selected representation objects. |
protected IlpRepresentationObject |
IlpNetworkAdapter.removeRepresentation(Object id) |
Modifier and Type | Method and Description |
---|---|
void |
NetworkModelObserveListener.addObserve(IlpRepresentationObject object)
Deprecated.
Invoked when an object is added to the set of objects being
observed.
|
void |
IlpDefaultNetworkSelectionModel.addSelectionRepresentationObject(IlpRepresentationObject object)
Adds the given
IlpRepresentationObject to the
selection. |
IlpStyle |
IlpNetworkView.getStyle(IlpRepresentationObject object)
Deprecated.
The Style API has been replaced by the Cascading Style Sheet
mechanism.
|
boolean |
IlpDefaultNetworkModel.isLink(IlpRepresentationObject object)
Returns
true if a network object is a link in this model. |
boolean |
IlpDefaultNetworkModel.isNode(IlpRepresentationObject object)
Returns
true if a network object is a node in this model. |
boolean |
IlpAbstractNetworkModelListener.isObserved(IlpRepresentationObject object)
Returns
true if the object is a member of this listener's
observation scope, in other words, if this listener is interested in
being notified about the object. |
boolean |
IlpDefaultNetworkSelectionModel.isRepresentationObjectSelected(IlpRepresentationObject object)
|
void |
NetworkModelObserveListener.removeObserve(IlpRepresentationObject object)
Deprecated.
Invoked when an object is removed from the set of objects being
observed.
|
void |
IlpDefaultNetworkSelectionModel.removeSelectionRepresentationObject(IlpRepresentationObject object)
Removes the given
IlpRepresentationObject from the
selection. |
void |
IlpDefaultNetworkSelectionModel.setSelectedRepresentationObject(IlpRepresentationObject object)
Sets the selected
IlpRepresentationObject . |
Modifier and Type | Method and Description |
---|---|
int |
IlpGraphLayoutRenderer.getAutoLayoutIndex(IlpRepresentationObject ro)
Returns the index of the graph layout that will be applied
automatically for the given representation object.
|
IlvGraphLayout[] |
IlpGraphLayoutRenderer.getLayouts(IlpRepresentationObject ro)
Return the layout that is associated with the given representation
object.
|
IlvGraphLayout |
IlpGraphLayoutRenderer.getLayouts(int index,
IlpRepresentationObject ro)
Return the layout that is associated with the given representation
object and index
|
IlvGraphLayout |
IlpLinkLayoutRenderer.getLinkLayout(IlpRepresentationObject ro)
Return the link layout that is associated with the given representation
object.
|
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.
|
void |
IlpGraphLayoutRenderer.setAutoLayoutIndex(IlpRepresentationObject ro,
int index)
Sets the index of the graph layout that will be applied
automatically for the given representation object.
|
void |
IlpGraphLayoutRenderer.setLayouts(IlpRepresentationObject ro,
IlvGraphLayout[] layouts)
Sets the graph layouts that are associated to the given
subnetwork representation object.
|
void |
IlpGraphLayoutRenderer.setLayouts(IlpRepresentationObject ro,
int index,
IlvGraphLayout layout)
Sets the layout that is associated with the given representation
object and index.
|
void |
IlpLinkLayoutRenderer.setLinkLayout(IlpRepresentationObject ro,
IlvGraphLayout layout)
Sets the link layout that is associated to the given
subnetwork representation object.
|
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 |
---|---|
IlpRepresentationObject |
IlpStyleContext.getRepresentationObject()
Deprecated.
For a style associated with a representation object, returns the object.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpStyleContext.setRepresentationObject(IlpRepresentationObject ro)
Deprecated.
Sets the representation object afterwards, used by JTGO.
|
Constructor and Description |
---|
IlpInstanceStyleContext(IlpRepresentationObject ro,
IlpAttribute attr,
ReferenceQueue q)
Deprecated.
Constructor for a representation object with attribute.
|
IlpInstanceStyleContext(IlpRepresentationObject ro,
ReferenceQueue q)
Deprecated.
Constructor for a representation object.
|
IlpStyleContext(IlpRepresentationObject ro,
IlpAttribute attr,
ReferenceQueue q)
Deprecated.
Constructor for a representation object with attribute.
|
IlpStyleContext(IlpRepresentationObject ro,
ReferenceQueue q)
Deprecated.
Constructor for a representation object.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IlpTableRow
Representation object to be used in a table.
|
Modifier and Type | Class and Description |
---|---|
class |
IlpDefaultTableRow
This is the default representation object to be used to represent rows
in a table.
|
Modifier and Type | Method and Description |
---|---|
IlpRepresentationObject |
IlpTableRowFactory.createRepresentation(IlpObject ilpObject,
IlpExpansionStrategy expansionStrategy)
Returns a representation object corresponding to a business object.
|
IlpRepresentationObject |
IlpTableView.getRepresentationObject(IlpPoint viewLocation)
Returns the
IlpRepresentationObject object at the given position
in this object. |
Modifier and Type | Method and Description |
---|---|
void |
IlpTableView.addPseudoClass(IlpRepresentationObject ro,
IlpAttribute a,
String pseudo)
Adds a pseudoclass to the specified representation object.
|
protected void |
IlpTableCellRenderer.configureComponent(JComponent component,
JTable table,
IlpStyle style,
IlpRepresentationObject representationObject,
IlpAttribute attribute,
boolean hasFocus,
boolean isSelected)
Deprecated.
|
boolean |
IlpTableView.ensureVisible(IlpRepresentationObject ro)
Scrolls the view in such a way that a given representation object
becomes visible.
|
TableCellEditor |
IlpTableView.getCellEditor(IlpRepresentationObject object,
IlpAttribute attrib)
Returns an appropriate editor for the cell specified by
o
and a . |
TableCellRenderer |
IlpTableView.getCellRenderer(IlpRepresentationObject object,
IlpAttribute attrib)
Returns an appropriate renderer for the cell specified by
o
and a . |
protected JLabel |
IlpTableCellRenderer.getJLabelCellComponent(JTable table,
Object value,
IlpStyle style,
IlpRepresentationObject representationObject,
IlpAttribute attribute,
boolean isSelected,
boolean hasFocus)
Deprecated.
|
List<String> |
IlpTableView.getPseudoClasses(IlpRepresentationObject ro,
IlpAttribute a)
Returns the custom pseudoclasses currently active for the object.
|
void |
IlpTableView.invalidate(IlpRepresentationObject ro)
Invalidates the graphic representation of the given object.
|
void |
IlpTableView.removePseudoClass(IlpRepresentationObject ro,
IlpAttribute a,
String pseudo)
Removes a pseudoclass from the specified representation object.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IlpDefaultTableViewInteractor.manageSelection(IlpInteractionContext ctxt,
IlpRepresentationObjectSelectionModel selectionModel,
IlpRepresentationObject ro)
Redefined to manage the selection when a pop-up menu is about to be
displayed, taking care of the particular selection of the table which
allows the selection of an attribute for a representation object (cell selection).
|
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.
|
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 |
---|---|
IlpRepresentationObject |
IlpTableSelectionModel.getAnchorObject()
Returns the representation object which has the focus.
|
IlpRepresentationObject |
IlpDefaultTableSelectionModel.getAnchorObject()
Returns the representation object that has the focus.
|
IlpRepresentationObject |
IlpDefaultTableSelectionModel.getSelectedRepresentationObject()
Returns the first selected
IlpRepresentationObject
from the collection of selected representation objects. |
Modifier and Type | Method and Description |
---|---|
void |
IlpTableSelectionModel.addSelection(IlpRepresentationObject object,
IlpAttribute attribute)
Adds a new selection.
|
void |
IlpDefaultTableSelectionModel.addSelection(IlpRepresentationObject object,
IlpAttribute attribute)
Adds a new selection.
|
void |
IlpDefaultTableSelectionModel.addSelectionRepresentationObject(IlpRepresentationObject object)
Adds the given
IlpRepresentationObject to the
selection. |
boolean |
IlpArea.contains(IlpRepresentationObject object,
IlpAttribute attribute)
Returns
true if the current area contains the area
defined by the given representation object and attribute. |
boolean |
IlpDefaultTableSelectionModel.isRepresentationObjectSelected(IlpRepresentationObject object)
|
boolean |
IlpTableSelectionModel.isSelected(IlpRepresentationObject object,
IlpAttribute attribute)
Returns whether a cell (that is, an attribute for a representation object) is
selected.
|
boolean |
IlpDefaultTableSelectionModel.isSelected(IlpRepresentationObject object,
IlpAttribute attribute)
Returns whether cell (that is, an attribute for a representation object) is
selected.
|
void |
IlpTableSelectionModel.removeSelection(IlpRepresentationObject object,
IlpAttribute attribute)
Removes an attribute for a representation object from the selection.
|
void |
IlpDefaultTableSelectionModel.removeSelection(IlpRepresentationObject object,
IlpAttribute attribute)
Removes an attribute for a representation object from the selection.
|
void |
IlpDefaultTableSelectionModel.removeSelectionRepresentationObject(IlpRepresentationObject object)
Removes the given
IlpRepresentationObject from the
selection. |
void |
IlpTableSelectionModel.setAnchor(IlpRepresentationObject object,
IlpAttribute attribute)
Sets the cell (that is, the attribute of the representation object)
which has the focus in the table.
|
void |
IlpDefaultTableSelectionModel.setAnchor(IlpRepresentationObject object,
IlpAttribute attribute)
Sets the cell (that is, the attribute of the representation object)
that has the focus in the table.
|
void |
IlpDefaultTableSelectionModel.setSelectedRepresentationObject(IlpRepresentationObject object)
Sets the selected
IlpRepresentationObject . |
void |
IlpTableSelectionModel.setSelection(IlpRepresentationObject object,
IlpAttribute attribute)
Applies a new selection.
|
void |
IlpDefaultTableSelectionModel.setSelection(IlpRepresentationObject object,
IlpAttribute attribute)
Applies a new selection.
|
Constructor and Description |
---|
IlpArea(IlpRepresentationObject object,
IlpAttribute attribute)
Creates an area representing a particular attribute of a particular
representation object.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IlpTreeNode
Specification for a representation object to be stored in an
IlpTreeModel object. |
Modifier and Type | Class and Description |
---|---|
class |
IlpDefaultTreeNode
Default implementation of
IlpTreeNode . |
Modifier and Type | Method and Description |
---|---|
protected IlpRepresentationObject |
IlpContainmentTreeAdapter.createRepresentationObject(IlpObject ilpObject)
Creates a representation object and registers it in the adapter
structure.
|
IlpRepresentationObject |
IlpTreeSelectionModel.getLeadSelectionRepresentationObject()
Returns the last object that was added.
|
IlpRepresentationObject |
IlpDefaultTreeSelectionModel.getLeadSelectionRepresentationObject()
Returns the last object that was added.
|
IlpRepresentationObject |
IlpTreeView.getRepresentationObject(IlpPoint viewLocation)
Returns the
IlpRepresentationObject object at the given position
in this object. |
IlpRepresentationObject |
IlpDefaultTreeSelectionModel.getSelectedRepresentationObject()
Returns the first object in the selection.
|
protected IlpRepresentationObject |
IlpAbstractTreeAdapter.removeRepresentation(Object id) |
Modifier and Type | Method and Description |
---|---|
void |
IlpTreeView.addPseudoClass(IlpRepresentationObject ro,
String pseudo)
Adds a pseudoclass to the given representation object.
|
void |
IlpDefaultTreeSelectionModel.addSelectionRepresentationObject(IlpRepresentationObject object)
Adds
object to the current selection. |
boolean |
IlpTreeView.ensureVisible(IlpRepresentationObject ro)
Scrolls the view in such a way that a given representation object
becomes visible.
|
List<String> |
IlpTreeView.getPseudoClasses(IlpRepresentationObject ro,
IlpAttribute a)
Returns the custom pseudoclasses currently active for the object
|
TreePath |
IlpDefaultTreeSelectionModel.getTreePathFor(IlpRepresentationObject object)
Returns the tree path corresponding to a given representation object.
|
void |
IlpTreeView.invalidate(IlpRepresentationObject ro)
Invalidates the graphic representation of the given object.
|
void |
IlpTreeView.invalidateLayoutCache(IlpRepresentationObject ro)
Deprecated.
Invalidating the layout cache for a specific representation
object is no longer supported. Please use method
{
IlpTreeView.invalidateLayoutCache() instead. |
boolean |
IlpDefaultTreeSelectionModel.isRepresentationObjectSelected(IlpRepresentationObject object)
Returns true if
object is in the current
selection. |
void |
IlpContainmentTreeAdapter.loadChildren(IlpRepresentationObject representation)
Loads the child objects of the given object, if they are not yet
present in the representation model.
|
void |
IlpContainmentTreeAdapter.releaseChildren(IlpRepresentationObject representation)
Signals that the model and the attached views do not need the
child objects of the given object anymore.
|
void |
IlpTreeView.removePseudoClass(IlpRepresentationObject ro,
String pseudo)
Removes a pseudoclass from the given representation object.
|
void |
IlpDefaultTreeSelectionModel.removeSelectionRepresentationObject(IlpRepresentationObject object)
Removes
object from the selection. |
void |
IlpTreeSelectionModel.setSelectedRepresentationObject(IlpRepresentationObject object)
Sets the selection to
object . |
void |
IlpDefaultTreeSelectionModel.setSelectedRepresentationObject(IlpRepresentationObject object)
Sets the selection to
object . |
void |
IlpTreeSelectionModel.setSelectionRepresentationObject(IlpRepresentationObject object)
Deprecated.
Please use
setSelectedRepresentationObject instead. |
void |
IlpDefaultTreeSelectionModel.setSelectionRepresentationObject(IlpRepresentationObject object)
Deprecated.
Please use
setSelectedRepresentationObject instead. |
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
IlpRepresentationObject |
IlpRepresentationObjectMapper.getRepresentationObject(IlpObject object)
Returns the
IlpRepresentationObject used to
represent the given IlpObject . |
Modifier and Type | Method and Description |
---|---|
boolean |
IlpStaticExpansionStrategy.areChildrenLoaded(IlpRepresentationObject representation) |
boolean |
IlpExpansionStrategy.areChildrenLoaded(IlpRepresentationObject representation)
Indicates whether the child objects are already loaded with this expansion
strategy.
|
boolean |
IlpRepresentationObjectMapper.hasRepresentationObject(IlpRepresentationObject ro)
Returns if the given
IlpRepresentationObject is
contained in this mapper. |
void |
IlpStaticExpansionStrategy.loadChildren(IlpRepresentationObject representation) |
void |
IlpExpansionStrategy.loadChildren(IlpRepresentationObject representation)
Loads the children objects of the given representation object so that
they are added to the model and are visible to the attached views.
|
boolean |
IlpStaticExpansionStrategy.mayHaveChild(IlpRepresentationObject representation) |
boolean |
IlpExpansionStrategy.mayHaveChild(IlpRepresentationObject representation)
Indicates whether the parameter may have children.
|
void |
IlpStaticExpansionStrategy.releaseChildren(IlpRepresentationObject representation) |
void |
IlpExpansionStrategy.releaseChildren(IlpRepresentationObject representation)
Signals that the model and the attached views do not need the
child objects of the given object anymore.
|
Modifier and Type | Method and Description |
---|---|
IlpRepresentationObject |
IlpRepresentationObjectSelectionModel.getSelectedRepresentationObject()
Returns the first selected
IlpRepresentationObject
from the collection of selected representation objects. |
Modifier and Type | Method and Description |
---|---|
void |
IlpRepresentationObjectSelectionModel.addSelectionRepresentationObject(IlpRepresentationObject object)
Adds the given
IlpRepresentationObject to the
selection. |
boolean |
IlpRepresentationObjectSelectionModel.isRepresentationObjectSelected(IlpRepresentationObject object)
|
void |
IlpRepresentationObjectSelectionModel.removeSelectionRepresentationObject(IlpRepresentationObject object)
Removes the given
IlpRepresentationObject from the
selection. |
void |
IlpRepresentationObjectSelectionModel.setSelectedRepresentationObject(IlpRepresentationObject object)
Sets the selected
IlpRepresentationObject . |
Modifier and Type | Method and Description |
---|---|
IlpRepresentationObject |
IltcCompositeGraphic.getRepresentationObject()
Returns the object that this instance is representing.
|
Modifier and Type | Method and Description |
---|---|
void |
IltcCompositeGraphic.setRepresentationObject(IlpRepresentationObject ro)
Sets the object that this instance is representing.
|
Modifier and Type | Method and Description |
---|---|
Object |
IltTinyImageFunction.call(Object[] args,
Class<?> type,
IlpContext appc,
IlpGraphicView view,
IlpRepresentationObject ro,
IlpAttribute attribute) |
Object |
IltAbstractSeverityColorFunction.call(Object[] args,
Class<?> type,
IlpContext appc,
IlpGraphicView view,
IlpRepresentationObject ro,
IlpAttribute attribute) |
Object |
IltAbstractHighestSeverityFunction.call(Object[] args,
Class<?> type,
IlpContext appc,
IlpGraphicView view,
IlpRepresentationObject ro,
IlpAttribute attribute) |
Object |
IltAbstractAlarmSummaryFunction.call(Object[] args,
Class<?> type,
IlpContext appc,
IlpGraphicView view,
IlpRepresentationObject ro,
IlpAttribute attribute) |
Object |
IltAbstractAlarmCountFunction.call(Object[] args,
Class<?> type,
IlpContext appc,
IlpGraphicView view,
IlpRepresentationObject ro,
IlpAttribute attribute) |
Object |
IltSeverityIconFunction.call(Object[] args,
Class type,
IlpContext appc,
IlpGraphicView view,
IlpRepresentationObject ro,
IlpAttribute attribute)
Called to execute the function.
|
Object |
IltSettingsFunction.call(Object[] args,
Class type,
IlpContext appc,
IlpGraphicView view,
IlpRepresentationObject ro,
IlpAttribute attribute)
Calls the function.
|
Object |
IltSecondaryStateSummaryFunction.call(Object[] args,
Class type,
IlpContext appc,
IlpGraphicView view,
IlpRepresentationObject ro,
IlpAttribute attribute)
Called to execute the function.
|
Object |
IltPrimaryStateSummaryFunction.call(Object[] args,
Class type,
IlpContext appc,
IlpGraphicView view,
IlpRepresentationObject ro,
IlpAttribute attribute)
Called to execute the function.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
IltFacesPropertyAccessor.acceptGetProperty(IlpGraphicView view,
IlpRepresentationObject object,
String propertyName)
This default implementation calls
IltFacesPropertyAccessor.acceptProperty(IlpGraphicView, IlpRepresentationObject, String) . |
protected boolean |
IltFacesPropertyAccessor.acceptProperty(IlpGraphicView view,
IlpRepresentationObject object,
String propertyName)
Returns whether or not a given property can be accessed.
|
Map |
IltFacesPropertyAccessor.getProperties(IlpGraphicView view,
IlpRepresentationObject object)
Returns the properties of the given object.
|
protected List |
IltFacesPropertyAccessor.getPropertyNames(IlpGraphicView view,
IlpRepresentationObject object)
Returns the properties that will be exposed for the given
IlpRepresentationObject and
IlpGraphicView instances. |
protected Object |
IltFacesPropertyAccessor.getStringFromValue(IlpGraphicView view,
IlpRepresentationObject object,
String propertyName,
Object propertyValue)
Converts the provided in-memory property representation to a client-side
String representation of a property value. |
Modifier and Type | Method and Description |
---|---|
IlvRect |
IltFacesGraphView.getBoundingBox(IlpRepresentationObject object)
Returns the bounding box of the given
IlpRepresentationObject
instance in manager coordinates. |
Modifier and Type | Method and Description |
---|---|
protected IlpRepresentationObject |
IltFacesImageMapAreaGenerator.getRepresentationObject(IlvGraphic object)
Accesses the representation object, that is, an
IlpRepresentationObject instance from a given graphic
object in a manager view. |
Modifier and Type | Method and Description |
---|---|
IlpRepresentationObject |
IltGraphicElementAggregate.getRepresentationObject()
Deprecated.
Returns the object that this graphic instance represents.
|
Modifier and Type | Method and Description |
---|---|
void |
IltCompositeGraphic.completeGraphic(IlpGraphicView view,
IlpRepresentationObject ro)
Complete the composite graphic creation.
|
IlpGraphic |
IltGraphicRenderer.createGraphic(IlpGraphicView view,
IlpRepresentationObject object,
IlpAttribute attribute,
IlpGraphicRendererContext rendererContext)
Deprecated.
Creates a new graphic representation by delegating to the four-argument
createGraphic method. |
abstract IlpGraphic |
IltGraphicRenderer.createGraphic(IlpGraphicView view,
IltGraphicManager manager,
IlpRepresentationObject object,
IlpAttribute attribute,
IlpGraphicRendererContext rendererContext)
Deprecated.
Creates a new
IlpGraphic object. |
static IltGraphicManager |
IltGraphicRenderer.GetManagerForCreateGraphic(IlpGraphicView view,
IlpRepresentationObject object,
IlpAttribute attribute)
Deprecated.
Returns the IltGraphicManager in which the graphic object,
of type IltCompositeGraphic, of a given object should be
created.
|
void |
IltCompositeGraphic.setRepresentationObject(IlpRepresentationObject ro)
Sets the object that this instance is representing.
|
void |
IltGraphicRenderer.updateGraphicProperties(IltObject tgo,
IlpRepresentationObject object)
Deprecated.
Copies rendering-relevant attributes from the representation object
to the
IltObject that is used for graphic rendering. |
Modifier and Type | Method and Description |
---|---|
IlpRepresentationObject |
IltBaseRenderer.getRepresentationObject()
Returns the representation object using this renderer.
|
Modifier and Type | Method and Description |
---|---|
void |
IltBaseRenderer.setRepresentationObject(IlpRepresentationObject ro)
Sets the representation object where this renderer is being used.
|
Modifier and Type | Method and Description |
---|---|
IlpGraphic |
IltObjectDefaultRenderer.createGraphic(IlpGraphicView view,
IltGraphicManager manager,
IlpRepresentationObject object,
IlpAttribute attribute,
IlpGraphicRendererContext rendererContext)
Deprecated.
Creates a new graphic representation.
|
void |
IltObjectDefaultRenderer.updateGraphicProperties(IltObject tgo,
IlpRepresentationObject object)
Deprecated.
Copies rendering-relevant attributes from the representation object
to the
IltObject that is used for graphic rendering. |
Modifier and Type | Method and Description |
---|---|
static void |
IltComponentUtilities.clearImage(IlpGraphicView view,
IlpRepresentationObject ro)
Removes the image that has been generated for the given representation object.
|
void |
IltComponentUtilities.clearObjectImage(IlpGraphicView view,
IlpRepresentationObject ro)
Removes the image that has been generated for the given representation object.
|
static Image |
IltComponentUtilities.getTinyImage(IlpGraphicView view,
IlpRepresentationObject ro)
Returns an image displaying the tiny representation of the given predefined
business object.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.