Package | Description |
---|---|
ilog.cpl.css |
Contains basic classes to provide the customization of graphic components and objects through CSS.
|
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.style |
Deprecated Provides classes and interfaces for handling styles (see
IlpStyle ). |
ilog.cpl.style.key |
Deprecated Provides a set of keys used to identify values within styles.
|
ilog.tgo.graphic |
Provides all the classes for handling the graphical representations of the telecom objects.
|
ilog.tgo.model |
Provides classes for telecom objects, states and alarms.
|
Modifier and Type | Method and Description |
---|---|
IlpGraphicRenderer |
IlpObjectCustomization.getGraphicRenderer()
Deprecated.
The
graphicRenderer has been replaced by
properties class , children and
constraints . Please use class
property to define a new graphic representation for your
business object. Or use properties children and
constraints if you just want to add new
decorations to the predefined business objects. |
IlpGraphicRenderer |
IlpAttributeCustomization.getGraphicRenderer()
Deprecated.
Please use
class property in your CSS
files, defining the JComponent or
IlvGraphic that will be used to represent
the business attribute. |
IlpGraphicRenderer |
IlpObjectCustomization.getToolTipRenderer()
Deprecated.
Please use property
toolTipGraphic instead. |
IlpGraphicRenderer |
IlpAttributeCustomization.getToolTipRenderer()
Deprecated.
Please use property
toolTipGraphic instead. |
Modifier and Type | Method and Description |
---|---|
IlpGraphicRenderer |
IlpGraphView.getDefaultGraphicRenderer()
Deprecated.
Please use CSS
class property instead. |
Modifier and Type | Method and Description |
---|---|
void |
IlpGraphView.setDefaultGraphicRenderer(IlpGraphicRenderer renderer)
Deprecated.
Please use CSS
class property instead. |
Modifier and Type | Method and Description |
---|---|
IlpGraphicRenderer |
IlpAbstractStyle.getRenderer(IlpRendererKey key)
Deprecated.
Returns the
IlpGraphicRenderer value of a given key in this
style. |
IlpGraphicRenderer |
IlpAbstractStyle.getRenderer(IlpRendererKey key,
IlpGraphicRenderer defaultValue)
Deprecated.
Returns the
IlpGraphicRenderer value of a given key in this
style. |
Modifier and Type | Method and Description |
---|---|
IlpGraphicRenderer |
IlpAbstractStyle.getRenderer(IlpRendererKey key,
IlpGraphicRenderer defaultValue)
Deprecated.
Returns the
IlpGraphicRenderer value of a given key in this
style. |
void |
IlpAbstractStyle.setRenderer(IlpRendererKey key,
IlpGraphicRenderer value)
Deprecated.
Changes the
IlpGraphicRenderer local value of a given property
in this style. |
Modifier and Type | Method and Description |
---|---|
static IlpRendererKey |
IlpRendererKey.New(String name,
IlpGraphicRenderer defaultValue)
Deprecated.
Creates a new key for properties of type
IlpGraphicRenderer . |
Constructor and Description |
---|
IlpRendererKey(String name,
IlpGraphicRenderer defaultValue)
Deprecated.
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
IltGraphicRenderer
Deprecated.
Please use
class property to define
a completely new graphic representation for a business
object. If you just want to add new decorations to an
existing business object, define the property
children with the new decorations.
Include property constraints specifying how each new
decoration should be attached to the object base. |
Modifier and Type | Class and Description |
---|---|
class |
IltObjectDefaultRenderer
Deprecated.
Use the
class property to define
a completely new graphic representation of a business
object. To add new decorations to an existing business object,
define the property children with the new
decorations and property constraints
that specify how each new decoration should be attached to the
object base. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.