Serialized Form


Package jimmc.roots

Class jimmc.roots.ButtonAction implements Serializable

Class jimmc.roots.CheckBoxAction implements Serializable

Class jimmc.roots.ComboBoxAction implements Serializable

Class jimmc.roots.DatabaseView implements Serializable

Serialized Fields

model

DatabaseModel model
The database we are viewing.

selectWhatField

ComboBoxAction selectWhatField
The selection keyword entry field.

selectMatchField

ComboBoxAction selectMatchField
The selection match entry field.

selectTextField

TextAction selectTextField
The selection text entry field.

pathField

javax.swing.JLabel pathField
Where we display the path to the database.

recordCountField

javax.swing.JLabel recordCountField
Where we display the number of records in the database.

logField

ScrolledText logField
Where we record the log text to the screen.

Class jimmc.roots.JTextAreaWithPopup implements Serializable

Serialized Fields

popupMenu

java.awt.PopupMenu popupMenu
The popup menu to attach to this text area.

Class jimmc.roots.LayoutPanelWithPopup implements Serializable

Serialized Fields

popupMenu

java.awt.PopupMenu popupMenu
The popup menu to attach to this text area.

Class jimmc.roots.LayoutPopup implements Serializable

Serialized Fields

w

TextPopupListener w

selectMenu

MenuPush selectMenu

id

java.lang.String id

Class jimmc.roots.ListView implements Serializable

Serialized Fields

databaseModel

DatabaseModel databaseModel
Our database.

model

ListModel model
Our model.

countField

javax.swing.JLabel countField
Where we display the count of items in our list.

outputField

ScrolledText outputField
Where we display our more verbose output.

outputChoiceField

ComboBoxAction outputChoiceField
The output format choice.

includeKeysField

javax.swing.JCheckBox includeKeysField
The include-keys toggle.

Class jimmc.roots.MenuAction implements Serializable

Class jimmc.roots.MenuPush implements Serializable

Class jimmc.roots.RootsFrame implements Serializable

Class jimmc.roots.ScrolledLayout implements Serializable

Serialized Fields

requestedWidth

int requestedWidth

requestedHeight

int requestedHeight

layoutPanel

LayoutPanel layoutPanel
Our actual layout area.

Class jimmc.roots.ScrolledLayoutWithPopup implements Serializable

Class jimmc.roots.ScrolledText implements Serializable

Serialized Fields

requestedWidth

int requestedWidth

requestedHeight

int requestedHeight

textArea

javax.swing.JTextArea textArea
Our actual text area.

Class jimmc.roots.ScrolledTextWithPopup implements Serializable

Class jimmc.roots.SingleView implements Serializable

Serialized Fields

databaseModel

DatabaseModel databaseModel
Our database.

model

SingleModel model
Our model.

keyField

javax.swing.JLabel keyField
Where we display the key value for our record.

typeField

javax.swing.JLabel typeField
Where we display the type of our record.

summaryField

javax.swing.JLabel summaryField
Where we display the one-line summary of our record.

outputPanel

TextOrLayoutPanel outputPanel
Contains either the text panel or the layout panel.

outputChoiceField

javax.swing.JComboBox outputChoiceField
The output type currently selected.

includeKeysField

javax.swing.JCheckBox includeKeysField
The include-keys toggle.

Class jimmc.roots.TextAction implements Serializable

Class jimmc.roots.TextAreaWithPopup implements Serializable

Serialized Fields

popupMenu

java.awt.PopupMenu popupMenu
The popup menu to attach to this text area.

Class jimmc.roots.TextOrLayoutPanel implements Serializable

Serialized Fields

cardLayout

java.awt.CardLayout cardLayout
The awt layout for the panel.

textField

ScrolledText textField
Our text field.

layoutArea

ScrolledLayout layoutArea
Our layout field.

Class jimmc.roots.TextPopup implements Serializable

Serialized Fields

w

TextPopupListener w

selectMenu

MenuPush selectMenu

id

java.lang.String id


Package jimmc.treepar

Class jimmc.treepar.BoundsRectangle implements Serializable

Class jimmc.treepar.LayoutPanel implements Serializable

Serialized Fields

layout

Layout layout
Our layout.

layoutGraphics

LayoutGraphics layoutGraphics
The most recently used LayoutGraphics.