ilog.cpl.style
Class IlpInstanceStyleContext

java.lang.Object
  extended by ilog.cpl.style.IlpStyleContext
      extended by ilog.cpl.style.IlpInstanceStyleContext
All Implemented Interfaces:
Serializable, Cloneable

Deprecated. The Style API has been replaced by the Cascading Style Sheet mechanism. Refer to the User's Manual for further information.

public class IlpInstanceStyleContext
extends IlpStyleContext

Context in which a style will be applied. The IlpInstanceStyleContext is used specifically for instance styles. Within the style manager, each style is uniquely referenced by its context. Some of the values in the context will be null.

Since:
JTGO 3.0
See Also:
Serialized Form
Deprecated Since:
JTGO 3.5

Field Summary
 
Fields inherited from class ilog.cpl.style.IlpStyleContext
allObjects, attribute, ATTRIBUTE_STYLE, CLASS_STYLE, computed, DEFAULT, GRAPHIC_VIEW_STYLE, graphicView, hashCodeCache, ilpClass, ILPCLASS_STYLE, ilpObject, ILPOBJECT_STYLE, ilpObjectIdentifier, JAVA_CLASS_STYLE, javaClass, modified, name, NAMED_STYLE, NO_NAME, persistent, REPRESENTATION_OBJECT_ATTRIBUTE_STYLE, REPRESENTATION_OBJECT_STYLE, representationObject, shared, styleIdentifier, styleIdentifierName, styleType
 
Constructor Summary
IlpInstanceStyleContext(IlpContext context, IlpStorageStyleIdentifier id, ReferenceQueue q)
          Deprecated. Creates a new style context based on the identifier information.
IlpInstanceStyleContext(IlpGraphicView graphicView, ReferenceQueue q)
          Deprecated. Constructor for an IlpGraphicView.
IlpInstanceStyleContext(IlpObject bo, ReferenceQueue q)
          Deprecated. Constructor for an IlpObject.
IlpInstanceStyleContext(IlpRepresentationObject ro, IlpAttribute attr, ReferenceQueue q)
          Deprecated. Constructor for a representation object with attribute.
IlpInstanceStyleContext(IlpRepresentationObject ro, ReferenceQueue q)
          Deprecated. Constructor for a representation object.
 
Method Summary
 Object clone()
          Deprecated. Returns a copy of this style context.
 boolean equals(Object other)
          Deprecated. Tests IlpInstanceStyleContexts for equality.
 
Methods inherited from class ilog.cpl.style.IlpStyleContext
createStyleIdentifier, debug, getAttribute, getAttributeValueHolder, getGraphicView, getIlpClass, getIlpObject, getIlpObjectIdentifier, getJavaClass, getName, getRepresentationObject, getStyleIdentifier, getStyleType, hashCode, initHashCode, initializeFromStorage, isComputed, isModified, isPersistent, isShared, isStyleRemovable, registerBusinessObject, retrieveBusinessObject, setComputed, setGraphicView, setModified, setPersistence, setRepresentationObject, setShared, toString, updateBusinessObject
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IlpInstanceStyleContext

public IlpInstanceStyleContext(IlpObject bo,
                               ReferenceQueue q)
Deprecated. 
Constructor for an IlpObject.

Parameters:
bo - Business object.

IlpInstanceStyleContext

public IlpInstanceStyleContext(IlpRepresentationObject ro,
                               ReferenceQueue q)
Deprecated. 
Constructor for a representation object.

Parameters:
ro - Representation object.

IlpInstanceStyleContext

public IlpInstanceStyleContext(IlpRepresentationObject ro,
                               IlpAttribute attr,
                               ReferenceQueue q)
Deprecated. 
Constructor for a representation object with attribute.

Parameters:
ro - Representation object.
attr - Attribute linked to the representation object.

IlpInstanceStyleContext

public IlpInstanceStyleContext(IlpGraphicView graphicView,
                               ReferenceQueue q)
Deprecated. 
Constructor for an IlpGraphicView.

Parameters:
graphicView - Graphic view.

IlpInstanceStyleContext

public IlpInstanceStyleContext(IlpContext context,
                               IlpStorageStyleIdentifier id,
                               ReferenceQueue q)
Deprecated. 
Creates a new style context based on the identifier information.

Method Detail

clone

public Object clone()
Deprecated. 
Returns a copy of this style context.

Overrides:
clone in class IlpStyleContext
Returns:
Copy of the style context.
Internal method or field: do not use!

equals

public boolean equals(Object other)
Deprecated. 
Tests IlpInstanceStyleContexts for equality.

Overrides:
equals in class IlpStyleContext
Parameters:
other - Object to test for equality with.
Returns:
Returns true if the contexts are the same, false otherwise.
Internal method or field: do not use!


Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.   . All Rights Reserved.