BioLegato 0.7.3 Core API

org.biolegato.core.menu
Class EZRunWindow

java.lang.Object
  extended by org.biolegato.core.menu.EZRunWindow

public class EZRunWindow
extends java.lang.Object

Author:
alvare

Field Summary
protected  javax.swing.JDialog runWindow
          The current window
protected  java.util.HashMap<java.lang.String,EZVariable> variableHash
          List of widgets for the window.
protected  java.util.Map<java.lang.String,java.lang.Object> variableMapList
          Variable list - used for updating variable status
 
Constructor Summary
EZRunWindow(java.util.Map<java.lang.String,java.lang.Object> programData)
          Creates a new instance of EZRunWindow
 
Method Summary
 void closeWindow()
           
 EZVariable createVariable(java.util.Map data)
          Used to create BioLegato variables.
 java.util.Map<java.lang.String,EZVariable> getVariableHash()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

variableMapList

protected java.util.Map<java.lang.String,java.lang.Object> variableMapList
Variable list - used for updating variable status


runWindow

protected javax.swing.JDialog runWindow
The current window


variableHash

protected java.util.HashMap<java.lang.String,EZVariable> variableHash
List of widgets for the window.

Constructor Detail

EZRunWindow

public EZRunWindow(java.util.Map<java.lang.String,java.lang.Object> programData)
Creates a new instance of EZRunWindow

Method Detail

closeWindow

public void closeWindow()

createVariable

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

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

getVariableHash

public java.util.Map<java.lang.String,EZVariable> getVariableHash()

BioLegato 0.7.3 Core API

Copyright © 2008-2010 University of Manitoba.