|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.cpl.style.IlpStyleContext
ilog.cpl.style.IlpInstanceStyleContext
public class IlpInstanceStyleContext
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.
| 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 java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IlpInstanceStyleContext(IlpObject bo,
ReferenceQueue q)
IlpObject.
bo - Business object.
public IlpInstanceStyleContext(IlpRepresentationObject ro,
ReferenceQueue q)
ro - Representation object.
public IlpInstanceStyleContext(IlpRepresentationObject ro,
IlpAttribute attr,
ReferenceQueue q)
ro - Representation object.attr - Attribute linked to the representation object.
public IlpInstanceStyleContext(IlpGraphicView graphicView,
ReferenceQueue q)
IlpGraphicView.
graphicView - Graphic view.
public IlpInstanceStyleContext(IlpContext context,
IlpStorageStyleIdentifier id,
ReferenceQueue q)
| Method Detail |
|---|
public Object clone()
clone in class IlpStyleContextpublic boolean equals(Object other)
IlpInstanceStyleContexts for equality.
equals in class IlpStyleContextother - Object to test for equality with.
true if the contexts are the same, false otherwise.
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||