Serialized Form
|
Package org.biolegato.core.data.sequence |
serialVersionUID: 7526472295622777024L
listeners
java.util.LinkedList<E> listeners
- This linked list stores all sequence listeners
|
Package org.biolegato.core.main |
serialVersionUID: 7526472295622776147L
properties
BLProperties properties
- Stores the properties for BioLegato. See BLProperties for a list of properties intrinsic to BioLegato.
mainSeqDoc
SeqDoc mainSeqDoc
- The main data container for BioLegato. This stores all data and sequences used by the program.
clipboard
Sequence[] clipboard
- Global clipboard used for copy, cut, and paste
canvasPane
javax.swing.JTabbedPane canvasPane
- The tab pane storing all of the canvases.
This is stored so as to be able to get the current canvas for retrieving
the current data selection.
menuHeadings
java.util.Hashtable<K,V> menuHeadings
- Stores all of the menu headings in BioLegato's main window.
This hashtable is used to add menu items to BioLegato's menu headings.
The key of the hashtable corresponds to the label of the menu heading.
The value of the hashtable is the menu heading's object.
|
Package org.biolegato.core.plugintypes |
program
BLMain program
- The program window to use to obtain program data from.
|
Package org.biolegato.core.properties |
serialVersionUID: 7526472295622776168L
propertiesListeners
java.util.Hashtable<K,V> propertiesListeners
- The list of all properties change listeners.
serialVersionUID: 7526472295622777010L
propertyKey
java.lang.String propertyKey
- The key in ther properties hashtable that corresponds to the widget.
properties
BLProperties properties
- The BLProperties object to associate the widget to.
serialVersionUID: 7526472295622777036L
spinner
javax.swing.JSpinner spinner
- The JSpinner object to set the value with.
propertyKey
java.lang.String propertyKey
- The key in ther properties hashtable that corresponds to the widget.
properties
BLProperties properties
- The BLProperties object to associate the widget to.
Copyright © 2008-2009 University of Manitoba.