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.renderer |
Provides the interfaces and classes related to customization of the equipment component using cascading style sheets.
|
ilog.cpl.graph |
Contains the abstract common implementation for both the
IlpNetwork and IlpEquipment components,
including a model, a view and a controller and
related classes. |
ilog.cpl.graphic |
Provides classes and interfaces to create graphic objects.
|
ilog.cpl.graphic.component |
Deprecated Provides predefined graphic objects based on Swing components.
|
ilog.cpl.interactor |
Contains all the base classes of interactors.
|
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.renderer |
Provides the interfaces and classes related to customization of the network component using cascading style sheets.
|
ilog.cpl.sdm.binding | |
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.action |
Contains all the action classes used as default interactions or by pop-up menus in the JTGO Table graphical
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.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.graphic |
Provides all the classes for handling the graphical representations of the telecom objects.
|
ilog.tgo.interactor |
Provides the predefined interactors for a view.
|
ilog.tgo.model |
Provides classes for telecom objects, states and alarms.
|
ilog.tgo.model.attribute |
Contains a default implementation for business object attributes and support classes.
|
Modifier and Type | Method and Description |
---|---|
IlpAttribute |
IlpTable.getColumn(int columnIndex)
Returns the
IlpAttribute corresponding to the
specified column index in the given table. |
IlpAttribute |
IlpTable.getColumn(String attributeName)
Returns the attribute whose name is
attributeName or
null if this attribute is not managed by the table model. |
Modifier and Type | Method and Description |
---|---|
void |
IlpTable.addAttribute(IlpAttribute attribute)
Adds a custom attribute to the table view as a new column.
|
void |
IlpTable.addPseudoClass(IlpObject bo,
IlpAttribute a,
String pseudo)
Adds a pseudoclass to the specified business object and attribute.
|
int |
IlpTable.getColumnIndex(IlpAttribute attribute)
Returns the column index of the specified attribute.
|
TableColumn |
IlpTable.getTableColumn(IlpAttribute attribute)
Returns the
TableColumn used to display the given attribute. |
boolean |
IlpTable.isColumnFixed(IlpAttribute attribute)
Specifies whether the specified column is fixed.
|
boolean |
IlpTable.isColumnVisible(IlpAttribute attribute)
Specifies whether the specified column is visible.
|
void |
IlpTable.removeAttribute(IlpAttribute attribute)
Removes a custom attribute from the table view.
|
void |
IlpTable.removePseudoClass(IlpObject bo,
IlpAttribute a,
String pseudo)
Removes a pseudoclass from the specified business object and
attribute.
|
void |
IlpTable.setColumnIndex(IlpAttribute attribute,
int index)
Moves the column of the specified attribute to the specified index.
|
void |
IlpTable.setColumnVisible(IlpAttribute attribute,
boolean visible)
Sets whether the specified column should be visible.
|
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(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.
|
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 |
---|---|
IlpAttribute |
DataSourceObjectEvent.getAttribute()
Returns the attribute.
|
IlpAttribute |
IlpReferenceDescriptor.getSourceAttribute()
Return the business attribute storing the source reference.
|
Modifier and Type | Method and Description |
---|---|
IlpReferenceDescriptor |
IlpReferenceManager.addReferenceDescriptor(IlpClass sourceIlpClass,
IlpAttribute sourceAttribute,
IlpClass targetIlpClass,
IlpReferenceHandler handler)
Creates and adds a reference descriptor.
|
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 |
IlpReferenceHandler.referenceChanged(IlpObject target,
IlpObject source,
IlpAttribute attribute,
Object oldValue)
Notifies that an attribute value of the source object has changed.
|
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
IlpObjectInteractor |
IlpInteractorRenderer.getObjectInteractor(IlpRepresentationObject object,
IlpAttribute attribute)
Returns the interactor associated with the given object and attribute.
|
void |
IlpInteractorRenderer.setObjectInteractor(IlpRepresentationObject object,
IlpAttribute attribute,
IlpObjectInteractor interactor)
Sets the interactor to be associated with the given object and attribute.
|
Modifier and Type | Method and Description |
---|---|
IlpAttribute |
IlpGraphView.getAttribute(IlpPoint viewLocation)
Returns the
IlpAttribute object at the given position
in this object. |
IlpAttribute |
IlpAbstractNodeAdapter.getPositionAttribute(IlpClass clazz)
Returns the position attribute of an
IlpClass . |
IlpAttribute |
IlpAbstractNodeAdapter.getPositionAttribute(IlpObject object)
Returns the position attribute for an object.
|
Modifier and Type | Method and Description |
---|---|
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. |
List |
IlpGraphView.getPseudoClasses(IlpRepresentationObject ro,
IlpAttribute a)
Returns the custom pseudoclasses currently active for the object.
|
void |
IlpAbstractNodeAdapter.setPositionAttribute(IlpClass clazz,
IlpAttribute attribute)
Sets the position attribute used by objects belonging to the given
business object class.
|
Modifier and Type | Method and Description |
---|---|
IlpAttribute |
IlpGraphic.getAttribute()
Returns the attribute that this graphic is representing, if there
is one.
|
IlpAttribute |
IlpAbstractGraphic.getAttribute()
Returns the attribute being represented by this graphic.
|
IlpAttribute |
IlpGraphicView.getAttribute(IlpPoint viewLocation)
Returns the
IlpAttribute 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.
|
IlpGraphic |
IlpGraphicRenderer.createGraphic(IlpGraphicView view,
IlpRepresentationObject object,
IlpAttribute attribute,
IlpGraphicRendererContext rendererContext)
Creates a new
IlpGraphic from an IlpRepresentationObject and
optional attribute. |
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.
|
IlpObjectInteractor |
IlpAbstractGraphicController.getObjectInteractor(IlpObject object,
IlpAttribute attribute)
Returns the interactor associated with the given business object and
the given attribute in the graphic view controlled by this instance.
|
IlpObjectInteractor |
IlpAbstractGraphicController.getObjectInteractor(IlpRepresentationObject object,
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,
IlpClass bclass,
IlpAttribute battr)
Retrieves the value of a styling property for a given a business attribute.
|
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,
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 |
IlpDefaultGraphicViewStyleManager.getStyle(IlpAttribute attribute)
Deprecated.
Gets a style by attribute.
|
IlpStyle |
IlpBasicGraphicViewStyleManager.getStyle(IlpAttribute attribute)
Deprecated.
Gets a style by attribute.
|
IlpStyle |
IlpDefaultGraphicViewStyleManager.getStyle(IlpAttribute attribute,
IlpClass clazz)
Deprecated.
Gets a style by attribute.
|
IlpStyle |
IlpBasicGraphicViewStyleManager.getStyle(IlpAttribute attribute,
IlpClass clazz)
Deprecated.
Gets a style by attribute in the given class.
|
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 |
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,
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,
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.
|
protected void |
IlpAbstractGraphic.setAttribute(IlpAttribute a)
Sets the business attribute represented by this graphic.
|
void |
IlpAbstractGraphicController.setObjectInteractor(IlpObject object,
IlpAttribute attribute,
IlpObjectInteractor interactor)
Sets the interactor associated with the given business object and attribute.
|
void |
IlpAbstractGraphicController.setObjectInteractor(IlpRepresentationObject object,
IlpAttribute attribute,
IlpObjectInteractor interactor)
Sets the interactor associated with the given object and attribute.
|
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.
|
Constructor and Description |
---|
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,
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,
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.
|
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.
|
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,
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.
|
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 |
---|---|
IlpAttribute |
IlpObjectInteractionContext.getAttribute()
Returns the attribute on which the interaction occurs, or
null
if the event occurred on the object itself and not on a specific attribute
representation. |
IlpAttribute |
IlpDefaultObjectInteractionContext.getAttribute()
Returns the attribute on which the interaction occurs.
|
Modifier and Type | Method and Description |
---|---|
IlpObjectInteractor |
IlpInteractorManagerSupport.getObjectInteractor(IlpObject object,
IlpAttribute attribute)
Returns the interactor associated with the given object and
attribute in the graphic view controlled by this instance.
|
IlpObjectInteractor |
IlpInteractorManager.getObjectInteractor(IlpObject object,
IlpAttribute attribute)
Returns the interactor associated with the given business object and attribute.
|
IlpObjectInteractor |
IlpDefaultInteractorManager.getObjectInteractor(IlpObject object,
IlpAttribute attribute)
Return the interactor associated with the given business object and attribute.
|
IlpObjectInteractor |
IlpInteractorManagerSupport.getObjectInteractor(IlpRepresentationObject object,
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.
|
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(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.
|
Constructor and Description |
---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
IlpBeansAttribute
This class models an attribute in the CPL model which
represents a property in a Java Bean.
|
class |
IlpComputedAttribute
This class models an attribute whose value is computed based on
external information.
|
class |
IlpDefaultAttribute
Default CPL attribute implementation.
|
class |
IlpObjectReferenceAttribute
This class defines an attribute that refers to another attribute
in another attribute holder.
|
class |
IlpReferenceAttribute
This class defines an attribute that refers to another attribute
in the same attribute holder.
|
class |
IlpStaticAttribute
This class defines an attribute that has a static value.
|
Modifier and Type | Method and Description |
---|---|
IlpAttribute |
AttributeValueEvent.getAttribute()
Returns the attribute, the value of which was modified.
|
IlpAttribute |
AttributeGroupEvent.getAttribute()
Attribute that caused the event.
|
IlpAttribute |
IlpExtendedAttributeGroup.getAttribute(String name)
Returns a class instance attribute.
|
IlpAttribute |
IlpDefaultClass.getAttribute(String name)
Returns an instance attribute of the class.
|
IlpAttribute |
IlpDefaultAttributeGroup.getAttribute(String name)
Returns the attribute that corresponds to the
given name, independently of whether it is visible or not.
|
IlpAttribute |
IlpAttributeGroup.getAttribute(String name)
Returns a class instance attribute.
|
IlpAttribute |
IlpReferenceAttribute.getReferenceAttribute()
Returns the reference attribute.
|
Modifier and Type | Method and Description |
---|---|
Collection<IlpAttribute> |
IlpExtendedAttributeGroup.getAttributes()
Returns the collection of visible attributes present in this model.
|
Collection<IlpAttribute> |
IlpDefaultClass.getAttributes()
Returns the instance attributes of the class as a
Collection . |
Collection<IlpAttribute> |
IlpDefaultAttributeGroup.getAttributes()
Returns the collection of attributes present in this model.
|
Collection<IlpAttribute> |
IlpAttributeGroup.getAttributes()
Returns the collection of attributes present in this model.
|
Collection<IlpAttribute> |
IlpExtendedAttributeGroup.getDeclaredAttributes()
Returns the collection of attributes declared in this model.
|
Collection<IlpAttribute> |
IlpDefaultClass.getDeclaredAttributes()
Returns the instance attributes of the class as a
Collection . |
Collection<IlpAttribute> |
IlpDefaultAttributeGroup.getDeclaredAttributes()
Returns the collection of attributes declared in this model.
|
Collection<IlpAttribute> |
IlpAttributeGroup.getDeclaredAttributes()
Returns the collection of attributes declared in this model.
|
protected Map<IlpAttribute,Object> |
IlpDefaultObject.getLocalAttributeValues()
Called only during serialization in IltObject
|
Modifier and Type | Method and Description |
---|---|
void |
IlpMutableAttributeGroup.addAttribute(IlpAttribute a)
Adds a new attribute to the model.
|
void |
IlpDefaultClass.addAttribute(IlpAttribute attribute)
Adds an attribute to the class.
|
void |
IlpDefaultAttributeGroup.addAttribute(IlpAttribute a)
Adds a new attribute to the model.
|
void |
IlpAttributeValueChangeSupport.fireAttributeChange(IlpAttribute attribute,
Object newValue,
Object oldValue)
Fires an attribute value change event.
|
Object |
IlpRepresentationObjectSupport.getAttributeValue(IlpAttribute a)
Retrieves the value of an attribute of this object.
|
Object |
IlpDefaultObject.getAttributeValue(IlpAttribute a)
Retrieves the value of an attribute of this object.
|
Object |
IlpBeansObject.getAttributeValue(IlpAttribute attribute)
Retrieves the value of an attribute of this object.
|
Object |
IlpAttributeValueHolderSupport.getAttributeValue(IlpAttribute a)
Retrieves the value of an attribute of this object.
|
Object |
IlpAttributeValueHolder.getAttributeValue(IlpAttribute attribute)
Retrieves the value of an attribute of this object.
|
boolean |
IlpExtendedAttributeGroup.hasAttribute(IlpAttribute attr)
Indicates whether the given attribute is part of the model.
|
boolean |
IlpDefaultClass.hasAttribute(IlpAttribute attr)
Returns whether the given attribute is part of the model.
|
boolean |
IlpDefaultAttributeGroup.hasAttribute(IlpAttribute attr)
Returns whether the given attribute is part of the model, independently
of whether the attribute is visible or not.
|
boolean |
IlpAttributeGroup.hasAttribute(IlpAttribute attr)
Returns whether the given attribute is part of the model.
|
boolean |
IlpRepresentationObjectSupport.hasAttributeValue(IlpAttribute a)
Returns
true if the requested attribute is part of the
attribute group of this instance and if a value has been set for this
attribute. |
boolean |
IlpDefaultObject.hasAttributeValue(IlpAttribute a)
Returns
true if the requested attribute is part of the
attribute group of this instance and if a value has been set for this
attribute. |
boolean |
IlpBeansObject.hasAttributeValue(IlpAttribute a)
Returns
true if the requested attribute exists in the bean. |
boolean |
IlpAttributeValueHolderSupport.hasAttributeValue(IlpAttribute a)
Returns
true if the requested attribute is part of the
attribute group of this instance and if a value has been set for this
attribute. |
boolean |
IlpAttributeValueHolder.hasAttributeValue(IlpAttribute a)
Returns
true if:
the requested attribute is part of the attribute group of this
instance
a value has been set for this attribute
|
boolean |
IlpExtendedAttributeGroup.isAttributeVisible(IlpAttribute attr)
Checks whether the given attribute is visible or not.
|
boolean |
IlpDefaultAttributeGroup.isAttributeVisible(IlpAttribute attr)
Checks whether the given attribute is visible or not.
|
boolean |
IlpStaticAttribute.isDependentOn(IlpAttribute a)
Indicates whether this attribute depends on the given attribute
to calculate its value.
|
boolean |
IlpReferenceAttribute.isDependentOn(IlpAttribute a)
Indicates whether this attribute depends on the given attribute
to calculate its value.
|
boolean |
IlpAttributeValueProvider.isDependentOn(IlpAttribute a)
Returns whether this attribute depends on the given attribute
to calculate its value.
|
void |
IlpAttributeValueHolderSupport.recomputeDependentAttributes(IlpAttribute a)
Verifies if any of the computed attributes in the computed attribute list
depend on the given attribute.
|
void |
IlpMutableAttributeGroup.removeAttribute(IlpAttribute a)
Removes the given attribute from the model.
|
void |
IlpDefaultClass.removeAttribute(IlpAttribute attribute)
Removes an attribute from the class.
|
void |
IlpDefaultAttributeGroup.removeAttribute(IlpAttribute a)
Removes the given attribute from the model.
|
void |
IlpRepresentationObjectSupport.setAttributeValue(IlpAttribute a,
Object value)
Sets the value of an attribute of this object.
|
void |
IlpDefaultObject.setAttributeValue(IlpAttribute attribute,
Object value)
Sets the value of an attribute of this object.
|
void |
IlpBeansObject.setAttributeValue(IlpAttribute attribute,
Object value)
Sets the value of an attribute of this object.
|
void |
IlpAttributeValueHolderSupport.setAttributeValue(IlpAttribute attribute,
Object value)
Sets the value of an attribute of this object.
|
void |
IlpAttributeValueHolder.setAttributeValue(IlpAttribute attribute,
Object value)
Sets the value of an attribute of this object.
|
void |
IlpExtendedAttributeGroup.setAttributeVisible(IlpAttribute attr,
boolean visible)
Sets whether the given attribute should be visible
to users of the model.
|
void |
IlpDefaultAttributeGroup.setAttributeVisible(IlpAttribute attr,
boolean visible)
Sets whether the given attribute should be visible
to users of the model.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IlpDefaultObject.setLocalAttributeValues(Map<IlpAttribute,Object> values)
Called only during deserialization in IltObject
|
Constructor and Description |
---|
AttributeGroupEvent(IlEventType type,
IlpAttributeGroup model,
IlpAttribute attribute)
Constructor
|
AttributeValueEvent(IlEventType type,
IlpAttributeValueHolder source,
IlpAttribute attribute,
Object newv,
Object oldv)
Constructor.
|
AttributeValueEvent(IlEventType type,
Object source,
IlpAttribute attribute)
Deprecated.
Use
AttributeValueEvent.AttributeValueEvent(IlpAttributeValueHolder, IlpAttribute)
or { @link #AttributeValueEvent(IlpAttributeValueHolder, IlpAttribute, Object, Object)} |
AttributeValueEvent(IlpAttributeValueHolder source,
IlpAttribute attribute)
Constructor.
|
AttributeValueEvent(IlpAttributeValueHolder source,
IlpAttribute attribute,
Object newValue,
Object oldValue)
Constructor.
|
IlpDefaultAttributeGroup(IlpAttribute[] attributes)
Convenience constructor.
|
IlpObjectReferenceAttribute(String name,
Class<?> valueClass,
IlpAttribute referenceAttribute)
Creates a new attribute with the given name and class.
|
IlpObjectReferenceAttribute(String name,
IlpAttribute referenceAttribute)
Creates a new attribute with the given name.
|
IlpReferenceAttribute(String name,
Class<?> valueClass,
IlpAttribute referenceAttribute)
Creates a new attribute with the given name and class.
|
IlpReferenceAttribute(String name,
IlpAttribute referenceAttribute)
Creates a new attribute with the given name.
|
Modifier and Type | Method and Description |
---|---|
Object |
IlpAbstractRepresentationNode.getAttributeValue(IlpAttribute attribute)
Returns the value of an attribute of this object.
|
boolean |
IlpAbstractRepresentationNode.hasAttributeValue(IlpAttribute a)
Returns
true if the requested attribute is part of the
attribute group of this instance, and if a value has been set for this
attribute. |
void |
IlpAbstractRepresentationNode.setAttributeValue(IlpAttribute attribute,
Object value)
Sets the value of an attribute of this object.
|
Modifier and Type | Method and Description |
---|---|
IlpObjectInteractor |
IlpInteractorRenderer.getObjectInteractor(IlpRepresentationObject object,
IlpAttribute attribute)
Returns the interactor associated with the given object and attribute.
|
void |
IlpInteractorRenderer.setObjectInteractor(IlpRepresentationObject object,
IlpAttribute attribute,
IlpObjectInteractor interactor)
Sets the interactor to be associated with the given object and attribute.
|
Constructor and Description |
---|
IlpEnumBinding(IlpAbstractAttributeBinding.Type bindingType,
IlpAttribute attribute)
Constructor.
|
IlpEnumBinding(IlpAbstractAttributeBinding.Type bindingType,
IlpAttribute attribute,
String propName)
Constructor.
|
Modifier and Type | Field and Description |
---|---|
protected IlpAttribute |
IlpAttributeStyleValueProvider.valueAttribute
Deprecated.
Value attribute
|
Modifier and Type | Method and Description |
---|---|
IlpAttribute |
IlpStyleContext.getAttribute()
Deprecated.
For a style associated with an attribute, returns the attribute.
|
IlpAttribute |
IlpAttributeStyleValueProvider.getValueAttribute()
Deprecated.
Returns the currently specified attribute, if one has been specified for
the value provider.
|
Modifier and Type | Method and Description |
---|---|
IlpStyle |
IlpStyleManager.getStyle(IlpAttribute attribute)
Deprecated.
Gets a style by attribute.
|
IlpStyle |
IlpDefaultStyleManager.getStyle(IlpAttribute attribute)
Deprecated.
Gets a style by attribute.
|
IlpStyle |
IlpStyleManager.getStyle(IlpAttribute attribute,
IlpClass clazz)
Deprecated.
Gets a style by attribute in the given class.
|
IlpStyle |
IlpDefaultStyleManager.getStyle(IlpAttribute attribute,
IlpClass clazz)
Deprecated.
Gets a style by attribute.
|
Constructor and Description |
---|
IlpAttributeStyleValueProvider(IlpAttribute valueAttribute)
Deprecated.
IlpAttributeStyleValueProvider constructor. |
IlpAttributeStyleValueProvider(IlpAttribute valueAttribute,
Class valueType)
Deprecated.
IlpAttributeStyleValueProvider constructor. |
IlpBoundAttributeStyleValueProvider(IlpAttribute attr,
IlpAttributeValueHolder holder)
Deprecated.
IlpBoundAttributeStyleValueProvider constructor. |
IlpInstanceStyleContext(IlpRepresentationObject ro,
IlpAttribute attr,
ReferenceQueue q)
Deprecated.
Constructor for a representation object with attribute.
|
IlpStorageStyleIdentifier(IlpAttribute attribute,
IlpClass clazz)
Deprecated.
Style identifier constructor.
|
IlpStyleContext(IlpAttribute attr,
IlpClass clazz,
ReferenceQueue q)
Deprecated.
Constructor.
|
IlpStyleContext(IlpAttribute attr,
ReferenceQueue q)
Deprecated.
Constructor.
|
IlpStyleContext(IlpRepresentationObject ro,
IlpAttribute attr,
ReferenceQueue q)
Deprecated.
Constructor for a representation object with attribute.
|
Modifier and Type | Method and Description |
---|---|
IlpAttribute |
IlpTableView.getAttribute(IlpPoint viewLocation) |
IlpAttribute |
IlpTableView.getColumn(int columnIndex)
Returns the
IlpAttribute corresponding to the specified column
index. |
IlpAttribute |
IlpTableModel.getColumn(int columnIndex)
Returns the attribute at index
columnIndex . |
IlpAttribute |
IlpAbstractTableModel.getColumn(int columnIndex)
Returns the attribute at index
columnIndex . |
IlpAttribute |
IlpTableView.getColumn(String attributeName)
Returns the attribute whose name is
attributeName or
null if this attribute is not managed by the table model. |
Modifier and Type | Method and Description |
---|---|
List<IlpAttribute> |
IlpAbstractTableModel.getColumns()
Returns the list of attributes managed by the table model.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpTableView.addPseudoClass(IlpObject bo,
IlpAttribute a,
String pseudo)
Adds a pseudoclass to the specified business object.
|
void |
IlpTableView.addPseudoClass(IlpRepresentationObject ro,
IlpAttribute a,
String pseudo)
Adds a pseudoclass to the specified representation object.
|
void |
IlpTableController.addSortingCriteria(IlpAttribute attribute,
int order,
boolean ascendingOrder,
boolean useDisplayValue)
Adds sorting criteria for an attribute.
|
protected int |
IlpTableAttributeComparator.compareObjectsByAttribute(Object row1,
Object row2,
IlpAttribute attribute)
Compares the given objects according to the value of the attribute.
|
protected void |
IlpTableCellRenderer.configureComponent(JComponent component,
JTable table,
IlpStyle style,
IlpRepresentationObject representationObject,
IlpAttribute attribute,
boolean hasFocus,
boolean isSelected)
Deprecated.
|
JPopupMenu |
IlpDefaultTableHeaderMenuFactory.createPopupMenu(IlpTableHeaderInteractionContext context,
IlpAttribute attribute,
IlpObjectSelectionModel ilpSelectionModel)
Creates the table header default pop-up menu.
|
Object |
IlpDefaultTableRow.getAttributeValue(IlpAttribute a)
Retrieves the value of an attribute of this object.
|
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 . |
int |
IlpTableView.getColumnIndex(IlpAttribute attribute)
Returns the column index of the specified attribute.
|
int |
IlpTableModel.getColumnIndex(IlpAttribute column)
Returns the index of the specified column.
|
int |
IlpTableColumnModel.getColumnIndex(IlpAttribute attribute) |
int |
IlpAbstractTableModel.getColumnIndex(IlpAttribute column)
Returns the index of the specified column.
|
int |
IlpAbstractTableColumnModel.getColumnIndex(IlpAttribute attribute)
Returns the column index of the specified attribute.
|
String |
IlpTableView.getColumnLabel(IlpAttribute attribute)
Retrieves the label displayed in the header for the table model column
specified by
attribute . |
String |
IlpTableView.getDisplayValue(IlpTableRow row,
IlpAttribute column)
Returns the string displayed at the intersection
of
row and column . |
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.
|
int |
IlpTableController.getSortingOrder(IlpAttribute attribute)
Gets the position of the specified attribute in the sorting operation.
|
boolean |
IlpDefaultTableRow.hasAttributeValue(IlpAttribute a)
Returns
true if the requested attribute is part of the
attribute group of this instance and if a value has been set for this
attribute. |
boolean |
IlpTableView.isColumnFixed(IlpAttribute attribute)
Specifies whether the column is fixed.
|
boolean |
IlpTableView.isColumnVisible(IlpAttribute attribute)
Specifies whether the column is visible.
|
boolean |
IlpTableController.isUsingAscendingOrder(IlpAttribute attribute)
Returns
true if the given attribute is sorted and the sort is in
ascending order. |
boolean |
IlpTableController.isUsingDisplayValue(IlpAttribute attribute)
Returns
true if the given attribute is sorted and the sort
uses display values. |
boolean |
IlpTableAttributeComparator.isUsingDisplayValue(IlpAttribute attribute)
Returns
true if the given attribute is sorted using display
values. |
void |
IlpTableView.removePseudoClass(IlpObject bo,
IlpAttribute a,
String pseudo)
Removes a pseudoclass from the specified business object.
|
void |
IlpTableView.removePseudoClass(IlpRepresentationObject ro,
IlpAttribute a,
String pseudo)
Removes a pseudoclass from the specified representation object.
|
void |
IlpTableAttributeComparator.removeSortedAttribute(IlpAttribute attribute)
Removes an attribute from the sorted attributes in the list.
|
void |
IlpTableController.removeSortingCriteria(IlpAttribute attribute)
Removes an attribute from the sorted attributes in the table.
|
void |
IlpDefaultTableRow.setAttributeValue(IlpAttribute attribute,
Object value)
Sets the value of an attribute of this object.
|
void |
IlpTableView.setColumnIndex(IlpAttribute attribute,
int index)
Moves the column of the specified attribute to the specified index.
|
void |
IlpTableColumnModel.setColumnIndex(IlpAttribute attribute,
int index) |
void |
IlpAbstractTableColumnModel.setColumnIndex(IlpAttribute attribute,
int index)
Moves the column of the specified attribute to the specified index.
|
void |
IlpTableColumnModel.setColumnPreferredWidth(IlpAttribute attribute,
int columnWidth) |
void |
IlpAbstractTableColumnModel.setColumnPreferredWidth(IlpAttribute attribute,
int columnWidth)
Sets the preferred width for the column defined by this attribute
|
void |
IlpTableView.setColumnVisible(IlpAttribute attribute,
boolean visible)
Sets whether the specified column should be visible.
|
void |
IlpTableAttributeComparator.setDirectionAndOrder(IlpAttribute attribute,
int order,
boolean ascendingOrder)
Sets the sorting direction and sorting order of the specified attribute.
|
void |
IlpTableAttributeComparator.setDirectionAndOrder(IlpAttribute attribute,
int order,
boolean ascendingOrder,
boolean useDisplayValue)
Sets the sorting direction and sorting order of the specified attribute.
|
Constructor and Description |
---|
IlpTableAttributeComparator(IlpTableView tableView,
IlpAttribute attribute)
Creates an attribute comparator for a particular
IlpTableView . |
IlpTableAttributeComparator(IlpTableView tableView,
IlpAttribute attribute,
boolean ascendingOrder,
boolean useDisplayValue)
Creates an attribute comparator for a particular
IlpTableView . |
IlpTableAttributeComparator(ilog.cpl.table.internal.IlpTableViewSupportContext suppContext,
IlpAttribute attribute,
boolean ascendingOrder,
boolean useDisplayValue)
Creates an attribute comparator.
|
Modifier and Type | Method and Description |
---|---|
IlpAttribute |
IlpDefaultTableHeaderActionEvent.getAttribute()
Returns the attribute that is associated to the column in which
the event occurred.
|
Constructor and Description |
---|
IlpToggleAttributeVisibility(IlpTableView tableView,
IlpAttribute attribute)
Constructor
|
IlpToggleSortingCriterion(IlpTableView tableView,
IlpAttribute attribute)
Constructor
|
Modifier and Type | Method and Description |
---|---|
IlpAttribute |
IlpTableHeaderInteractionContext.getAttribute()
Returns the business attribute.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
IlpAttribute |
IlpTableSelectionModel.getAnchorAttribute()
Returns the attribute which has the focus.
|
IlpAttribute |
IlpDefaultTableSelectionModel.getAnchorAttribute()
Returns the attribute which has the focus.
|
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.
|
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 |
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 |
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 |
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 | Method and Description |
---|---|
IlpAttribute |
IlpTreeView.getAttribute(IlpPoint viewLocation)
Returns the
IlpAttribute object at the given position
in this object. |
Modifier and Type | Method and Description |
---|---|
Object |
IlpDefaultTreeNode.getAttributeValue(IlpAttribute a)
Retrieves the value of an attribute of this object.
|
List<String> |
IlpTreeView.getPseudoClasses(IlpRepresentationObject ro,
IlpAttribute a)
Returns the custom pseudoclasses currently active for the object
|
boolean |
IlpDefaultTreeNode.hasAttributeValue(IlpAttribute a)
Returns
true if the requested attribute is part of the
attribute group of this instance and if a value has been set for this
attribute. |
void |
IlpDefaultTreeNode.setAttributeValue(IlpAttribute attribute,
Object value)
Sets the value of an attribute of this object.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected int |
IlpAttributeComparator.compareObjectsByAttribute(Object ro1,
Object ro2,
IlpAttribute attribute)
Compares the given objects according to the value of the attribute.
|
int |
IlpAttributeComparator.getDirectionAndOrder(IlpAttribute attribute)
Gets the sorting direction and sorting order of the specified attribute.
|
void |
IlpAttributeComparator.removeSortedAttribute(IlpAttribute attribute)
Removes an attribute from the sorted attributes in the list.
|
void |
IlpAttributeComparator.setDirectionAndOrder(IlpAttribute attribute,
int order,
boolean direction)
Sets the sorting direction and sorting order of the specified attribute.
|
Constructor and Description |
---|
IlpAttributeComparator(IlpAttribute attribute,
boolean direction)
Creates a new comparator instance based on the given business attribute.
|
Modifier and Type | Method and Description |
---|---|
IlpAttribute |
IltcCompositeGraphic.getAttribute()
Returns the attribute that this graphic is representing.
|
Modifier and Type | Method and Description |
---|---|
void |
IltcCompositeGraphic.setAttribute(IlpAttribute attribute)
Sets the attribute that this graphic is representing.
|
Constructor and Description |
---|
IltcGraphicElementAggregate(IlpAttribute attr,
IlpAttachmentManager attachmanager)
Constructs a new instance, associated with a distinguished graphic object.
|
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 |
---|---|
IlpAttribute |
IltGraphicElementAggregate.getAttribute()
Deprecated.
Returns the attribute that this graphic instance represents,
if any.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
IltGraphicElementAggregate(IlpAttribute attr)
Deprecated.
Creates a new graphic aggregate to represent the given attribute.
|
Modifier and Type | Method and Description |
---|---|
IlpAttribute |
IltEditLabelInteractor.getLabelAttribute()
Returns the attribute that is being edited.
|
Constructor and Description |
---|
IltEditLabelInteractor(IlpAttribute labelAttribute)
Creates the interactor associated with the given business attribute.
|
Modifier and Type | Field and Description |
---|---|
static IlpAttribute |
IltObject.AckAlarmHighestSeverityAttribute
Attribute used to retrieve the highest severity of acknowledged alarms of
the
IltObject . |
static IlpAttribute |
IltObject.AckImpactAlarmHighestSeverityAttribute
Attribute used to retrieve the highest severity of acknowledged impact
alarms of the
IltObject . |
static IlpAttribute |
IltAlarm.AckSystemIdAttribute
Identifier of the system used by the author of the last modification of
the acknowledged state.
|
static IlpAttribute |
IltAlarm.AckTimeAttribute
Date of the last modification of the acknowledged state.
|
static IlpAttribute |
IltAlarm.AckUserIdAttribute
Identifier of the author of the last modication of the acknowledged
state.
|
static IlpAttribute |
IltAlarm.AdditionalTextAttribute
The additional text.
|
static IlpAttribute |
IltAlarm.AlarmAckStateAttribute
The alarm acknowledged state.
|
static IlpAttribute |
IltAlarm.AlarmChangedTimeAttribute
Date of the last modification of alarm attribute values.
|
static IlpAttribute |
IltAlarm.AlarmClearedTimeAttribute
Date when the perceived severity of the alarm was changed to cleared.
|
static IlpAttribute |
IltObject.AlarmCountAttribute
Attribute used to retrieve the number of outstanding alarms of the
IltObject . |
static IlpAttribute |
IltObject.AlarmCountNumberAttribute
Attribute used to retrieve the number of outstanding alarms of the
IltObject . |
static IlpAttribute |
IltObject.AlarmHighestSeverityAttribute
Attribute used to retrieve the highest severity of outstanding alarms of
the
IltObject . |
static IlpAttribute |
IltAlarm.AlarmRaisedTimeAttribute
Date when the alarm was raised.
|
static IlpAttribute |
IltAlarm.AlarmTypeAttribute
The type of alarm.
|
static IlpAttribute |
IltAlarm.AttributeChangesAttribute
The list of changed attributes.
|
static IlpAttribute |
IltAlarm.BackedUpStatusAttribute
Backup status.
|
static IlpAttribute |
IltAlarm.BackUpObjectAttribute
Distinguished name of the backup object.
|
static IlpAttribute |
IltAlarm.ClearSystemIdAttribute
Identifier of the system used by the author of the last request
to clear the alarm.
|
static IlpAttribute |
IltAlarm.ClearUserIdAttribute
Identifier of the author of the last request to clear the alarm.
|
static IlpAttribute |
IltAlarm.CommentsAttribute
List of comments.
|
static IlpAttribute |
IltAlarm.CorrelatedNotificationsAttribute
The correlated notifications.
|
static IlpAttribute |
IltObject.ImpactAlarmCountAttribute
Attribute used to retrieve the number of outstanding impact alarms of the
IltObject . |
static IlpAttribute |
IltObject.ImpactAlarmCountNumberAttribute
Attribute used to retrieve the number of outstanding impact alarms of the
IltObject . |
static IlpAttribute |
IltObject.ImpactAlarmHighestSeverityAttribute
Attribute used to retrieve the highest severity of outstanding impact
alarms of the
IltObject . |
static IlpAttribute |
IltAlarm.ManagedObjectClassAttribute
Managed object class of the managed object instance in which the alarm
occurred.
|
static IlpAttribute |
IltAlarm.ManagedObjectInstanceAttribute
The managed object instance in which the alarm occurred.
|
static IlpAttribute |
IltAlarm.MonitoredAttributesAttribute
The monitored attributes.
|
static IlpAttribute |
IltObject.NewAlarmCountAttribute
Attribute used to retrieve the number of new alarms of the
IltObject . |
static IlpAttribute |
IltObject.NewAlarmCountNumberAttribute
Attribute used to retrieve the number of new alarms of the
IltObject . |
static IlpAttribute |
IltObject.NewAlarmHighestSeverityAttribute
Attribute used to retrieve the highest severity of new alarms of the
IltObject . |
static IlpAttribute |
IltObject.NewImpactAlarmCountAttribute
Attribute used to retrieve the number of new impact alarms of the
IltObject . |
static IlpAttribute |
IltObject.NewImpactAlarmCountNumberAttribute
Attribute used to retrieve the number of new impact alarms of the
IltObject . |
static IlpAttribute |
IltObject.NewImpactAlarmHighestSeverityAttribute
Attribute used to retrieve the highest severity of new impact alarms of the
IltObject . |
static IlpAttribute |
IltAlarm.NotificationIdAttribute
Identifier of the notification that carries the alarm information.
|
static IlpAttribute |
IltAlarm.PerceivedSeverityAttribute
The perceived severity of the alarm.
|
static IlpAttribute |
IltObject.PrimaryStateAttribute
Attribute used to retrieve the description of the primary state of the
IltObject . |
static IlpAttribute |
IltAlarm.ProbableCauseAttribute
The probable cause of the alarm.
|
static IlpAttribute |
IltAlarm.ProposedRepairActionsAttribute
The proposed repair actions.
|
static IlpAttribute |
IltObject.SecondaryStatesAttribute
Attribute used to retrieve, as a string, the secondary states
(in Bellcore and SNMP standards) or the statuses (in OSI standard)
or the protection switch request indicators (in SONET standard) of the
IltObject . |
static IlpAttribute |
IltAlarm.SpecificProblemAttribute
The specific problem.
|
static IlpAttribute |
IltAlarm.SystemDNAttribute
The distinguished name (DN) of the system that detects the
network event and generates the notification.
|
static IlpAttribute |
IltAlarm.ThresholdInfoAttribute
The threshold information.
|
static IlpAttribute |
IltAlarm.TrendIndicationAttribute
The trend indication.
|
Modifier and Type | Method and Description |
---|---|
static IlpAttribute |
IltSNMP.System.GetAttribute(IlpKey key)
This method is just for compatibility from previous IltKey api to
IlpAttribute.
|
protected abstract IlpAttribute |
IltShelfItem.getTypeAttribute()
Returns the attribute that stores type information
|
protected IlpAttribute |
IltCardCarrier.getTypeAttribute() |
protected IlpAttribute |
IltCard.getTypeAttribute() |
Modifier and Type | Method and Description |
---|---|
void |
IltObjectInfo.addAttribute(IlpAttribute a,
Object defaultValue)
Add a new attribute to the model with a given default value.
|
void |
IltAlarm.State.alarmChanged(IltAlarm alarm,
IlpAttribute attribute,
Object oldValue)
An alarm from the list of alarms of the managed object was changed.
|
IlpGraphic |
IltObjectDefaultRenderer.createGraphic(IlpGraphicView view,
IltGraphicManager manager,
IlpRepresentationObject object,
IlpAttribute attribute,
IlpGraphicRendererContext rendererContext)
Deprecated.
Creates a new graphic representation.
|
Object |
IltSNMP.SystemInfo.getAttribute(IlpAttribute attribute)
Returns the value of an attribute defined in the System Group.
|
Object |
IltLinkBundle.getAttributeValue(IlpAttribute attribute)
Retrieves the value of an attribute of this object.
|
Object |
IltObjectInfo.getDefaultValue(IlpAttribute a)
Return the default value for the attribute, if there is one.
|
boolean |
IltLinkBundle.hasAttributeValue(IlpAttribute attribute)
Returns
true if the requested attribute is part of the
attribute group of this instance and if a value has been set for this
attribute. |
void |
IltSNMP.SystemInfo.setAttribute(IlpAttribute attribute,
Object value)
Sets the value of an attribute defined in the System Group.
|
static void |
IltSNMP.SetAttributeMapping(IlpAttribute attribute,
Object defaultValue,
IlpStringKey description)
Deprecated.
Please use
SetAttributeMapping(IlpAttribute,Object,String) method
to add the attribute. Configuration is done through cascading style sheets using the
following properties:
|
static void |
IltSNMP.SetAttributeMapping(IlpAttribute attribute,
Object defaultValue,
String description)
Adds a new attribute to the System group and creates the proper mapper
information to display the new attribute in the system window.
|
void |
IltShelfItem.setAttributeValue(IlpAttribute attribute,
Object value)
Sets the value of an attribute of this object.
|
void |
IltShelf.setAttributeValue(IlpAttribute attribute,
Object value)
Sets the value of an attribute of this object.
|
void |
IltPort.setAttributeValue(IlpAttribute attribute,
Object value)
Sets the value of an attribute of this object.
|
void |
IltOffPageConnector.setAttributeValue(IlpAttribute attribute,
Object value)
Sets the value of an attribute of this object.
|
void |
IltObject.setAttributeValue(IlpAttribute attribute,
Object value)
Sets the value of an attribute of this object.
|
void |
IltNetworkElement.setAttributeValue(IlpAttribute attribute,
Object value)
Sets the value of an attribute of this object.
|
void |
IltLinkBundle.setAttributeValue(IlpAttribute attribute,
Object value)
Sets the value of an attribute of this object.
|
void |
IltLink.setAttributeValue(IlpAttribute attribute,
Object value)
Sets the value of an attribute of this object.
|
void |
IltLed.setAttributeValue(IlpAttribute attribute,
Object value)
Sets the value of an attribute of this object.
|
void |
IltGroup.setAttributeValue(IlpAttribute attribute,
Object value)
Sets the value of an attribute of this object.
|
void |
IltCardItem.setAttributeValue(IlpAttribute attribute,
Object value)
Sets the value of an attribute of this object.
|
void |
IltCardCarrier.setAttributeValue(IlpAttribute attribute,
Object value)
Sets the value of an attribute of this object.
|
void |
IltCard.setAttributeValue(IlpAttribute attribute,
Object value)
Sets the value of an attribute of this object.
|
void |
IltBTSAntenna.setAttributeValue(IlpAttribute attribute,
Object value)
Sets the value of an attribute of this object.
|
Modifier and Type | Class and Description |
---|---|
class |
IltAlarmSeverityAttribute
Attribute definition for
IltAlarm.PerceivedSeverityAttribute . |
class |
IltAttribute
This class models a JTGO attribute.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.