|
|||||||||||
| 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.
| Field Summary | |
private static org.apache.log4j.Logger |
log
log4j logging |
private static ArrowMoveListener |
singleton
No comment provided by developer, please add a comment to improve documentation. |
| Constructor Summary | |
private |
ArrowMoveListener()
Constructor for class ArrowMoveListener |
| 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 |
| Field Detail |
private static final transient org.apache.log4j.Logger log
private static ArrowMoveListener singleton
| Constructor Detail |
private ArrowMoveListener()
| Method Detail |
public static ArrowMoveListener get()
public void keyTyped(java.awt.event.KeyEvent event)
keyTyped in interface java.awt.event.KeyListenerevent - KeyEventpublic void keyPressed(java.awt.event.KeyEvent event)
keyPressed in interface java.awt.event.KeyListenerevent - KeyEventpublic void keyReleased(java.awt.event.KeyEvent event)
keyReleased in interface java.awt.event.KeyListenerevent - KeyEventpublic void selectionChanged(SelectionEvent event)
selectionChanged in interface SelectionListenerevent - No description provided
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||