ilog.cpl.graphic.views
Class IlpManagerView.DeafManagerViewInteractor
java.lang.Object
ilog.views.IlvManagerViewInteractor
ilog.cpl.graphic.views.IlpManagerView.DeafManagerViewInteractor
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- IlpManagerView
public static class IlpManagerView.DeafManagerViewInteractor
- extends IlvManagerViewInteractor
A manager view interactor that doesn't react to any event.
- See Also:
- Serialized Form
| Methods inherited from class ilog.views.IlvManagerViewInteractor |
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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IlpManagerView.DeafManagerViewInteractor
public IlpManagerView.DeafManagerViewInteractor()
processEvent
protected void processEvent(AWTEvent event)
- Description copied from class:
IlvManagerViewInteractor
- Processes the events.
This method calls the following methods depending on the event type:
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.
- Overrides:
processEvent in class IlvManagerViewInteractor
- Parameters:
event - The event.- See Also:
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 © 1996-2007 ILOG S.A. All rights reserved. Documentation homepage. . All Rights Reserved.