Package | Description |
---|---|
ilog.cpl |
ILOG CPL main package containing ILOG CPL top-level JavaBeansTM and widely used classes.
|
ilog.cpl.datasource |
Contains data source interfaces and default implementation and some related abstract adapters.
|
ilog.cpl.datasource.structure |
Contains the structural interface for business objects.
|
ilog.cpl.equipment |
Together with
ilog.cpl.IlpEquipment , this package constitutes
the JTGO Equipment component. |
ilog.cpl.graph |
Contains the abstract common implementation for both the
IlpNetwork and IlpEquipment components,
including a model, a view and a controller and
related classes. |
ilog.cpl.graphic |
Provides classes and interfaces to create graphic objects.
|
ilog.cpl.interactor |
Contains all the base classes of interactors.
|
ilog.cpl.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.sdm | |
ilog.cpl.sdm.binding | |
ilog.cpl.storage |
Contains classes related to data storage, including styles, datasources and deployment descriptor.
|
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.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.util |
Utility classes.
|
ilog.cpl.util.selection |
Contains utility selection classes.
|
ilog.tgo.datasource |
Provides
IltObject Datasource support. |
ilog.tgo.model |
Provides classes for telecom objects, states and alarms.
|
Modifier and Type | Method and Description |
---|---|
IlpObject |
IlpTable.getRow(int rowIndex)
Returns the
IlpObject corresponding to the specified
row index in the given table. |
IlpObject |
IlpTable.getSelectedObject()
Returns the first selected
IlpObject
from the collection of selected objects. |
IlpObject |
IlpTree.getSelectedObject()
Returns the first selected
IlpObject
from the collection of selected objects. |
IlpObject |
IlpEquipment.getSelectedObject()
Returns the first selected
IlpObject
from the collection of selected objects. |
IlpObject |
IlpNetwork.getSelectedObject()
Returns the first selected
IlpObject
from the collection of selected objects. |
Modifier and Type | Method and Description |
---|---|
void |
IlpTable.addPseudoClass(IlpObject bo,
IlpAttribute a,
String pseudo)
Adds a pseudoclass to the specified business object and attribute.
|
void |
IlpTree.addPseudoClass(IlpObject bo,
String pseudo)
Adds a pseudoclass to the specified business object.
|
void |
IlpEquipment.addPseudoClass(IlpObject bo,
String pseudo)
Adds a pseudoclass to the specified business object.
|
void |
IlpNetwork.addPseudoClass(IlpObject bo,
String pseudo)
Adds a pseudoclass to the specified business object.
|
void |
IlpTable.addSelectionObject(IlpObject object)
Adds the given
IlpObject to the selection. |
void |
IlpTree.addSelectionObject(IlpObject object)
Adds the given
IlpObject to the selection. |
void |
IlpEquipment.addSelectionObject(IlpObject object)
Adds the given
IlpObject to the selection. |
void |
IlpNetwork.addSelectionObject(IlpObject object)
Adds the given
IlpObject to the selection. |
void |
IlpEquipment.ensureAtCenter(IlpObject object)
Scrolls the view in such a way that a given business object
gets moved to the center of the view.
|
boolean |
IlpNetwork.ensureAtCenter(IlpObject object)
Scrolls the view in such a way that a given object
gets moved to the center of the view.
|
boolean |
IlpTable.ensureVisible(IlpObject object)
Scrolls the view in such a way that a given object
becomes visible.
|
boolean |
IlpTree.ensureVisible(IlpObject object)
Scrolls the view in such a way that a given object
becomes visible.
|
void |
IlpEquipment.ensureVisible(IlpObject object)
Scrolls the view in such a way that a given business object
becomes visible.
|
boolean |
IlpNetwork.ensureVisible(IlpObject object)
Scrolls the view in such a way that a given object
becomes visible.
|
boolean |
IlpTable.isObjectSelected(IlpObject object)
Returns
true if the given IlpObject
is selected. |
boolean |
IlpTree.isObjectSelected(IlpObject object)
|
boolean |
IlpEquipment.isObjectSelected(IlpObject object)
|
boolean |
IlpNetwork.isObjectSelected(IlpObject object)
|
void |
IlpEquipment.removeObjectInteractors(IlpObject object)
Remove all the interactors associated with the given object.
|
void |
IlpNetwork.removeObjectInteractors(IlpObject object)
Remove all the interactors associated with the given object.
|
void |
IlpTable.removePseudoClass(IlpObject bo,
IlpAttribute a,
String pseudo)
Removes a pseudoclass from the specified business object and
attribute.
|
void |
IlpTree.removePseudoClass(IlpObject bo,
String pseudo)
Removes a pseudoclass from the specified business object.
|
void |
IlpEquipment.removePseudoClass(IlpObject bo,
String pseudo)
Removes a pseudoclass from the specified business object.
|
void |
IlpNetwork.removePseudoClass(IlpObject bo,
String pseudo)
Removes a pseudoclass from the specified business object.
|
void |
IlpTable.removeSelectionObject(IlpObject object)
Removes the given
IlpObject from the selection. |
void |
IlpTree.removeSelectionObject(IlpObject object)
Removes the given
IlpObject from the selection. |
void |
IlpEquipment.removeSelectionObject(IlpObject object)
Removes the given
IlpObject from the selection. |
void |
IlpNetwork.removeSelectionObject(IlpObject object)
Removes the given
IlpObject from the selection. |
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 |
IlpTable.setSelectedObject(IlpObject object)
Sets the selected
IlpObject . |
void |
IlpTree.setSelectedObject(IlpObject object)
Sets the selected
IlpObject . |
void |
IlpEquipment.setSelectedObject(IlpObject object)
Sets the selected
IlpObject . |
void |
IlpNetwork.setSelectedObject(IlpObject object)
Sets the selected
IlpObject . |
Modifier and Type | Method and Description |
---|---|
IlpObject |
IlpDefaultDataSource.addBean(Object bean,
Object identifier)
Adds a bean to the data source.
|
IlpObject |
IlpDefaultDataSource.getFrom(IlpObject link)
Returns the from end point of the given link object.
|
IlpObject |
DataSourceObjectEvent.getObject()
Returns the
IlpObject that has been modified. |
IlpObject |
IlpDefaultDataSource.getObject(Object identifier)
Returns the
IlpObject corresponding to an identifier. |
IlpObject |
IlpDataSource.getObject(Object identifier)
Returns the
IlpObject corresponding to an identifier. |
IlpObject |
IlpDefaultDataSource.getParent(IlpObject object)
Returns the parent of the given object.
|
IlpObject |
IlpDefaultDataSource.getTo(IlpObject link)
Returns the to end-point of the given link object.
|
IlpObject |
IlpMutableDataSource.removeObject(Object idOrIlpObject,
boolean childrenToo)
Removes an object from the data source.
|
IlpObject |
IlpDefaultDataSource.removeObject(Object idOrIlpObject,
boolean childrenToo)
Removes an object from the data source.
|
Modifier and Type | Method and Description |
---|---|
protected List<IlpObject> |
IlpDefaultDataSource.addChildrenObjects(IlpObject ilpObject)
Adds the objects that are children of the given object.
|
Collection<IlpObject> |
IlpDefaultDataSource.getChildren(IlpObject object)
Returns the collection of children objects for the given object.
|
Collection<IlpObject> |
IlpDefaultDataSource.getLinks(IlpObject node)
Returns the collection of links that have this node as an end point.
|
Collection<IlpObject> |
IlpDefaultDataSource.getObjects()
Returns the data source objects contained in a collection.
|
Collection<IlpObject> |
IlpDataSource.getObjects()
Returns the objects contained by the data source in a Collection.
|
List<IlpObject> |
DataSourceEvent.getObjects()
Returns the
IlpObject s that have been created or removed. |
protected Collection<IlpObject> |
IlpAbstractHierarchyAdapter.getPossibleRoots()
This method returns a list of possible root objects.
|
protected Collection<IlpObject> |
IlpAbstractAdapter.getPossibleRoots()
This method returns a list of possible root objects.
|
List<IlpObject> |
IlpDefaultDataSource.getRootObjects()
Returns the objects that have no parent information in the data source.
|
List<IlpObject> |
IlpDataSource.getRootObjects()
Returns the objects that have no parent information in the data source.
|
List<IlpObject> |
IlpMutableDataSource.removeObjects(List<Object> idsOrIlpObjects,
boolean childrenToo)
Removes a list of objects from the data source.
|
List<IlpObject> |
IlpDefaultDataSource.removeObjects(List<Object> idsOrIlpObjects,
boolean childrenToo)
Removes a list of objects from the data source.
|
List<IlpObject> |
IlpMutableDataSource.removeObjects(List<Object> idsOrIlpObjects,
List<Boolean> childrenTooList)
Removes a list of objects from the data source.
|
List<IlpObject> |
IlpDefaultDataSource.removeObjects(List<Object> idsOrIlpObjects,
List<Boolean> childrenTooList)
Removes a list of objects from the data source.
|
Modifier and Type | Method and Description |
---|---|
protected List<IlpObject> |
IlpDefaultDataSource.addChildrenObjects(IlpObject ilpObject)
Adds the objects that are children of the given object.
|
void |
IlpMutableDataSource.addObject(IlpObject ilpObject)
Adds an object to the data source.
|
void |
IlpDefaultDataSource.addObject(IlpObject ilpObject)
Adds an object to the data source.
|
protected IlpExpansionStrategy |
IlpAbstractHierarchyAdapter.createExpansionStrategy(IlpObject ilpObject)
Returns the expansion strategy that will be used by the object
created by this adapter to represent the given business object.
|
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.
|
protected abstract void |
IlpAbstractHierarchyAdapter.customizeObject(IlpObject object)
This method is automatically called by
createExpansionStrategy to guarantee that every new
object (or updated) is customized before being added to this
adapter. |
void |
IlpAbstractDataSource.fireObjectAdded(IlpObject object)
Fires an object added event for one object.
|
void |
IlpAbstractDataSource.fireObjectAttributeChanged(IlpObject object,
IlpAttribute attribute)
Fires an object attribute changed event.
|
void |
IlpAbstractDataSource.fireObjectAttributeChanged(IlpObject object,
IlpAttribute attribute,
Object newValue,
Object oldValue)
Fires an object attribute changed event.
|
void |
IlpAbstractDataSource.fireObjectRemoved(IlpObject object)
Fires an object removed event for one object.
|
void |
IlpAbstractDataSource.fireObjectStructureChanged(IlpObject object,
Class<?> structuralInterface)
Fires an object structure changed event.
|
Collection<IlpObject> |
IlpDefaultDataSource.getChildren(IlpObject object)
Returns the collection of children objects for the given object.
|
IlpExpansionType |
IlpAbstractHierarchyAdapter.getExpansionType(IlpObject ilpObject)
Retrieves the expansion type of a given business object.
|
IlpObject |
IlpDefaultDataSource.getFrom(IlpObject link)
Returns the from end point of the given link object.
|
Collection<IlpObject> |
IlpDefaultDataSource.getLinks(IlpObject node)
Returns the collection of links that have this node as an end point.
|
IlpObject |
IlpDefaultDataSource.getParent(IlpObject object)
Returns the parent of the given object.
|
IlpRepresentationObject |
IlpAbstractAdapter.getRepresentationObject(IlpObject ilpObject)
Returns the
IlpRepresentationObject used to
represent the given IlpObject . |
IlpObject |
IlpDefaultDataSource.getTo(IlpObject link)
Returns the to end-point of the given link object.
|
protected boolean |
IlpDefaultDataSource.isSubscribedToObject(IlpObject ilpObject)
Returns
true if this datasource has already been
subscribed to the given object. |
void |
IlpReferenceHandler.referenceAdded(IlpObject target,
IlpObject source)
Notifies that source hold a reference to target, and both source and
target are available, i.e.: are in the data source.
|
void |
IlpReferenceHandler.referenceChanged(IlpObject target,
IlpObject source,
IlpAttribute attribute,
Object oldValue)
Notifies that an attribute value of the source object has changed.
|
void |
IlpReferenceHandler.referenceRemoved(IlpObject target,
IlpObject source)
Notifies that either source is removed from the data source or source
no longer references target.
|
protected void |
IlpDefaultDataSource.removeObjectFromParent(IlpObject ilpObject)
Removes the given object from its current parent.
|
protected void |
IlpAbstractHierarchyAdapter.setExpansionType(IlpObject ilpObject,
IlpExpansionType expansion)
Stores the expansion type for a given business object.
|
protected void |
IlpDefaultDataSource.subscribeToObject(IlpObject ilpObject)
Register this datasource to receive attribute value change
events from the given object.
|
protected boolean |
IlpAbstractHierarchyAdapter.testObject(IlpObject ilpObject)
Returns
true if an object of the data source should be
represented. |
protected boolean |
IlpAbstractAdapter.testObject(IlpObject ilpObject)
Returns
true if an object of the data source should be
represented. |
protected boolean |
IlpAbstractHierarchyAdapter.testRootObject(IlpObject ilpObject)
Returns
true if an object of the data source should be
represented as a root object in the hierarchy. |
protected boolean |
IlpAbstractAdapter.testRootObject(IlpObject ilpObject)
Returns
true if an object of the data source should be
represented when iterating on all data source objects. |
protected void |
IlpDefaultDataSource.unsubscribeToObject(IlpObject ilpObject)
Unregister this datasource to receive attribute value change
events from the given object.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpMutableDataSource.addObjects(List<? extends IlpObject> objects)
Adds a set of objects to the data source.
|
void |
IlpDefaultDataSource.addObjects(List<? extends IlpObject> objects)
Adds a list of objects to the data source.
|
void |
IlpAbstractDataSource.fireObjectsAdded(List<IlpObject> objects)
Fires an object added event for a list of objects.
|
void |
IlpAbstractDataSource.fireObjectsRemoved(List<IlpObject> objects)
Fires an object removed event for a list of objects.
|
Constructor and Description |
---|
DataSourceEvent(IlEventType type,
IlpDataSource dataSource,
IlpObject object)
Constructor for add/remove events.
|
DataSourceObjectEvent(IlpDataSource dataSource,
IlpObject object,
Class<?> structuralInterface)
Constructor for structure changed events.
|
DataSourceObjectEvent(IlpDataSource dataSource,
IlpObject object,
IlpAttribute attribute)
Constructor for attribute changed events.
|
DataSourceObjectEvent(IlpDataSource dataSource,
IlpObject object,
IlpAttribute attribute,
Object newv,
Object oldv)
Constructor for attribute changed events.
|
Constructor and Description |
---|
DataSourceEvent(IlEventType type,
IlpDataSource dataSource,
List<IlpObject> objects)
Constructor for add/remove events.
|
Modifier and Type | Method and Description |
---|---|
Collection<Object> |
IlpContainer.getChildren(IlpObject object)
Returns the children of the container.
|
Object |
IlpLink.getFrom(IlpObject object)
Returns the identifier of the "from" extremity of the link.
|
Collection<Object> |
IlpLinkExtremity.getLinks(IlpObject object)
Returns the identifiers of the links that have this object as extremity.
|
Object |
IlpChild.getParent(IlpObject object)
Returns the identifier of the parent object.
|
Object |
IlpLink.getTo(IlpObject object)
Returns the identifier of the "to" extremity of the link.
|
Modifier and Type | Method and Description |
---|---|
IlpObject |
IlpDefaultEquipmentSelectionModel.getSelectedObject()
Returns the first selected
IlpObject
from the collection of selected objects. |
Modifier and Type | Method and Description |
---|---|
void |
IlpDefaultEquipmentSelectionModel.addSelectionObject(IlpObject object)
Adds the given
IlpObject to the selection. |
protected IlpBusinessObjectCustomization |
IlpEquipmentAdapter.applyObjectCustomization(IlpObject ilpObject)
Returns the object that contains all the customization properties
of the given business object.
|
IlpEquipmentLink |
IlpEquipmentLinkFactory.createEquipmentLink(IlpObject ilpObject,
IlpExpansionStrategy expansionStrategy)
Creates and returns an equipment link.
|
IlpEquipmentLink |
IlpDefaultEquipmentLinkFactory.createEquipmentLink(IlpObject ilpObject,
IlpExpansionStrategy expansionStrategy)
Creates and returns a network link.
|
IlpEquipmentNode |
IlpEquipmentNodeFactory.createEquipmentNode(IlpObject ilpObject,
IlpExpansionStrategy expansionStrategy)
Creates and returns an equipment node.
|
IlpEquipmentNode |
IlpDefaultEquipmentNodeFactory.createEquipmentNode(IlpObject ilpObject,
IlpExpansionStrategy expansionStrategy)
Creates and returns an equipment node.
|
protected IlpRepresentationLink |
IlpEquipmentAdapter.createLink(IlpObject ilpObject,
IlpRepresentationNode fromNode,
IlpRepresentationNode toNode)
Creates a representation link object from a given business object.
|
protected IlpRepresentationNode |
IlpEquipmentAdapter.createNode(IlpObject ilpObject)
Creates a representation node object from a given business object.
|
IlpEquipmentNode |
IlpEquipmentAdapter.getEquipmentNode(IlpObject ilpObject)
Returns the equipment node representing the
IlpObject . |
IlpStyle |
IlpEquipmentView.getStyle(IlpObject object)
Deprecated.
The style API has been replaced by the cascading style sheet
mechanism.
|
boolean |
IlpDefaultEquipmentSelectionModel.isObjectSelected(IlpObject object)
|
void |
IlpDefaultEquipmentSelectionModel.removeSelectionObject(IlpObject object)
Removes the given
IlpObject from the selection. |
void |
IlpDefaultEquipmentSelectionModel.setSelectedObject(IlpObject object)
Sets the selected
IlpObject . |
Constructor and Description |
---|
IlpDefaultEquipmentLink(IlpObject object)
Creates a new link without child objects, that is attached to a business object.
|
IlpDefaultEquipmentLink(IlpObject object,
IlpExtendedAttributeGroup model)
Creates a new link without child objects, attached to a business object.
|
IlpDefaultEquipmentLink(IlpObject object,
IlpExtendedAttributeGroup model,
IlpExpansionStrategy strategy)
Creates a new link attached to a business object.
|
IlpDefaultEquipmentNode(IlpObject object)
Creates a new leaf node attached to a business object.
|
IlpDefaultEquipmentNode(IlpObject object,
IlpExtendedAttributeGroup model)
Creates a new node attached to a business object.
|
IlpDefaultEquipmentNode(IlpObject object,
IlpExtendedAttributeGroup model,
IlpExpansionStrategy strategy)
Creates a new node attached to a business object.
|
Modifier and Type | Method and Description |
---|---|
protected IlpObject |
IlpAbstractGraphHandler.createObject(Class<?> clazz,
IlpAttributeGroup attributes,
Map<String,Object> properties,
Object id)
Returns a new object corresponding to an object id returned
by
createObjectId . |
IlpObject |
IlpGraphView.getSelectedObject()
Returns the first selected
IlpObject
from the collection of selected objects. |
Modifier and Type | Method and Description |
---|---|
void |
IlpGraphView.addPseudoClass(IlpObject bo,
String pseudo)
Adds a pseudoclass to the specified business object.
|
void |
IlpGraphView.addSelectionObject(IlpObject object)
Adds the given
IlpObject to the selection. |
protected IlpBusinessObjectCustomization |
IlpAbstractNodeAdapter.applyObjectCustomization(IlpObject ilpObject)
Applies the current customization to the given object.
|
IlpExpansionStrategy |
IlpDefaultNodeExpansionStrategyFactory.create(IlpObject ilpObject)
Creates an expansion strategy to be used by the representation object
that corresponds to the given business object.
|
protected abstract IlpRepresentationLink |
IlpAbstractNodeAdapter.createLink(IlpObject ilpObject,
IlpRepresentationNode fromNode,
IlpRepresentationNode toNode)
Creates a representation link object from a given business object.
|
protected abstract IlpRepresentationNode |
IlpAbstractNodeAdapter.createNode(IlpObject ilpObject)
Creates a representation node object from a given business object.
|
protected IlpRepresentationObject |
IlpAbstractNodeAdapter.createRepresentationObject(IlpObject ilpObject)
Creates a representation object and stores it in the identifier-to-RO map.
|
protected void |
IlpAbstractNodeAdapter.customizeObject(IlpObject object)
This method is automatically called by
createExpansionStrategy to guarantee that every new
object (or updated) is customized before being added to this
adapter. |
boolean |
IlpGraphView.ensureAtCenter(IlpObject object)
Scrolls the view in such a way that a given object
gets moved to the center of the view.
|
boolean |
IlpGraphView.ensureVisible(IlpObject object)
Scrolls the view in such a way that a given object
becomes visible.
|
protected IlpExpansionType |
IlpAbstractNodeAdapter.getDefaultExpansionType(IlpObject ilpObject)
This internal method returns the default expansion type, which is
IlpExpansionType.NO_EXPANSION . |
IlpExpansionType |
IlpAbstractNodeAdapter.getExpansionType(IlpObject ilpObject) |
IlpAttribute |
IlpAbstractNodeAdapter.getPositionAttribute(IlpObject object)
Returns the position attribute for an object.
|
IlpRepresentationNode |
IlpAbstractNodeAdapter.getRepresentationNode(IlpObject ilpObject)
Returns the node representing the
IlpObject . |
IlpStyle |
IlpGraphView.getStyle(IlpObject object)
Deprecated.
|
boolean |
IlpGraphView.isObjectSelected(IlpObject object)
|
protected boolean |
IlpGraphHandlerWithDataSource.propagatePositionToDataSource(IlpObject object,
IlpPositionSource reason)
This method determines whether position changes are forwarded to the
data source, or kept local in the graph view.
|
void |
IlpGraphView.removePseudoClass(IlpObject bo,
String pseudo)
Removes a pseudoclass from the specified business object.
|
void |
IlpGraphView.removeSelectionObject(IlpObject object)
Removes the given
IlpObject from the selection. |
void |
IlpGraphView.setSelectedObject(IlpObject object)
Sets the selected
IlpObject . |
Modifier and Type | Method and Description |
---|---|
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.
|
IlpStyle |
IlpBasicGraphicViewStyleManager.getStyle(IlpObject object)
Deprecated.
Gets a style by
IlpObject . |
void |
IlpAbstractGraphicController.removeObjectInteractors(IlpObject object)
Removes all the interactors associated with the given business object.
|
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.
|
Modifier and Type | Method and Description |
---|---|
IlpObject |
IlpViewActionEvent.getIlpObject()
Returns the first business object involved in the gesture
which led to the triggering of the action which receives this action event,
or
null . |
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.
|
void |
IlpMutableInteractorManager.removeObjectInteractors(IlpObject object)
Removes all the interactors associated with the given business object.
|
void |
IlpInteractorManagerSupport.removeObjectInteractors(IlpObject object)
Removes all the interactors associated with the given business object.
|
void |
IlpDefaultInteractorManager.removeObjectInteractors(IlpObject object)
Remove all the interactors associated with the given business object.
|
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.
|
Modifier and Type | Method and Description |
---|---|
protected IlpRepresentationObject |
IlpListAdapter.createRepresentationObject(IlpObject ilpObject) |
protected boolean |
IlpListAdapter.testObject(IlpObject ilpObject)
Returns
true if an object of the data source should
be represented. |
Modifier and Type | Class and Description |
---|---|
class |
IlpBeansObject
This class implements the
IlpObject interface to wrap
a bean. |
class |
IlpDefaultObject
Defines a default implementation for
IlpObject instances. |
class |
IlpObjectSupport
This class provides basic support to
IlpObject instances
for storing attributes and values. |
Modifier and Type | Method and Description |
---|---|
IlpObject |
IlpRepresentationObjectSupport.getIlpObject()
Retrieves the
IlpObject corresponding to this representation. |
IlpObject |
IlpRepresentationObject.getIlpObject()
Retrieves the
IlpObject corresponding to this representation. |
IlpObject |
IlpDefaultClass.newInstance(IlpClass ilpClass,
Object identifier,
boolean initializeAttributeValues)
Creates an instance of the class.
|
IlpObject |
IlpClass.newInstance(IlpClass ilpClass,
Object identifier,
boolean initializeAttributeValues)
Creates an instance of the class.
|
IlpObject |
IlpDefaultClass.newInstance(Object identifier,
boolean initializeAttributeValues)
Creates an instance of the class.
|
IlpObject |
IlpClass.newInstance(Object identifier,
boolean initializeAttributeValues)
Creates an new instance of the class.
|
IlpObject |
IlpBeansClass.newInstance(Object identifier,
boolean initializeAttributeValues)
Creates an instance of the class.
|
Constructor and Description |
---|
IlpObjectSupport(IlpObject source,
IlpClass ilpClass,
IlpAttributeGroup model,
Object identifier)
Provides support to
IlpObject instances for storing
the attribute model, the attribute values, and the IlpClass that is being
represented. |
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 | Method and Description |
---|---|
IlpObject |
IlpAbstractRepresentationNode.getIlpObject()
Retrieves the
IlpObject of this representation. |
Constructor and Description |
---|
IlpAbstractRepresentationLink(IlpObject object,
IlpExtendedAttributeGroup model,
IlpExpansionStrategy strategy,
Logger logger)
Creates a new link attached to a business object.
|
IlpAbstractRepresentationNode(IlpObject object,
IlpExtendedAttributeGroup model,
IlpExpansionStrategy strategy,
Logger logger)
Creates a new node attached to a business object.
|
Modifier and Type | Method and Description |
---|---|
IlpObject |
IlpDefaultNetworkSelectionModel.getSelectedObject()
Returns the first selected
IlpObject
from the collection of selected objects. |
Modifier and Type | Method and Description |
---|---|
void |
IlpDefaultNetworkSelectionModel.addSelectionObject(IlpObject object)
Adds the given
IlpObject to the selection. |
protected IlpBusinessObjectCustomization |
IlpNetworkAdapter.applyObjectCustomization(IlpObject ilpObject)
Returns the object that contains all the customization properties
of the given business object.
|
protected IlpRepresentationLink |
IlpNetworkAdapter.createLink(IlpObject ilpObject,
IlpRepresentationNode fromNode,
IlpRepresentationNode toNode)
Creates a representation link object from a given business object.
|
IlpNetworkLink |
IlpNetworkLinkFactory.createNetworkLink(IlpObject ilpObject,
IlpExpansionStrategy expansionStrategy)
Creates and returns a network link.
|
IlpNetworkLink |
IlpDefaultNetworkLinkFactory.createNetworkLink(IlpObject ilpObject,
IlpExpansionStrategy expansionStrategy)
Creates and returns a network link.
|
IlpNetworkNode |
IlpNetworkNodeFactory.createNetworkNode(IlpObject ilpObject,
IlpExpansionStrategy expansionStrategy)
Creates and returns a network node.
|
IlpNetworkNode |
IlpDefaultNetworkNodeFactory.createNetworkNode(IlpObject ilpObject,
IlpExpansionStrategy expansionStrategy)
Creates and returns a network node.
|
protected IlpRepresentationNode |
IlpNetworkAdapter.createNode(IlpObject ilpObject)
Creates a representation node object from a given business object.
|
IlpNetworkNode |
IlpNetworkAdapter.getNetworkNode(IlpObject ilpObject)
Returns the network node representing the
IlpObject . |
IlpStyle |
IlpNetworkView.getStyle(IlpObject object)
Deprecated.
The Style API has been replaced by the Cascading Style Sheet
mechanism.
|
boolean |
IlpDefaultNetworkSelectionModel.isObjectSelected(IlpObject object)
|
void |
IlpDefaultNetworkSelectionModel.removeSelectionObject(IlpObject object)
Removes the given
IlpObject from the selection. |
void |
IlpDefaultNetworkSelectionModel.setSelectedObject(IlpObject object)
Sets the selected
IlpObject . |
Constructor and Description |
---|
IlpDefaultNetworkLink(IlpObject object)
Creates a new link without child objects, attached to a business object.
|
IlpDefaultNetworkLink(IlpObject object,
IlpExtendedAttributeGroup model)
Creates a new link without child objects, attached to a business object.
|
IlpDefaultNetworkLink(IlpObject object,
IlpExtendedAttributeGroup model,
IlpExpansionStrategy strategy)
Creates a new link attached to a business object.
|
IlpDefaultNetworkNode(IlpObject object)
Creates a new leaf node attached to a business object.
|
IlpDefaultNetworkNode(IlpObject object,
IlpExtendedAttributeGroup model)
Creates a new leaf node attached to a business object.
|
IlpDefaultNetworkNode(IlpObject object,
IlpExtendedAttributeGroup model,
IlpExpansionStrategy strategy)
Creates a new node attached to a business object.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IlpDefaultSDMAdapter.dataSourceAddObject(IlpObject object) |
protected abstract void |
IlpAbstractSDMAdapter.dataSourceAddObject(IlpObject object)
Adds a new object in the TGO data source.
|
protected void |
IlpDefaultSDMAdapter.dataSourceRemoveObject(IlpObject object) |
protected abstract void |
IlpAbstractSDMAdapter.dataSourceRemoveObject(IlpObject object)
Removes an object from the TGO data source.
|
protected void |
IlpDefaultSDMAdapter.dataSourceSetLink(IlpObject link,
Object fromId,
Object toId) |
protected abstract void |
IlpAbstractSDMAdapter.dataSourceSetLink(IlpObject link,
Object fromId,
Object toId)
Sets the link endpoint relationship between a link and two nodes in the
TGO data source.
|
protected void |
IlpDefaultSDMAdapter.dataSourceSetParent(IlpObject object,
IlpObject parent) |
protected abstract void |
IlpAbstractSDMAdapter.dataSourceSetParent(IlpObject object,
IlpObject parent)
Sets a parent-child relationship in the TGO data source.
|
protected boolean |
IlpAbstractSDMAdapter.testObject(IlpObject ilpObject)
Tests whether a given TGO business object must be represented or
not, based on the filtering settings.
|
Modifier and Type | Method and Description |
---|---|
IlpObject |
IlpAttributeBindingContext.getTgoObject()
Returns the TGO business object participating in this binding, it
should only be invoked by
IlpAbstractAttributeBinding.convertToAttribute(Object) ,
IlpAbstractAttributeBinding.convertToProperty(Object) or
IlpAbstractAttributeBinding.validate(Object) . |
Modifier and Type | Method and Description |
---|---|
void |
IlpDataSourceOutput.outputHierarchy(IlpObject ilpObject)
Outputs an object hierarchy.
|
void |
IlpDataSourceOutput.outputHierarchy(IlpObject ilpObject,
IlpFilter filter)
Outputs an object hierarchy.
|
void |
IlpDataSourceOutput.outputObject(IlpObject ilpObject)
Outputs an object.
|
Modifier and Type | Method and Description |
---|---|
IlpObject |
IlpStyleContext.getIlpObject()
Deprecated.
For a style associated with a dynamic object, returns the object.
|
Modifier and Type | Method and Description |
---|---|
IlpStyle |
IlpStyleManager.getStyle(IlpObject object)
Deprecated.
Gets a style by
IlpObject . |
IlpStyle |
IlpDefaultStyleManager.getStyle(IlpObject object)
Deprecated.
Gets a style by
IlpObject . |
void |
IlpStyleContext.registerBusinessObject(IlpObject bo,
ReferenceQueue queue)
Deprecated.
|
Constructor and Description |
---|
IlpInstanceStyleContext(IlpObject bo,
ReferenceQueue q)
Deprecated.
Constructor for an
IlpObject . |
IlpStorageStyleIdentifier(IlpObject ilpObject)
Deprecated.
Style identifier constructor.
|
IlpStyleContext(IlpObject bo,
ReferenceQueue q)
Deprecated.
Constructor for an
IlpObject . |
Modifier and Type | Method and Description |
---|---|
IlpObject |
IlpDefaultTableRow.getIlpObject()
Retrieves the
IlpObject of this representation. |
Modifier and Type | Method and Description |
---|---|
void |
IlpTableView.addPseudoClass(IlpObject bo,
IlpAttribute a,
String pseudo)
Adds a pseudoclass to the specified business object.
|
IlpRepresentationObject |
IlpTableRowFactory.createRepresentation(IlpObject ilpObject,
IlpExpansionStrategy expansionStrategy)
Returns a representation object corresponding to a business object.
|
boolean |
IlpTableView.ensureVisible(IlpObject object)
Scrolls the view in such a way that a given object
becomes visible.
|
void |
IlpTableView.removePseudoClass(IlpObject bo,
IlpAttribute a,
String pseudo)
Removes a pseudoclass from the specified business object.
|
Constructor and Description |
---|
IlpDefaultTableRow(IlpObject object,
IlpExtendedAttributeGroup model)
Creates a table representation object from an
IlpObject . |
Modifier and Type | Method and Description |
---|---|
IlpObject |
IlpDefaultTableSelectionModel.getSelectedObject()
Returns the first selected
IlpObject
from the collection of selected objects. |
Modifier and Type | Method and Description |
---|---|
void |
IlpDefaultTableSelectionModel.addSelectionObject(IlpObject object)
Adds the given
IlpObject to the selection. |
boolean |
IlpDefaultTableSelectionModel.isObjectSelected(IlpObject object)
|
void |
IlpDefaultTableSelectionModel.removeSelectionObject(IlpObject object)
Removes the given
IlpObject from the selection. |
void |
IlpDefaultTableSelectionModel.setSelectedObject(IlpObject object)
Sets the selected
IlpObject . |
Modifier and Type | Method and Description |
---|---|
IlpObject |
IlpDefaultTreeNode.getIlpObject()
Retrieves the
IlpObject of this representation. |
IlpObject |
IlpDefaultTreeSelectionModel.getSelectedObject()
Returns the first selected
IlpObject
from the collection of selected objects. |
Modifier and Type | Method and Description |
---|---|
void |
IlpTreeView.addPseudoClass(IlpObject bo,
String pseudo)
Adds a pseudoclass to the specified business object.
|
void |
IlpDefaultTreeSelectionModel.addSelectionObject(IlpObject object)
Adds the given
IlpObject to the selection. |
IlpExpansionStrategy |
IlpDefaultTreeExpansionStrategyFactory.create(IlpObject ilpObject)
Creates an expansion strategy that will be used by the representation
object that corresponds to the given business object.
|
protected IlpTreeNode |
IlpContainmentTreeAdapter.createNode(IlpObject ilpObject)
This method creates a tree node and registers it in the adapter
structures.
|
protected IlpRepresentationObject |
IlpContainmentTreeAdapter.createRepresentationObject(IlpObject ilpObject)
Creates a representation object and registers it in the adapter
structure.
|
IlpTreeNode |
IlpTreeNodeFactory.createTreeNode(IlpObject ilpObject,
IlpExpansionStrategy expansionStrategy)
Creates and returns a tree node.
|
IlpTreeNode |
IlpDefaultTreeNodeFactory.createTreeNode(IlpObject ilpObject,
IlpExpansionStrategy expansionStrategy)
Creates and returns a tree node.
|
protected void |
IlpAbstractTreeAdapter.customizeObject(IlpObject object)
This method is automatically called by
createExpansionStrategy to guarantee that every new
object (or updated) is customized before being added to this
adapter. |
boolean |
IlpTreeView.ensureVisible(IlpObject object)
Scrolls the view in such a way that a given object
becomes visible.
|
protected IlpExpansionType |
IlpAbstractTreeAdapter.getDefaultExpansionType(IlpObject ilpObject)
This internal method returns the default expansion type, which is
IlpExpansionType.IN_PLACE . |
IlpExpansionType |
IlpAbstractTreeAdapter.getExpansionType(IlpObject ilpObject) |
IlpTreeNode |
IlpAbstractTreeAdapter.getTreeNode(IlpObject ilpObject)
Returns the tree node representing
ilpObject . |
protected boolean |
IlpAbstractTreeAdapter.hasExpansionTypeChanged(IlpObject ilpObject,
IlpExpansionType expansion)
Checks if the expansion configuration has changed in comparison
with the current configuration
|
boolean |
IlpDefaultTreeSelectionModel.isObjectSelected(IlpObject object)
|
void |
IlpTreeView.removePseudoClass(IlpObject bo,
String pseudo)
Removes a pseudoclass from the specified business object.
|
void |
IlpDefaultTreeSelectionModel.removeSelectionObject(IlpObject object)
Removes the given
IlpObject from the selection. |
void |
IlpDefaultTreeSelectionModel.setSelectedObject(IlpObject object)
Sets the selected
IlpObject . |
Constructor and Description |
---|
IlpDefaultTreeNode(IlpObject object,
boolean allowsChildren,
IlpExpansionStrategy expansionStrategy)
Creates an
IlpTreeNode object with an underlying
IlpObject object. |
IlpDefaultTreeNode(IlpObject object,
IlpExtendedAttributeGroup attributeGroup,
boolean allowsChildren,
IlpExpansionStrategy expansionStrategy)
Creates an
IlpTreeNode object with an underlying
IlpObject object. |
Modifier and Type | Method and Description |
---|---|
IlpExpansionStrategy |
IlpExpansionStrategyFactory.create(IlpObject object)
Returns an expansion strategy for the given business object.
|
IlpRepresentationObject |
IlpRepresentationObjectMapper.getRepresentationObject(IlpObject object)
Returns the
IlpRepresentationObject used to
represent the given IlpObject . |
Modifier and Type | Method and Description |
---|---|
IlpObject |
IlpObjectSelectionModel.getSelectedObject()
Returns the first selected
IlpObject
from the collection of selected objects. |
Modifier and Type | Method and Description |
---|---|
void |
IlpObjectSelectionModel.addSelectionObject(IlpObject object)
Adds the given
IlpObject to the selection. |
boolean |
IlpObjectSelectionModel.isObjectSelected(IlpObject object)
|
void |
IlpObjectSelectionModel.removeSelectionObject(IlpObject object)
Removes the given
IlpObject from the selection. |
void |
IlpObjectSelectionModel.setSelectedObject(IlpObject object)
Sets the selected
IlpObject . |
Modifier and Type | Method and Description |
---|---|
protected List<IlpObject> |
IltDefaultDataSource.addChildrenObjects(IlpObject ilpObject)
Adds also the objects that are children of the given object.
|
Modifier and Type | Method and Description |
---|---|
protected List<IlpObject> |
IltDefaultDataSource.addChildrenObjects(IlpObject ilpObject)
Adds also the objects that are children of the given object.
|
void |
IltDefaultDataSource.addObject(IlpObject ilpObject)
Adds an object to the data source.
|
protected boolean |
IltDefaultDataSource.isInShelf(IlpObject child)
Returns if the given object is an object contained in a
shelf or one of its children.
|
protected void |
IltDefaultDataSource.removeObjectFromParent(IlpObject ilpObject)
Removes the given object from its current parent.
|
protected void |
IltDefaultDataSource.subscribeToObject(IlpObject ilpObject)
Subscribe to receive events for the given object.
|
protected void |
IltDefaultDataSource.unsubscribeToObject(IlpObject ilpObject)
Unsubscribe from notifications of the given business object.
|
Modifier and Type | Class and Description |
---|---|
class |
IltAbstractLink
This class models any kind of link, either with or without a graphic
rendering.
|
class |
IltAlarm
A predefined business object for an alarm condition in a managed telecom
object.
|
class |
IltBTS
IltBTS is the class to represent Base Transceiver Station. |
class |
IltBTSAntenna
The class
IltBTSAntenna is used to represent
cellular transmitting and receiving antennas. |
class |
IltCard
IltCard is the class for telecom objects that play the role of
cards of telecom equipment. |
class |
IltCardCarrier
IltCardCarrier is the class for telecom objects that play the
role of card carrier cards inside telecom equipment. |
class |
IltCardItem
Abstract class to define common characteristics of card item
objects.
|
class |
IltEmptySlot
IltEmptySlot is the class for telecom objects that play the role of empty
slots inside equipment shelves. |
class |
IltGroup
This class models network groups.
|
class |
IltLed
This class defines a LED (light-emitting diode) element.
|
class |
IltLinearGroup |
class |
IltLink
This class models links between network objects.
|
class |
IltLinkBundle
An
IltLinkBundle is a container which can display at any time
either an overview object (a link) or a set of detail objects
(links having the same start and end nodes as the overview link). |
class |
IltLinkSet
This link class is used to force the layout algorithms to display a
collection of links between two nodes in a fixed order and with a specific
distance between them.
|
class |
IltNetworkElement
This class models network nodes.
|
class |
IltObject
This is the base class for all the predefined telecom managed objects.
|
class |
IltOffPageConnector
An off-page connector can be inserted in a network, in place of a node,
to indicate that the network continues in a part of the network that
is outside of the current view.
|
class |
IltPolyGroup |
class |
IltPort
This class models port elements, which are equipment connectors.
|
class |
IltRectGroup |
class |
IltShelf
The
IltShelf class is used to represent shelf configurations. |
class |
IltShelfItem
This class represents the telecom objects which play the role of shelf items:
Cards,
Card carriers and
Empty slots.
|
Modifier and Type | Method and Description |
---|---|
IlpObject |
IltObject.__getIlpObject() |
IlpObject |
IltObjectInfo.newInstance(IlpClass ilpClass,
Object identifier,
boolean initializeAttributeValues)
Creates an instance of the class or of one of its subclass.
|
IlpObject |
IltObjectInfo.newInstance(Object identifier,
boolean initializeAttributeValues)
Creates an instance of the class.
|
Modifier and Type | Method and Description |
---|---|
void |
IltObjectInfo.initializeDefaultValues(IlpObject bo)
Initialize the default values set in this business class, by adding
these attributes with their default values to the given business object.
|
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.