public abstract class IlvGanttObjectInteractor extends IlvObjectInteractor
IlvGanttObjectInteractor
is the base class for object interactors
that can be set on Gantt sheet graphics and selections.Modifier | Constructor and Description |
---|---|
protected |
IlvGanttObjectInteractor()
Creates a new
IlvGanttObjectInteractor . |
Modifier and Type | Method and Description |
---|---|
IlvGanttModel |
getGanttModel()
While the interactor is processing an event, this
method returns the data model that the Gantt sheet is
currently displaying.
|
IlvGanttSheet |
getGanttSheet()
While the interactor is processing an event,
this method returns the Gantt sheet.
|
boolean |
processEvent(IlvGraphic obj,
AWTEvent event,
IlvObjectInteractorContext context)
Processes user input events.
|
protected abstract boolean |
processEventImpl(IlvGraphic obj,
AWTEvent event,
IlvObjectInteractorContext context)
Processes user input events.
|
Get, handleExpose, onEnter, onExit, Put
protected IlvGanttObjectInteractor()
IlvGanttObjectInteractor
.public final IlvGanttSheet getGanttSheet()
null
is
returned.public final IlvGanttModel getGanttModel()
null
is returned.protected abstract boolean processEventImpl(IlvGraphic obj, AWTEvent event, IlvObjectInteractorContext context)
obj
- The graphic object that the user is interacting with.event
- The input event.context
- The interactor context.public final boolean processEvent(IlvGraphic obj, AWTEvent event, IlvObjectInteractorContext context)
processEventImpl(ilog.views.IlvGraphic, java.awt.AWTEvent, ilog.views.IlvObjectInteractorContext)
instead of this method.processEvent
in class IlvObjectInteractor
obj
- The graphic object that the user is interacting with.event
- The input event.context
- The interactor context.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.