Serialized Form
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.
popupMenu
java.awt.PopupMenu popupMenu
- The popup menu to attach to this text area.
popupMenu
java.awt.PopupMenu popupMenu
- The popup menu to attach to this text area.
w
TextPopupListener w
selectMenu
MenuPush selectMenu
id
java.lang.String id
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.
requestedWidth
int requestedWidth
requestedHeight
int requestedHeight
layoutPanel
LayoutPanel layoutPanel
- Our actual layout area.
requestedWidth
int requestedWidth
requestedHeight
int requestedHeight
textArea
javax.swing.JTextArea textArea
- Our actual text area.
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.
popupMenu
java.awt.PopupMenu popupMenu
- The popup menu to attach to this text area.
cardLayout
java.awt.CardLayout cardLayout
- The awt layout for the panel.
textField
ScrolledText textField
- Our text field.
layoutArea
ScrolledLayout layoutArea
- Our layout field.
w
TextPopupListener w
selectMenu
MenuPush selectMenu
id
java.lang.String id
layout
Layout layout
- Our layout.
layoutGraphics
LayoutGraphics layoutGraphics
- The most recently used LayoutGraphics.