BioLegato 0.7.0 GDE Menu support plugin

org.biolegato.ezmenu
Class EZRunWindow

java.lang.Object
  extended by org.biolegato.ezmenu.EZRunWindow
All Implemented Interfaces:
java.lang.Runnable

public class EZRunWindow
extends java.lang.Object
implements java.lang.Runnable

Author:
alvare

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

EZRunWindow

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)
Creates a new instance of EZRunWindow

Method Detail

run

public void run()
Used for running the command.

This function gathers all of the parameter settings from the widgets in the window, then generates and executes the corresponding command string.

Specified by:
run in interface java.lang.Runnable

createVariable

public static final GDEVariable createVariable(java.util.Map data)
Used to create BioLegato variables.

Parameters:
data - the data to create the variable with
Returns:
the crated variable

BioLegato 0.7.0 GDE Menu support plugin

Copyright © 2008-2010 University of Manitoba.