BioLegato 0.7.0 GDE Menu support plugin

org.biolegato.ezmenu.variables
Interface GDEVariable

All Known Implementing Classes:
GDEChoiceList, GDEChooser, GDEComboBox, GDEFileChooser, GDESlider, GDETempFile, GDETextField, GDEWidgetVariable

public interface GDEVariable

Abstract interface to relate widget variables and invisible variables (such as temporary files)

Author:
Graham Alvare

Method Summary
 java.lang.String getName()
          Returns the name of the variable.
 java.lang.Object getValue()
          Returns the value of the variable.
 

Method Detail

getName

java.lang.String getName()
Returns the name of the variable.

Returns:
the name of the variable

getValue

java.lang.Object getValue()
Returns the value of the variable.

Returns:
the value of the variable

BioLegato 0.7.0 GDE Menu support plugin

Copyright © 2008-2010 University of Manitoba.