|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ShortcutManager
Utility to centralise the shortcuts and actions for all view instances.
Method Summary | |
---|---|
void |
init(GraphicGraph graph,
View view)
Make the manager active on the given graph and view. |
void |
release()
Release the links between this manager and the view and the graph. |
Methods inherited from interface java.awt.event.KeyListener |
---|
keyPressed, keyReleased, keyTyped |
Method Detail |
---|
void init(GraphicGraph graph, View view)
graph
- The graph to control.view
- The view to control.void release()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |