Package | Description |
---|---|
ilog.cpl |
ILOG CPL main package containing ILOG CPL top-level JavaBeansTM and widely used classes.
|
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.graphic.component |
Deprecated Provides predefined graphic objects based on Swing components.
|
ilog.cpl.network |
Together with
ilog.cpl.IlpNetwork , this package constitutes the JTGO Network component. |
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.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 |
---|---|
IlpStyle |
IlpTable.getStyle()
Deprecated.
The Style API has been replaced by the Cascading
Style Sheet mechanism.
|
IlpStyle |
IlpTree.getStyle()
Deprecated.
The Style API has been replaced by the Cascading
Style Sheet mechanism.
|
IlpStyle |
IlpEquipment.getStyle()
Deprecated.
The Style API has been replaced by the Cascading Style Sheet
mechanism.
|
IlpStyle |
IlpNetwork.getStyle()
Deprecated.
The Style API has been replaced by the Cascading Style Sheet
mechanism.
|
Modifier and Type | Method and Description |
---|---|
IlpStyle |
IlpEquipmentView.getStyle()
Deprecated.
The style API has been replaced by the cascading style sheet
mechanism.
|
IlpStyle |
IlpEquipmentView.getStyle(Class clazz)
Deprecated.
The style API has been replaced by the cascading style sheet
mechanism.
|
IlpStyle |
IlpEquipmentView.getStyle(IlpClass clazz)
Deprecated.
The style API has been replaced by the cascading style sheet
mechanism.
|
IlpStyle |
IlpEquipmentView.getStyle(IlpObject object)
Deprecated.
The style API has been replaced by the cascading style sheet
mechanism.
|
IlpStyle |
IlpEquipmentView.getStyle(IlpRepresentationObject object)
Deprecated.
The style API has been replaced by the cascading style sheet
mechanism.
|
Modifier and Type | Method and Description |
---|---|
IlpStyle |
IlpGraphView.getStyle()
Deprecated.
|
IlpStyle |
IlpGraphView.getStyle(Class clazz)
Deprecated.
|
IlpStyle |
IlpGraphView.getStyle(IlpClass clazz)
Deprecated.
|
IlpStyle |
IlpGraphView.getStyle(IlpObject object)
Deprecated.
|
IlpStyle |
IlpGraphView.getStyle(IlpRepresentationObject object)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
IlpStyle |
IlpDefaultGraphicViewStyleManager.getExistingStyle(IlpStyleContext styleContext)
Deprecated.
Gets a style by style context.
|
IlpStyle |
IlpBasicGraphicViewStyleManager.getExistingStyle(IlpStyleContext styleContext)
Deprecated.
Gets a style by style context.
|
IlpStyle |
IlpGraphicViewStyleManager.getStyle()
Deprecated.
Returns the style specified for this view.
|
IlpStyle |
IlpDefaultGraphicViewStyleManager.getStyle()
Deprecated.
Returns the style specified for this view.
|
IlpStyle |
IlpBasicGraphicViewStyleManager.getStyle()
Deprecated.
Returns the style specified for this view.
|
IlpStyle |
IlpBasicGraphicViewStyleManager.getStyle(Class clazz)
Deprecated.
Gets a style by Java class.
|
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 |
IlpBasicGraphicViewStyleManager.getStyle(IlpClass clazz)
Deprecated.
Gets the style of an
IlpClass . |
IlpStyle |
IlpBasicGraphicViewStyleManager.getStyle(IlpObject object)
Deprecated.
Gets a style by
IlpObject . |
IlpStyle |
IlpGraphicViewStyleManager.getStyle(IlpRepresentationObject ro)
Deprecated.
Returns the correct style for this representation object.
|
IlpStyle |
IlpDefaultGraphicViewStyleManager.getStyle(IlpRepresentationObject ro)
Deprecated.
Return the correct style for this representation object.
|
IlpStyle |
IlpBasicGraphicViewStyleManager.getStyle(IlpRepresentationObject ro)
Deprecated.
Return the correct style for this representation object.
|
IlpStyle |
IlpGraphicViewStyleManager.getStyle(IlpRepresentationObject ro,
IlpAttribute attribute)
Deprecated.
Return the correct style for this representation object.
|
IlpStyle |
IlpDefaultGraphicViewStyleManager.getStyle(IlpRepresentationObject ro,
IlpAttribute attribute)
Deprecated.
Return the correct style for this representation object.
|
IlpStyle |
IlpBasicGraphicViewStyleManager.getStyle(IlpRepresentationObject ro,
IlpAttribute attribute)
Deprecated.
Return the correct style for this representation object.
|
IlpStyle |
IlpBasicGraphicViewStyleManager.getStyle(IlpStyleContext styleContext)
Deprecated.
Gets a style by style context.
|
IlpStyle |
IlpBasicGraphicViewStyleManager.getStyle(String name)
Deprecated.
Gets a style by name.
|
protected IlpStyle |
IlpDefaultGraphicViewStyleManager.postCreateStyle(IlpStyle original,
IlpStyleContext styleContext)
Deprecated.
This method changes the given style, if this is a style for
JTGO - because we need to transform an IlpStyle to IltClassLegend,
IltObjectLegend and IltLegend for compatibility
This method also defined the search strategy that will be used
by the style instance to look for a key value.
|
protected IlpStyle |
IlpDefaultGraphicViewStyleManager.prepareBizAttributeStyle(IlpStyleContext styleContext,
IlpStyle style)
Deprecated.
Updates automatically created settings and default styles for a new
attribute style.
|
protected IlpStyle |
IlpDefaultGraphicViewStyleManager.prepareBizClassStyle(IlpStyleContext styleContext,
IlpStyle style)
Deprecated.
Updates automatically created settings and default styles for a new
IlpClass style. |
protected IlpStyle |
IlpDefaultGraphicViewStyleManager.prepareBizObjectStyle(IlpStyleContext instanceContext,
IlpStyle style)
Deprecated.
Updates automatically created settings and default styles for a new
IlpObject style. |
protected IlpStyle |
IlpBasicGraphicViewStyleManager.prepareCustomAttributeStyle(IlpStyleContext instanceContext)
Deprecated.
Prepares the style for an attribute which is only available in
the graphic view.
|
protected IlpStyle |
IlpBasicGraphicViewStyleManager.prepareGraphicViewStyle(IlpStyleContext instanceContext)
Deprecated.
Prepares the graphic view style.
|
protected IlpStyle |
IlpDefaultGraphicViewStyleManager.prepareGraphicViewStyle(IlpStyleContext instanceContext,
IlpStyle style)
Deprecated.
Prepares the graphic view style.
|
protected IlpStyle |
IlpDefaultGraphicViewStyleManager.prepareJavaClassStyle(IlpStyleContext styleContext,
IlpStyle style)
Deprecated.
Updates automatically created settings and default styles for a new
Java class style.
|
protected IlpStyle |
IlpDefaultGraphicViewStyleManager.prepareNamedStyle(IlpStyleContext styleContext,
IlpStyle style)
Deprecated.
Updates automatically created settings and default styles for a new
Named style.
|
protected IlpStyle |
IlpBasicGraphicViewStyleManager.prepareROAttributeStyle(IlpStyleContext instanceContext)
Deprecated.
Prepares the style for an attribute in a representation object
|
protected IlpStyle |
IlpDefaultGraphicViewStyleManager.prepareROAttributeStyle(IlpStyleContext instanceContext,
IlpStyle style)
Deprecated.
Prepares the style for an attribute in a representation object
|
protected IlpStyle |
IlpBasicGraphicViewStyleManager.prepareROStyle(IlpStyleContext instanceContext)
Deprecated.
Prepares the representation object style.
|
protected IlpStyle |
IlpDefaultGraphicViewStyleManager.prepareROStyle(IlpStyleContext instanceContext,
IlpStyle style)
Deprecated.
Prepares the representation object style.
|
protected IlpStyle |
IlpDefaultGraphicViewStyleManager.prepareStyle(IlpStyle style,
IlpStyleContext styleContext)
Deprecated.
Creates the style hierarchy according to the style category.
|
Modifier and Type | Method and Description |
---|---|
protected IlpStyle |
IlpDefaultGraphicViewStyleManager.postCreateStyle(IlpStyle original,
IlpStyleContext styleContext)
Deprecated.
This method changes the given style, if this is a style for
JTGO - because we need to transform an IlpStyle to IltClassLegend,
IltObjectLegend and IltLegend for compatibility
This method also defined the search strategy that will be used
by the style instance to look for a key value.
|
protected IlpStyle |
IlpDefaultGraphicViewStyleManager.prepareBizAttributeStyle(IlpStyleContext styleContext,
IlpStyle style)
Deprecated.
Updates automatically created settings and default styles for a new
attribute style.
|
protected IlpStyle |
IlpDefaultGraphicViewStyleManager.prepareBizClassStyle(IlpStyleContext styleContext,
IlpStyle style)
Deprecated.
Updates automatically created settings and default styles for a new
IlpClass style. |
protected IlpStyle |
IlpDefaultGraphicViewStyleManager.prepareBizObjectStyle(IlpStyleContext instanceContext,
IlpStyle style)
Deprecated.
Updates automatically created settings and default styles for a new
IlpObject style. |
protected IlpStyle |
IlpDefaultGraphicViewStyleManager.prepareGraphicViewStyle(IlpStyleContext instanceContext,
IlpStyle style)
Deprecated.
Prepares the graphic view style.
|
protected IlpStyle |
IlpDefaultGraphicViewStyleManager.prepareJavaClassStyle(IlpStyleContext styleContext,
IlpStyle style)
Deprecated.
Updates automatically created settings and default styles for a new
Java class style.
|
protected IlpStyle |
IlpDefaultGraphicViewStyleManager.prepareNamedStyle(IlpStyleContext styleContext,
IlpStyle style)
Deprecated.
Updates automatically created settings and default styles for a new
Named style.
|
protected IlpStyle |
IlpDefaultGraphicViewStyleManager.prepareROAttributeStyle(IlpStyleContext instanceContext,
IlpStyle style)
Deprecated.
Prepares the style for an attribute in a representation object
|
protected IlpStyle |
IlpDefaultGraphicViewStyleManager.prepareROStyle(IlpStyleContext instanceContext,
IlpStyle style)
Deprecated.
Prepares the representation object style.
|
protected IlpStyle |
IlpDefaultGraphicViewStyleManager.prepareStyle(IlpStyle style,
IlpStyleContext styleContext)
Deprecated.
Creates the style hierarchy according to the style category.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IlpStacker.initResourcesFromStyles(IlpStyle style,
IlpStyle defaultStyle)
Deprecated.
Initializes the graphic characteristics from styles.
|
protected void |
IlpInfoBalloon.initResourcesFromStyles(IlpStyle style,
IlpStyle defaultStyle)
Deprecated.
Initializes the graphic characteristics from styles.
|
protected void |
IlpCentered.initResourcesFromStyles(IlpStyle style,
IlpStyle defaultStyle)
Deprecated.
Initializes the graphic characteristics from styles.
|
protected void |
IlpBalloon.initResourcesFromStyles(IlpStyle style,
IlpStyle defaultStyle)
Deprecated.
Initializes the graphic characteristics from styles.
|
protected void |
IlpAlarmBalloon.initResourcesFromStyles(IlpStyle style,
IlpStyle defaultStyle)
Deprecated.
Initializes the graphic characteristics from styles.
|
Modifier and Type | Method and Description |
---|---|
IlpStyle |
IlpNetworkView.getStyle()
Deprecated.
The Style API has been replaced by the Cascading Style Sheet
mechanism.
|
IlpStyle |
IlpNetworkView.getStyle(Class clazz)
Deprecated.
The Style API has been replaced by the Cascading Style Sheet
mechanism.
|
IlpStyle |
IlpNetworkView.getStyle(IlpClass clazz)
Deprecated.
The style API has been replaced by the Cascading Style Sheet
mechanism.
|
IlpStyle |
IlpNetworkView.getStyle(IlpObject object)
Deprecated.
The Style API has been replaced by the Cascading Style Sheet
mechanism.
|
IlpStyle |
IlpNetworkView.getStyle(IlpRepresentationObject object)
Deprecated.
The Style API has been replaced by the Cascading Style Sheet
mechanism.
|
Modifier and Type | Field and Description |
---|---|
protected IlpStyle[] |
IlpStyle.computedDefaultStyles
Deprecated.
Default (parent) styles automatically inherited.
|
protected IlpStyle[] |
IlpStyle.definedDefaultStyles
Deprecated.
Default (parent) styles specified by the user.
|
protected IlpStyle |
IlpRemoteStyleValueProvider.remoteStyle
Deprecated.
Remote style
|
protected IlpStyle |
IlpKeyStyleValueModifier.remoteStyle
Deprecated.
Remote style
|
protected IlpStyle[] |
IlpStyle.styleSearchOrderCache
Deprecated.
Unmodifiable list which contains the search order
|
Modifier and Type | Field and Description |
---|---|
protected List<IlpStyle> |
IlpStyle.computedDefaultStylesUnmodifiable
Deprecated.
|
protected List<IlpStyle> |
IlpStyle.defaultStylesCache
Deprecated.
Cache to all default styles list.
|
protected List<IlpStyle> |
IlpStyle.definedDefaultStylesUnmodifiable
Deprecated.
|
protected Map<IlpStyle,List<IlpKey>> |
IlpAbstractStyleValueProvider.dependentStyles
Deprecated.
All the styles that dependent on this value provider
|
Modifier and Type | Method and Description |
---|---|
IlpStyle[] |
IlpStyle.doGetComputedDefaultStyles()
Deprecated.
Like getComputedDefaultStyles, only more efficient.
|
IlpStyle[] |
IlpStyle.doGetDefaultStyles()
Deprecated.
Like getDefaultStyles, only more efficient.
|
protected IlpStyle[] |
IlpStyle.doGetStyleSearchOrder()
Deprecated.
This method returns the style search order when retrieving a
value in this style.
|
IlpStyle |
IlpStyle.getDefaultStyle(int index)
Deprecated.
Returns a default style by index.
|
IlpStyle |
IlpStyleManager.getExistingStyle(IlpStyleContext id)
Deprecated.
Gets a style by style context.
|
IlpStyle |
IlpDefaultStyleManager.getExistingStyle(IlpStyleContext styleContext)
Deprecated.
Gets a style by style context.
|
IlpStyle |
IlpKeyStyleValueModifier.getRemoteStyle()
Deprecated.
Get remote style.
|
IlpStyle |
IlpRemoteStyleValueProvider.getStyle()
Deprecated.
Returns the
IlpStyle pointed to by this IlpRemoteStyleValueProvider . |
IlpStyle |
IlpStyleManager.getStyle(Class clazz)
Deprecated.
Gets a style by Java class.
|
IlpStyle |
IlpDefaultStyleManager.getStyle(Class clazz)
Deprecated.
Gets a style by Java class.
|
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.
|
IlpStyle |
IlpStyleManager.getStyle(IlpClass clazz)
Deprecated.
Gets a style by
IlpClass . |
IlpStyle |
IlpDefaultStyleManager.getStyle(IlpClass clazz)
Deprecated.
Gets a style by
IlpClass . |
IlpStyle |
IlpStyleManager.getStyle(IlpObject object)
Deprecated.
Gets a style by
IlpObject . |
IlpStyle |
IlpDefaultStyleManager.getStyle(IlpObject object)
Deprecated.
Gets a style by
IlpObject . |
IlpStyle |
IlpRemoteStyleValueProvider.getStyle(IlpStyle style)
Deprecated.
Returns the
IlpStyle pointed to by this IlpRemoteStyleValueProvider or
the given default style. |
IlpStyle |
IlpStyleManager.getStyle(IlpStyleContext id)
Deprecated.
Gets a style by style context.
|
IlpStyle |
IlpDefaultStyleManager.getStyle(IlpStyleContext styleContext)
Deprecated.
Gets a style by style context.
|
IlpStyle |
IlpStyleManager.getStyle(String name)
Deprecated.
Gets a style by name.
|
IlpStyle |
IlpDefaultStyleManager.getStyle(String name)
Deprecated.
Gets a style by name.
|
static IlpStyle |
IlpStyle.GetStyleFromContext(IlpStyleManager manager,
IlpStyleContext cxt)
Deprecated.
Retrieve the style that corresponds to the given style context
This method is used to support deserialization
See IlpRemoteStyleValueProvider.readObject, IlpStyle.readObject and
IlpUnresolvedStyleValueProvider.resolveRemove and resolveModifier
|
protected IlpStyle |
IlpDefaultStyleManager.postCreateStyle(IlpStyle original,
IlpStyleContext styleContext)
Deprecated.
This method changes the given style, if this is a style for
JTGO - because we need to transform an IlpStyle to IltClassLegend,
IltObjectLegend and IltLegend for compatibility
|
protected IlpStyle |
IlpDefaultStyleManager.prepareBizAttributeStyle(IlpStyleContext styleContext,
IlpStyle style)
Deprecated.
Updates automatically created settings and default styles for a new
attribute style.
|
protected IlpStyle |
IlpDefaultStyleManager.prepareBizClassStyle(IlpStyleContext styleContext,
IlpStyle style)
Deprecated.
Updates automatically created settings and default styles for a new
IlpClass style. |
protected IlpStyle |
IlpDefaultStyleManager.prepareBizObjectStyle(IlpStyleContext instanceContext,
IlpStyle style)
Deprecated.
Updates automatically created settings and default styles for a new
IlpObject style. |
protected IlpStyle |
IlpDefaultStyleManager.prepareJavaClassStyle(IlpStyleContext styleContext,
IlpStyle style)
Deprecated.
Updates automatically created settings and default styles for a new
Java class style.
|
protected IlpStyle |
IlpDefaultStyleManager.prepareStyle(IlpStyle style,
IlpStyleContext styleContext)
Deprecated.
Creates the style hierarchy for shared styles according to its category.
|
Modifier and Type | Method and Description |
---|---|
List<IlpStyle> |
IlpStyle.getAllDefaultStyles()
Deprecated.
Returns an unmodifiable list with all the default styles
defined for this instance, including the ones defined by
the user and those computed automatically based on the
model.
|
List<IlpStyle> |
IlpStyle.getComputedDefaultStyles()
Deprecated.
Returns the computed default styles as an unmodifiable list.
|
List<IlpStyle> |
IlpStyle.getDefaultStyles()
Deprecated.
Returns the user-defined default styles as an unmodifiable list.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpStyleValueProvider.addDependentStyle(IlpKey key,
IlpStyle style)
Deprecated.
Indicates that the given style is using this style value provider
for the given key.
|
void |
IlpRemoteStyleValueProvider.addDependentStyle(IlpKey key,
IlpStyle style)
Deprecated.
Indicates that the given style is using this style value provider
for the given key.
|
void |
IlpKeyStyleValueModifier.addDependentStyle(IlpKey key,
IlpStyle style)
Deprecated.
Indicates that the given style is using this style value provider
for the given key.
|
void |
IlpBoundAttributeStyleValueProvider.addDependentStyle(IlpKey key,
IlpStyle style)
Deprecated.
Indicates that the given style is using this style value provider
for the given key.
|
void |
IlpAbstractStyleValueProvider.addDependentStyle(IlpKey key,
IlpStyle style)
Deprecated.
Indicates that the given style is using this style value provider
for the given key.
|
boolean |
IlpStyle.appendComputedDefaultStyle(IlpStyle style)
Deprecated.
Adds a computed default style at the end of the list.
|
boolean |
IlpStyle.appendDefaultStyle(IlpStyle style)
Deprecated.
Adds a default style at the end of the list.
|
void |
IlpStyle.doMoveContents(IlpStyle style)
Deprecated.
This method is internally used to move the contents of this style
to the given style.
|
protected void |
IlpAbstractStyle.doMoveContents(IlpStyle style)
Deprecated.
Move the contents of this style to the given style
Must be called from a synchronization block.
|
protected boolean |
IlpStyle.doRemoveComputedDefaultStyle(IlpStyle style)
Deprecated.
Removes the given computed default style from the list.
|
protected Collection<IlpKey> |
IlpStyle.doRemoveDefaultStyle(IlpStyle defaultStyle)
Deprecated.
Removes a default style from the list of default styles.
|
protected Collection<IlpKey> |
IlpStyle.doSetDefaultStyles(IlpStyle[] defaultStyles)
Deprecated.
Sets the entire list of default styles.
|
Object |
IlpStyle.getLocalValueOrNotFound(IlpKey key,
IlpStyle source)
Deprecated.
Returns the local value for the given key, either if
it was defined as a literal or as a value provider.
|
IlpStyle |
IlpRemoteStyleValueProvider.getStyle(IlpStyle style)
Deprecated.
Returns the
IlpStyle pointed to by this IlpRemoteStyleValueProvider or
the given default style. |
protected IlpTypeConverter |
IlpStyleValueTypeConverter.getTypeConverter(IlpStyle style)
Deprecated.
Returns the type converter that will be used by this instance.
|
Object |
IlpStyleValueProvider.getValue(IlpKey key,
IlpStyle style)
Deprecated.
Returns the value for the given style.
|
Object |
IlpStyleValueModifier.getValue(IlpKey key,
IlpStyle style)
Deprecated.
Returns the value of the remote key on the remote style.
|
Object |
IlpStyle.getValue(IlpKey key,
IlpStyle defStyle)
Deprecated.
Returns the value of a given
IlpKey accessible through this
style. |
Object |
IlpRemoteStyleValueProvider.getValue(IlpKey key,
IlpStyle style)
Deprecated.
Returns the value of the remote key on the remote style.
|
Object |
IlpAttributeStyleValueProvider.getValue(IlpKey key,
IlpStyle style)
Deprecated.
Returns the current value of the attribute (as returned by
getAttributeValue() ),
after converting it to a string. |
Object |
IlpStyle.getValueOrNotFound(IlpKey key,
IlpStyle source)
Deprecated.
Returns the value associated with the given key (either
literal or value provider) or
IlpAbstractStyle.NotFound
if none is found. |
Object |
IlpStyleValueTypeConverter.modifyValue(IlpKey key,
IlpStyle style,
Object value)
Deprecated.
Modifies the given value; for example, converts it
to another type, formats it, or maps it to
another value.
|
abstract Object |
IlpStyleValueModifier.modifyValue(IlpKey key,
IlpStyle style,
Object value)
Deprecated.
Modifies the given value; for example, converts it
to another type, formats it, or maps it to
another value.
|
Object |
IlpStyleValueMapper.modifyValue(IlpKey key,
IlpStyle style,
Object value)
Deprecated.
Returns the mapped value, if it is defined in the
source value map, or
IlpStyle.NotFound . |
Object |
IlpStyleValueFormatter.modifyValue(IlpKey key,
IlpStyle style,
Object value)
Deprecated.
Formats the given value.
|
Object |
IlpStyleValueDefaultProvider.modifyValue(IlpKey key,
IlpStyle style,
Object value)
Deprecated.
Returns the default value defined in this instance, if the value parameter
is not defined.
|
void |
IlpAbstractStyle.moveContents(IlpStyle style)
Deprecated.
This method is internally used to move the contents of this style
to the given style.
|
protected IlpStyle |
IlpDefaultStyleManager.postCreateStyle(IlpStyle original,
IlpStyleContext styleContext)
Deprecated.
This method changes the given style, if this is a style for
JTGO - because we need to transform an IlpStyle to IltClassLegend,
IltObjectLegend and IltLegend for compatibility
|
protected IlpStyle |
IlpDefaultStyleManager.prepareBizAttributeStyle(IlpStyleContext styleContext,
IlpStyle style)
Deprecated.
Updates automatically created settings and default styles for a new
attribute style.
|
protected IlpStyle |
IlpDefaultStyleManager.prepareBizClassStyle(IlpStyleContext styleContext,
IlpStyle style)
Deprecated.
Updates automatically created settings and default styles for a new
IlpClass style. |
protected IlpStyle |
IlpDefaultStyleManager.prepareBizObjectStyle(IlpStyleContext instanceContext,
IlpStyle style)
Deprecated.
Updates automatically created settings and default styles for a new
IlpObject style. |
protected IlpStyle |
IlpDefaultStyleManager.prepareJavaClassStyle(IlpStyleContext styleContext,
IlpStyle style)
Deprecated.
Updates automatically created settings and default styles for a new
Java class style.
|
protected IlpStyle |
IlpDefaultStyleManager.prepareStyle(IlpStyle style,
IlpStyleContext styleContext)
Deprecated.
Creates the style hierarchy for shared styles according to its category.
|
boolean |
IlpStyle.prependComputedDefaultStyle(IlpStyle style)
Deprecated.
Adds a computed default style at the beginning of the list.
|
boolean |
IlpStyle.prependDefaultStyle(IlpStyle style)
Deprecated.
Adds a default style to the front of the list.
|
protected void |
IlpStyle.printDefaultStyle(IlpStyle style,
String index)
Deprecated.
Print the style contents
|
protected void |
IlpStyle.registerStyleListener(IlpStyle[] styles)
Deprecated.
Convenience methods to register a style listener in all styles from an array.
|
boolean |
IlpStyle.removeComputedDefaultStyle(IlpStyle style)
Deprecated.
Removes the given computed default style from the list.
|
boolean |
IlpStyle.removeDefaultStyle(IlpStyle defaultStyle)
Deprecated.
Removes a default style from the list of default styles.
|
void |
IlpStyleValueProvider.removeDependentStyle(IlpKey key,
IlpStyle style)
Deprecated.
Indicates that the given style is no longer using this style value
provider for the given key.
|
void |
IlpRemoteStyleValueProvider.removeDependentStyle(IlpKey key,
IlpStyle style)
Deprecated.
Indicates that the given style is no longer using this style value
provider for the given key.
|
void |
IlpKeyStyleValueModifier.removeDependentStyle(IlpKey key,
IlpStyle style)
Deprecated.
Indicates that the given style is no longer using this style value
provider for the given key.
|
void |
IlpBoundAttributeStyleValueProvider.removeDependentStyle(IlpKey key,
IlpStyle style)
Deprecated.
Indicates that the given style is no longer using this style value
provider for the given key.
|
void |
IlpAbstractStyleValueProvider.removeDependentStyle(IlpKey key,
IlpStyle style)
Deprecated.
Indicates that the given style is no longer using this style value
provider for the given key.
|
boolean |
IlpStyle.resetAllValues(IlpStyle sourceStyle)
Deprecated.
This method is normally used in conjunction with
useAllValues . |
protected void |
IlpStyleValueModifier.specificAddDependentStyle(IlpKey key,
IlpStyle style)
Deprecated.
This method can be overwritten in the subclasses to execute an
specific behavior when a dependent style and key is set to this provider.
|
protected void |
IlpAbstractStyleValueProvider.specificAddDependentStyle(IlpKey key,
IlpStyle style)
Deprecated.
Executes a specific operation when this value provider is registered for
the given key in the given style.
|
protected void |
IlpStyleValueModifier.specificRemoveDependentStyle(IlpKey key,
IlpStyle style)
Deprecated.
This method can be overwritten in the subclasses to execute an
specific behavior when a dependent style and key is removed.
|
protected void |
IlpAbstractStyleValueProvider.specificRemoveDependentStyle(IlpKey key,
IlpStyle style)
Deprecated.
Executes a specific operation when this value provider is no longer being
used by the given key in the style.
|
boolean |
IlpStyle.useAllValues(IlpStyle sourceStyle,
boolean doResetValues)
Deprecated.
This method allows the user to use all values of the
sourceStyle . |
Modifier and Type | Method and Description |
---|---|
protected void |
IlpStyle.registerStyleListener(List<IlpStyle> styles)
Deprecated.
Convenience methods to register a style listener in all styles from a list.
|
boolean |
IlpStyle.setDefaultStyles(List<IlpStyle> defaultStyles)
Deprecated.
Sets the entire list of default styles.
|
Constructor and Description |
---|
IlpKeyStyleValueModifier(IlpStyleValueProvider provider,
IlpKey key,
IlpStyle style)
Deprecated.
IlpKeyStyleValueModifier constructor. |
IlpRemoteStyleValueProvider(IlpKey remoteKey,
IlpStyle remoteStyle)
Deprecated.
IlpRemoteStyleValueProvider constructor. |
IlpStyle(IlpStyle defaultStyle,
IlpStyleContext styleContext)
Deprecated.
Style object constructor, adding one default style to the list of default
styles.
|
IlpStyleValueDefaultProvider(IlpStyleValueProvider provider,
IlpKey key,
IlpStyle style)
Deprecated.
IlpStyleValueDefaultProvider constructor. |
IlpStyleValueFormatter(IlpStyleValueProvider provider,
IlpFormatKey key,
IlpStyle style)
Deprecated.
IlpStyleValueFormatter constructor. |
IlpStyleValueMapper(IlpStyleValueProvider provider,
IlpValueMapKey key,
IlpStyle style)
Deprecated.
IlpStyleValueMapper constructor. |
Constructor and Description |
---|
IlpStyle(List<IlpStyle> defaultStyles,
IlpStyleContext styleContext)
Deprecated.
Style object constructor, setting the default style.
|
Modifier and Type | Method and Description |
---|---|
IlpStyle |
IlpTableView.getStyle()
Deprecated.
The Style API has been replaced by the Cascading
Style Sheet mechanism.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IlpTableCellRenderer.configureComponent(JComponent component,
JTable table,
IlpStyle style,
IlpRepresentationObject representationObject,
IlpAttribute attribute,
boolean hasFocus,
boolean isSelected)
Deprecated.
|
protected JLabel |
IlpTableCellRenderer.getJLabelCellComponent(JTable table,
Object value,
IlpStyle style,
IlpRepresentationObject representationObject,
IlpAttribute attribute,
boolean isSelected,
boolean hasFocus)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
IltAbstractLegend
Deprecated.
The Legend/Style API has been replaced by the Cascading Style
Sheet mechanism. Refer to the User's Manual for further information.
|
class |
IltBaseStyleMapping
Deprecated.
Please use cascading style sheets with attribute selectors to
customize the representation of the objects according to their states.
|
class |
IltLegend
Deprecated.
The Legend/Style API has been replaced by the Cascading Style
Sheet mechanism. Refer to the User's Manual for further information.
|
class |
IltLegendModifier
Deprecated.
Please use cascading style sheets instead.
|
Modifier and Type | Method and Description |
---|---|
static IlpStyle |
IltLegend.AdaptStyle(IlpStyleManager styleMgr,
IlpStyleContext styleContext,
IlpStyle style)
Deprecated.
This method is just for compatibility with old JTGO.
|
Modifier and Type | Method and Description |
---|---|
static IlpStyle |
IltLegend.AdaptStyle(IlpStyleManager styleMgr,
IlpStyleContext styleContext,
IlpStyle style)
Deprecated.
This method is just for compatibility with old JTGO.
|
Object |
IltCollapseStyleValueProvider.getValue(IlpKey key,
IlpStyle style)
Deprecated.
|
Constructor and Description |
---|
IltAbstractLegend(IlpStyle defaultStyle)
Deprecated.
Constructor
|
Modifier and Type | Method and Description |
---|---|
IlpStyle |
IltObject.getLocalStyle(IlpStyleManager styleMgr) |
IlpStyle |
IltObject.getLocalStyle(IltGraphic g)
Deprecated.
The Style API has been replaced by the Cascading Style
Sheet mechanism. Please refer to the User's Manual for
further information.
|
Modifier and Type | Method and Description |
---|---|
Object |
IltObject.ListPrimaryStateStyleValueProvider.getValue(IlpKey key,
IlpStyle style)
Deprecated.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.