|
BioLegato 0.7.0 GDE Menu support plugin | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.biolegato.ezmenu.EZRunWindow
public class EZRunWindow
| Constructor Summary | |
|---|---|
EZRunWindow(java.lang.String name,
java.lang.String command,
javax.swing.Action[] buttons,
java.util.LinkedList<java.util.Map<java.lang.String,java.lang.Object>> variables)
Creates a new instance of EZRunWindow |
|
| Method Summary | |
|---|---|
static GDEVariable |
createVariable(java.util.Map data)
Used to create BioLegato variables. |
void |
run()
Used for running the command. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EZRunWindow(java.lang.String name,
java.lang.String command,
javax.swing.Action[] buttons,
java.util.LinkedList<java.util.Map<java.lang.String,java.lang.Object>> variables)
| Method Detail |
|---|
public void run()
This function gathers all of the parameter settings from the widgets in the window, then generates and executes the corresponding command string.
run in interface java.lang.Runnablepublic static final GDEVariable createVariable(java.util.Map data)
data - the data to create the variable with
|
BioLegato 0.7.0 GDE Menu support plugin | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||