public static class IlpManagerView.DeafManagerViewInteractor extends IlvManagerViewInteractor
Note: This class is for internal use only.
Constructor and Description |
---|
DeafManagerViewInteractor() |
Modifier and Type | Method and Description |
---|---|
protected void |
processEvent(AWTEvent event)
Processes the events.
|
addFocusListener, addKeyListener, addMouseListener, addMouseMotionListener, allowEnsureVisible, allowEnsureVisible, attach, detach, disableEvents, drawGhost, drawGhost, enableEvents, ensureVisible, ensureVisible, getManager, getManagerView, getTransformer, handleExpose, isXORGhost, processFocusEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, removeFocusListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, setXORGhost
protected void processEvent(AWTEvent event)
IlvManagerViewInteractor
processMouseMotionEvent
, processMouseEvent
,
processKeyEvent
, processFocusEvent
.
Note that the methods will be called only if a listener has been added
for the type of event or if the handling of the event has been enabled
with enableEvents
.processEvent
in class IlvManagerViewInteractor
event
- The event.IlvManagerViewInteractor.processMouseMotionEvent(java.awt.event.MouseEvent)
,
IlvManagerViewInteractor.processMouseEvent(java.awt.event.MouseEvent)
,
IlvManagerViewInteractor.processKeyEvent(java.awt.event.KeyEvent)
,
IlvManagerViewInteractor.processFocusEvent(java.awt.event.FocusEvent)
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.