|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uni_paderborn.fujaba.fsa.listener.ArrowMoveListener
This class implements the handling of Arrow-Keys for moving FSAObjects around. For each key_type event the selected objects are moved. Additionally each time the mouse is clicked on the pane, the class requests focus to receive the key events.
Method Summary | |
static ArrowMoveListener |
get()
No comment provided by developer, please add a comment to improve documentation. |
void |
keyPressed(java.awt.event.KeyEvent event)
All selected objects will be moved according to the cursor keys. |
void |
keyReleased(java.awt.event.KeyEvent event)
Nothing will be done on this event. |
void |
keyTyped(java.awt.event.KeyEvent event)
Nothing will be done on this event. |
void |
selectionChanged(SelectionEvent event)
No comment provided by developer, please add a comment to improve documentation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static ArrowMoveListener get()
public void keyTyped(java.awt.event.KeyEvent event)
keyTyped
in interface java.awt.event.KeyListener
event
- KeyEventpublic void keyPressed(java.awt.event.KeyEvent event)
keyPressed
in interface java.awt.event.KeyListener
event
- KeyEventpublic void keyReleased(java.awt.event.KeyEvent event)
keyReleased
in interface java.awt.event.KeyListener
event
- KeyEventpublic void selectionChanged(SelectionEvent event)
selectionChanged
in interface SelectionListener
event
- No description provided
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |