|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IlpObjectInteractionContext
An object interaction context is used to store contextual information about the events that occur over a single object.
This object can be an IlpGraphic representing
an IlpRepresentationObject or directly an
IlpRepresentationObject.
IlpInteractionContext,
IlpGraphic,
IlpRepresentationObject| Method Summary | |
|---|---|
IlpAttribute |
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. |
IlpGraphic |
getGraphic()
Returns the graphic object on which the interaction occurs. |
IlpRepresentationObject |
getRepresentationObject()
Returns the representation object on which the interaction occurred. |
| Methods inherited from interface ilog.cpl.interactor.IlpInteractionContext |
|---|
getPosition, getView, reset, setPosition |
| Method Detail |
|---|
IlpGraphic getGraphic()
null if the representation object is not graphically
represented with an IlpGraphic.
IlpRepresentationObject getRepresentationObject()
IlpAttribute getAttribute()
null
if the event occurred on the object itself and not on a specific attribute
representation.
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||