BioLegato 0.5.8

Serialized Form


Package org.biolegato.core.data.sequence

Class org.biolegato.core.data.sequence.Sequence extends java.util.Hashtable<java.lang.String,java.lang.Object> implements Serializable

serialVersionUID: 7526472295622777024L

Serialized Fields

listeners

java.util.LinkedList<E> listeners
This linked list stores all sequence listeners


Package org.biolegato.core.main

Class org.biolegato.core.main.BLMain extends javax.swing.JFrame implements Serializable

serialVersionUID: 7526472295622776147L

Serialized Fields

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

Class org.biolegato.core.plugintypes.DataCanvas extends javax.swing.Box implements Serializable

Serialized Fields

program

BLMain program
The program window to use to obtain program data from.


Package org.biolegato.core.properties

Class org.biolegato.core.properties.BLProperties extends java.util.Properties implements Serializable

serialVersionUID: 7526472295622776168L

Serialized Fields

propertiesListeners

java.util.Hashtable<K,V> propertiesListeners
The list of all properties change listeners.

Class org.biolegato.core.properties.PropertiesCheckbox extends javax.swing.JCheckBox implements Serializable

serialVersionUID: 7526472295622777010L

Serialized Fields

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.

Class org.biolegato.core.properties.PropertiesNumber extends javax.swing.Box implements Serializable

serialVersionUID: 7526472295622777036L

Serialized Fields

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.


BioLegato 0.5.8

Copyright © 2008-2009 University of Manitoba.