toolTipText
or toolTipGraphic
. The
toolTipGraphic
property has priority.@Deprecated public class IltObjectInteractor extends IlvObjectInteractor
IlpObjectInteractor
,
Serialized FormConstructor and Description |
---|
IltObjectInteractor()
Deprecated.
Creates a new interactor with no specific interactor attached.
|
Modifier and Type | Method and Description |
---|---|
IltFocusInteractor |
getFocusInteractor()
Deprecated.
Returns the specific interactor for focus events.
|
IltJPopupMenuFactory |
getJPopupMenuFactory()
Deprecated.
Returns the pop-up menu factory.
|
IltKeyInteractor |
getKeyInteractor()
Deprecated.
Returns the specific interactor for key events.
|
IltMouseInteractor |
getMouseInteractor()
Deprecated.
Returns the specific interactor for mouse events.
|
IltMouseMotionInteractor |
getMouseMotionInteractor()
Deprecated.
Returns the specific interactor for mouse motion events.
|
IltPopupMenuFactory |
getPopupMenuFactory()
Deprecated.
Returns the pop-up menu factory.
|
boolean |
processEvent(IlvGraphic graphic,
AWTEvent event,
IlvObjectInteractorContext context)
Deprecated.
Processes the events.
|
protected boolean |
processFocusEvent(IlvGraphic graphic,
FocusEvent event,
IlvObjectInteractorContext context)
Deprecated.
Processes the focus events.
|
protected boolean |
processKeyEvent(IlvGraphic graphic,
KeyEvent event,
IlvObjectInteractorContext context)
Deprecated.
Processes the key events.
|
protected boolean |
processMouseEvent(IlvGraphic graphic,
MouseEvent event,
IlvObjectInteractorContext context)
Deprecated.
Processes the mouse events (except mouse moved and mouse dragged).
|
protected boolean |
processMouseMotionEvent(IlvGraphic graphic,
MouseEvent event,
IlvObjectInteractorContext context)
Deprecated.
Processes the mouse moved and mouse dragged events.
|
void |
setFocusInteractor(IltFocusInteractor focusInteractor)
Deprecated.
Sets the specific interactor for focus events.
|
void |
setJPopupMenuFactory(IltJPopupMenuFactory menuFactory)
Deprecated.
Sets the pop-up menu factory.
|
void |
setKeyInteractor(IltKeyInteractor keyInteractor)
Deprecated.
Sets the specific interactor for key events.
|
void |
setMouseInteractor(IltMouseInteractor mouseInteractor)
Deprecated.
Sets the specific interactor for mouse events.
|
void |
setMouseMotionInteractor(IltMouseMotionInteractor mouseMotionInteractor)
Deprecated.
Sets the specific interactor for mouse motion events.
|
void |
setPopupMenuFactory(IltPopupMenuFactory menuFactory)
Deprecated.
Sets the pop-up menu factory.
|
Get, handleExpose, onEnter, onExit, Put
public IltObjectInteractor()
public IltFocusInteractor getFocusInteractor()
public void setFocusInteractor(IltFocusInteractor focusInteractor)
public IltKeyInteractor getKeyInteractor()
public void setKeyInteractor(IltKeyInteractor keyInteractor)
public IltMouseInteractor getMouseInteractor()
public void setMouseInteractor(IltMouseInteractor mouseInteractor)
public IltMouseMotionInteractor getMouseMotionInteractor()
public void setMouseMotionInteractor(IltMouseMotionInteractor mouseMotionInteractor)
public IltPopupMenuFactory getPopupMenuFactory()
public void setPopupMenuFactory(IltPopupMenuFactory menuFactory)
public IltJPopupMenuFactory getJPopupMenuFactory()
public void setJPopupMenuFactory(IltJPopupMenuFactory menuFactory)
public boolean processEvent(IlvGraphic graphic, AWTEvent event, IlvObjectInteractorContext context)
processFocusEvent
, processKeyEvent
,
processMouseEvent
, processMouseMotionEvent
.processEvent
in class IlvObjectInteractor
graphic
- The graphic object.event
- The event to process.context
- The context in which the event occurred.true
if the event has been handledprotected boolean processFocusEvent(IlvGraphic graphic, FocusEvent event, IlvObjectInteractorContext context)
true
if the event has been handledprotected boolean processKeyEvent(IlvGraphic graphic, KeyEvent event, IlvObjectInteractorContext context)
true
if the event has been handledprotected boolean processMouseEvent(IlvGraphic graphic, MouseEvent event, IlvObjectInteractorContext context)
true
if the event has been handledprotected boolean processMouseMotionEvent(IlvGraphic graphic, MouseEvent event, IlvObjectInteractorContext context)
true
if the event has been handled© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.