BioLegato 0.7.0 GDE Menu support plugin

Serialized Form


Package org.biolegato.ezmenu

Class org.biolegato.ezmenu.ActionThread extends javax.swing.AbstractAction implements Serializable

serialVersionUID: 7526472295622777001L

Serialized Fields

run

java.lang.Runnable run
The action to perform.


Package org.biolegato.ezmenu.variables

Class org.biolegato.ezmenu.variables.GDEChoiceList extends GDEWidgetVariable implements Serializable

serialVersionUID: 7526472295622776158L

Serialized Fields

choices

java.util.HashMap<K,V> choices
The list of choices


choice_list

javax.swing.JList choice_list
The combobox contianing the data.

Class org.biolegato.ezmenu.variables.GDEChooser extends GDEWidgetVariable implements Serializable

serialVersionUID: 7526472295622776152L

Serialized Fields

value

java.lang.String value
Stores the current value selected by the chooser.

Class org.biolegato.ezmenu.variables.GDEComboBox extends GDEWidgetVariable implements Serializable

serialVersionUID: 7526472295622776158L

Serialized Fields

choices

java.util.HashMap<K,V> choices
The list of choices


combobox

javax.swing.JComboBox combobox
The combobox contianing the data


comboboxUI

javax.swing.plaf.basic.BasicComboBoxUI comboboxUI
The UI to enable scrolling of the JComboBox.

Class org.biolegato.ezmenu.variables.GDEFileChooser extends GDETextField implements Serializable

Class org.biolegato.ezmenu.variables.GDESlider extends GDEWidgetVariable implements Serializable

serialVersionUID: 7526472295622776161L

Serialized Fields

slider

javax.swing.JSlider slider
The slider portion of the number selector widget.


spinner

javax.swing.JSpinner spinner
The slider portion of the number selector widget.

Class org.biolegato.ezmenu.variables.GDETextField extends GDEWidgetVariable implements Serializable

serialVersionUID: 7526472295622776159L

Serialized Fields

textfield

javax.swing.JTextField textfield
The textfield for obtaining the data

Class org.biolegato.ezmenu.variables.GDEWidgetVariable extends javax.swing.Box implements Serializable

Serialized Fields

name

java.lang.String name
the name of the widget


BioLegato 0.7.0 GDE Menu support plugin

Copyright © 2008-2010 University of Manitoba.