Serialized Form


Package <Unnamed>

Class FinchAction extends java.lang.Object implements Serializable

serialVersionUID: 1138L

Serialized Fields

name

java.lang.String name

priority

int priority

Class FinchActionDialog extends FinchActionDialogAbstract implements Serializable

Class FinchActionDialogAbstract extends javax.swing.JDialog implements Serializable

Serialized Fields

aComboBox

javax.swing.JComboBox aComboBox

lComboBox

javax.swing.JLabel lComboBox

pComboBox

javax.swing.JPanel pComboBox

aName

javax.swing.JTextField aName

lName

javax.swing.JLabel lName

pName

javax.swing.JPanel pName

sPriority

javax.swing.JSlider sPriority

lPriority

javax.swing.JLabel lPriority

pPriority

javax.swing.JPanel pPriority

sDuration

javax.swing.JSlider sDuration

lDuration

javax.swing.JLabel lDuration

pDuration

javax.swing.JPanel pDuration

jpButtons

javax.swing.JPanel jpButtons

jbtOK

javax.swing.JButton jbtOK

jbtCancel

javax.swing.JButton jbtCancel

action

FinchAction action

noseColor

java.awt.Color noseColor

Class FinchActionList extends java.util.LinkedList<FinchAction> implements Serializable

serialVersionUID: 1138L

Class FinchFrame extends FinchFrameAbstract implements Serializable

Serialized Fields

buttonExecuteReverse

javax.swing.JButton buttonExecuteReverse

buttonDelete

javax.swing.JButton buttonDelete

Class FinchFrameAbstract extends javax.swing.JFrame implements Serializable

Serialized Fields

finchModel

FinchModelAbstract finchModel
Reference to the FinchData structure.


menuBar

javax.swing.JMenuBar menuBar
Menu bar


fileMenu

javax.swing.JMenu fileMenu
The file menu


jmiLoadTextFile

javax.swing.JMenuItem jmiLoadTextFile

jmiIntersectBinaryFile

javax.swing.JMenuItem jmiIntersectBinaryFile

jmiLoadBinaryFile

javax.swing.JMenuItem jmiLoadBinaryFile

jmiUnionBinaryFile

javax.swing.JMenuItem jmiUnionBinaryFile

jmiSaveBinaryFile

javax.swing.JMenuItem jmiSaveBinaryFile

jmiExit

javax.swing.JMenuItem jmiExit

topPanel

javax.swing.JPanel topPanel
Top Panel


filterPanel

javax.swing.JPanel filterPanel

executePanel

javax.swing.JPanel executePanel

filterLabel

javax.swing.JLabel filterLabel

filterName

javax.swing.JTextField filterName

buttonClear

javax.swing.JButton buttonClear

buttonExecute

javax.swing.JButton buttonExecute

actionPanel

javax.swing.JPanel actionPanel
Right-hand-side panel


buttonNew

javax.swing.JButton buttonNew

buttonEdit

javax.swing.JButton buttonEdit

jList

javax.swing.JList jList
Center panel: Action List


jPane

javax.swing.JScrollPane jPane

closeFlag

boolean closeFlag
Set to true if the program is to continue running. False will force the program to quit.


dialog

FinchActionDialogAbstract dialog
A reference to the associated action edit dialog box

Class FinchMove extends FinchTimedAction implements Serializable

Serialized Fields

distanceLeft

double distanceLeft

distanceRight

double distanceRight

Class FinchTimedAction extends FinchAction implements Serializable

Serialized Fields

duration

int duration