Serialized Form
|
Package org.biolegato.core.data.sequence |
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.
The current properties registered are:
| Property | Used internally | Description |
| debug | Yes | determines whether or not to display debug information |
| plugins | Yes | sets the plugin directory |
| temp | Yes | sets the temporary files directory |
| shell.name | Yes | determines the shell to execute |
| shell.parameter | Yes | determines the parameter for directing the shell to execute a command |
| user.properties | Yes | determines whether or not to read the user's propery files (located in the user's home directory |
| user.properties | Yes | determines whether or not to read the user's plugin files (located in the user's home directory |
| default.canvas | Yes | | determines the default canvas to show on startup
| default.fileformat | Yes | | determines the default file format for open/save dialogs
| default.fontsize | Yes | | determines the default font size for objects in BioLegato
| default.sequencename | No | determines the name of new GDE sequences |
| GDE.menu | No | determines whether or not to read the GDE menu files (backwards compatibility mode) |
| GDE.help.viewer | No | determines which file to feed the help file to |
| GDE.help.path | No | the location to search for the help files |
mainSeqDoc
SeqDoc mainSeqDoc
- The main data container for BioLegato.
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.
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
ProgramWindow program
- The window to use to obtain data from
|
Package org.biolegato.core.properties |
serialVersionUID: 7526472295622776168L
propertiesListeners
java.util.Hashtable<K,V> propertiesListeners
- The list of all properties change listeners.
propertyKey
java.lang.String propertyKey
properties
BLProperties properties
serialVersionUID: 7526472295622777036L
spinner
javax.swing.JSpinner spinner
propertyKey
java.lang.String propertyKey
properties
BLProperties properties
Copyright © 2008-2009 University of Manitoba.