|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.views.IlvObjectInteractor
ilog.views.graphic.IlvGraphicSet.DelegateObjectInteractor
public static class IlvGraphicSet.DelegateObjectInteractor
A delegating interactor for IlvGraphicSet objects.
Use this interactor as object interactor of the graphic set if any of
the contained objects have object interactors. The delegating interactor
forwards all events to the object interactor of the designated subobject.
This interactor is not installed by default. You can call
IlvGraphic.setObjectInteractor(ilog.views.IlvObjectInteractor) to install it.
IlvGraphic.setObjectInteractor(ilog.views.IlvObjectInteractor),
Serialized Form| Constructor Summary | |
|---|---|
IlvGraphicSet.DelegateObjectInteractor()
Creates an instance of this interactor. |
|
| Method Summary | |
|---|---|
void |
handleExpose(IlvGraphic object,
Graphics g,
IlvObjectInteractorContext context)
Called by the view when the view is drawn. |
boolean |
processEvent(IlvGraphic object,
AWTEvent event,
IlvObjectInteractorContext context)
Processes the events. |
| Methods inherited from class ilog.views.IlvObjectInteractor |
|---|
Get, onEnter, onExit, Put |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IlvGraphicSet.DelegateObjectInteractor()
| Method Detail |
|---|
public boolean processEvent(IlvGraphic object,
AWTEvent event,
IlvObjectInteractorContext context)
processEvent in class IlvObjectInteractorobject - The graphic object.event - The event to process.context - The context in which the event occurred.
true if the event was handled
by this processEvent invocation,
false otherwise.
public void handleExpose(IlvGraphic object,
Graphics g,
IlvObjectInteractorContext context)
handleExpose in class IlvObjectInteractorobject - The graphic object to which the object interactor is associated.g - The Graphics where obj is drawn.context - The interactor context.
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||