|
GoGraph |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--javax.swing.AbstractAction
|
+--gograph.actions.go.SwitchExecAction
|
+--gograph.actions.algo.AlgoSelectAction
Select an algorithm for execution after another algorithm as already been selected.
| Field Summary |
| Fields inherited from class gograph.actions.go.SwitchExecAction |
editorGraph, execGraph, gograph |
| Fields inherited from class javax.swing.AbstractAction |
changeSupport, enabled |
| Fields inherited from interface javax.swing.Action |
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON |
| Constructor Summary | |
AlgoSelectAction(GoGraph gograph,
GGGraph editorGraph,
GGGraph execGraph)
Creates a new instance of AlgoSelectAction. |
|
| Method Summary | |
java.lang.String |
selectAlgo()
Allows selection of an algorithm for execution. |
| Methods inherited from class gograph.actions.go.SwitchExecAction |
actionPerformed |
| Methods inherited from class javax.swing.AbstractAction |
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AlgoSelectAction(GoGraph gograph,
GGGraph editorGraph,
GGGraph execGraph)
editorGraph - Current graph in edition panel.execGraph - Current graph in execution panel.gograph - Access back to GoGraph panel.| Method Detail |
public java.lang.String selectAlgo()
selectAlgo in class SwitchExecAction
|
GoGraph |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||