|
BioLegato 0.7.0 GDE Canvas plugin | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Package org.biolegato.gdesupport.canvas |
|---|
| Class org.biolegato.gdesupport.canvas.GDECanvas extends org.biolegato.core.plugintypes.DataCanvas implements Serializable |
|---|
serialVersionUID: 7526472295622776154L
| Serialized Fields |
|---|
boolean useNameList
GDEList nameList
GDETextArea dataCollector
javax.swing.JScrollPane dataPane
javax.swing.JScrollPane altDataPane
javax.swing.Box canvasPane
javax.swing.JSplitPane splitPane
GDECanvas canvasSelf
javax.swing.JLabel status
javax.swing.JLabel insertStatus
java.util.Stack<E> undoStack
Every time an event occurs within the BLTextArea that is undoable, an undo object is created and added to this stack. This allows one to undo performed SeqDoc actions. To undo an action, pop the top object off of the stack and call its undo method. This will perform the undo and the undo method will return a redo object. The resulting redo object can then be added to the redoStack stack.
java.util.Stack<E> redoStack
Every time an event is undone, a redo object is created and added to this stack. A redo object is essentially an undo object created to "undo an undo". To perform a redo, pop the top object off the stact and call its undo method. This will perform the redo and the undo method will return an undo object. The resulting undo object can then be added to the undoStack stack.
javax.swing.AbstractAction splitAction
javax.swing.AbstractAction joinAction
javax.swing.AbstractAction cutAction
javax.swing.AbstractAction copyAction
javax.swing.AbstractAction pasteAction
javax.swing.AbstractAction undoAction
javax.swing.AbstractAction redoAction
javax.swing.AbstractAction changeCaseAction
javax.swing.AbstractAction selectAllAction
javax.swing.AbstractAction groupAction
javax.swing.AbstractAction ungroupAction
javax.swing.JMenuItem selectByNameMenuItem
javax.swing.JMenuItem splitMenuItem
javax.swing.JMenuItem joinMenuItem
javax.swing.JMenuItem cutMenuItem
javax.swing.JMenuItem copyMenuItem
javax.swing.JMenuItem pasteMenuItem
javax.swing.JMenuItem undoMenuItem
javax.swing.JMenuItem redoMenuItem
javax.swing.JMenuItem changeCaseMenuItem
javax.swing.JMenuItem selectGroupMenuItem
javax.swing.JMenuItem selectAllMenuItem
javax.swing.JMenuItem groupMenuItem
javax.swing.JMenuItem ungroupMenuItem
javax.swing.JMenuItem getInfoMenuItem
GDECanvas gdeCanvasSelf
| Package org.biolegato.gdesupport.canvas.colourmask |
|---|
| Class org.biolegato.gdesupport.canvas.colourmask.ImportFileAction extends javax.swing.Box implements Serializable |
|---|
serialVersionUID: 7526472295622777037L
| Serialized Fields |
|---|
javax.swing.JDialog window
javax.swing.JComboBox combobox
| Package org.biolegato.gdesupport.canvas.list |
|---|
| Class org.biolegato.gdesupport.canvas.list.GDEList extends javax.swing.JList implements Serializable |
|---|
serialVersionUID: 7526472295622777009L
| Serialized Fields |
|---|
long lastClickTime
int lastClickEntry
GDEList listSelf
GDECanvas canvas
javax.swing.JPopupMenu popup
javax.swing.AbstractAction selectGroupAction
javax.swing.AbstractAction getInfoAction
javax.swing.JMenuItem deleteMenuItem
javax.swing.JMenuItem cutMenuItem
javax.swing.JMenuItem copyMenuItem
javax.swing.JMenuItem pasteMenuItem
javax.swing.JMenuItem selectAllMenuItem
javax.swing.AbstractAction selectByNameAction
| Class org.biolegato.gdesupport.canvas.list.GDESequenceWindow extends javax.swing.JDialog implements Serializable |
|---|
serialVersionUID: 7526472295622777013L
| Serialized Fields |
|---|
org.biolegato.core.data.sequence.Sequence[] sequences
javax.swing.JTextField name
javax.swing.JCheckBox protectAlignmentCB
javax.swing.JCheckBox protectAmbiguousCB
javax.swing.JCheckBox protectUnambiguousCB
javax.swing.JComboBox type
javax.swing.JComboBox direction
javax.swing.JComboBox topology
javax.swing.JComboBox strandedness
ImportFileAction mask
| Class org.biolegato.gdesupport.canvas.list.SelectByNameWindow extends javax.swing.JDialog implements Serializable |
|---|
serialVersionUID: 7526472295622776150L
| Serialized Fields |
|---|
javax.swing.JList list
javax.swing.JTextField nameSelector
javax.swing.JButton selectButton
javax.swing.JButton deselectButton
javax.swing.JButton closeButton
| Package org.biolegato.gdesupport.canvas.textarea |
|---|
| Class org.biolegato.gdesupport.canvas.textarea.BLComponent extends javax.swing.JComponent implements Serializable |
|---|
| Serialized Fields |
|---|
int rowHeight
int columnWidth
| Class org.biolegato.gdesupport.canvas.textarea.BLTextArea extends BLComponent implements Serializable |
|---|
serialVersionUID: 7526472295622777004L
| Serialized Fields |
|---|
boolean insertMode
boolean selectionMove
boolean selectionMouse
int row
int column
int sx1
int sy1
int sx2
int sy2
ColourMap normalMap
ColourMap greyedOutMap
ColourMap currentMap
javax.swing.JPopupMenu popup
java.util.LinkedList<E> cursorListeners
java.util.LinkedList<E> modeListeners
java.awt.Color invalidzone
BLTextArea blTextAreaSelf
| Class org.biolegato.gdesupport.canvas.textarea.GDETextArea extends BLTextArea implements Serializable |
|---|
serialVersionUID: 7526472295622777017L
| Class org.biolegato.gdesupport.canvas.textarea.UndoableGDETextArea extends GDETextArea implements Serializable |
|---|
serialVersionUID: 7526472295622777017L
| Serialized Fields |
|---|
GDECanvas canvas
UndoableGDETextArea ugdeTextAreaSelf
|
BioLegato 0.7.0 GDE Canvas plugin | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||