|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.views.IlvManagerViewInteractor
ilog.tgo.interactor.IltManagerViewDefaultInteractor
public class IltManagerViewDefaultInteractor
This interactor class performs the default reaction of a view when an event is received.
When no view interactor is installed, events are forwarded to the
manager. When a view interactor is installed, the events are only
forwarded to the IlvManagerViewInteractor instance,
which passes it to all its installed listeners, not to the manager.
This class permits mixing both types of behavior: events will be forwarded to both the installed listeners and to the manager.
| Constructor Summary | |
|---|---|
IltManagerViewDefaultInteractor()
Creates an new IltManagerViewDefaultInteractor. |
|
| Method Summary | |
|---|---|
protected void |
processFocusEvent(FocusEvent event)
Passes a focus event to both the listeners and the manager. |
protected void |
processKeyEvent(KeyEvent event)
Passes a key event to both the listeners and the manager. |
protected void |
processMouseEvent(MouseEvent event)
Passes a mouse event to both the listeners and the manager. |
protected void |
processMouseMotionEvent(MouseEvent event)
Passes a mouse motion event to both the listeners and the manager. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IltManagerViewDefaultInteractor()
| Method Detail |
|---|
protected void processFocusEvent(FocusEvent event)
processFocusEvent in class IlvManagerViewInteractorevent - The event.IlvManagerViewInteractor.addFocusListener(java.awt.event.FocusListener)protected void processKeyEvent(KeyEvent event)
processKeyEvent in class IlvManagerViewInteractorevent - The event.IlvManagerViewInteractor.addKeyListener(java.awt.event.KeyListener)protected void processMouseEvent(MouseEvent event)
processMouseEvent in class IlvManagerViewInteractorevent - The event.IlvManagerViewInteractor.addMouseListener(java.awt.event.MouseListener)protected void processMouseMotionEvent(MouseEvent event)
processMouseMotionEvent in class IlvManagerViewInteractorevent - The event.IlvManagerViewInteractor.addMouseMotionListener(java.awt.event.MouseMotionListener)
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||