Serialized Form
|
Package org.biolegato.ezmenu |
serialVersionUID: 7526472295622777001L
run
java.lang.Runnable run
- The action to perform.
|
Package org.biolegato.ezmenu.variables |
serialVersionUID: 7526472295622776158L
choices
java.util.HashMap<K,V> choices
- The list of choices
choice_list
javax.swing.JList choice_list
- The combobox contianing the data.
serialVersionUID: 7526472295622776152L
value
java.lang.String value
- Stores the current value selected by the chooser.
serialVersionUID: 7526472295622776158L
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.
serialVersionUID: 7526472295622776161L
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.
serialVersionUID: 7526472295622776159L
textfield
javax.swing.JTextField textfield
- The textfield for obtaining the data
name
java.lang.String name
- the name of the widget
Copyright © 2008-2010 University of Manitoba.