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.
commandTextField
JsTextField commandTextField
- The command text entry field.
selectTextField
JsTextField selectTextField
- The selection text entry field.
searchButton
ButtonAction searchButton
- The Search button.
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
PolyModel model
- Our model.
listInfoArea
java.awt.Component listInfoArea
- The box with info about a list of records.
recordInfoArea
java.awt.Component recordInfoArea
- The box with info about one record.
selectionArea
java.awt.Component selectionArea
- The box with the select buttons.
countField
javax.swing.JLabel countField
- Where we display the count of items in our list when > 1.
keyField
javax.swing.JLabel keyField
- Where we display the key value for our record when one record.
typeField
javax.swing.JLabel typeField
- Where we display the type of our record when one record.
summaryField
javax.swing.JLabel summaryField
- Where we display the one-line summary of our record when one.
selectionOpField
ComboBoxAction selectionOpField
- What to do with the selections from the selection buttons.
selectionHistory
java.util.Vector selectionHistory
- The selection history.
selectionHistoryIndex
int selectionHistoryIndex
- The index of the currently displayed selection in
the selection history.
selectBackMenuItem
MenuAction selectBackMenuItem
- The Select Back menu item.
selectForwardMenuItem
MenuAction selectForwardMenuItem
- The Select Forward menu item.
outputPanel
TextOrLayoutPanel outputPanel
- Contains either the text panel or the layout panel.
outputChoiceField
ComboBoxAction outputChoiceField
- The output type currently selected.
includeKeysField
javax.swing.JCheckBox includeKeysField
- The include-keys toggle.
outputScaleField
ComboBoxAction outputScaleField
- The scale currently selected.
windowId
int windowId
- The ID number for this Poly window.
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.
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.
showingLayout
boolean showingLayout
- True if we are currently showing the layoutArea.
textField
ScrolledText textField
- Our text field.
layoutArea
ScrolledLayout layoutArea
- Our layout field.
w
TextPopupListener w
selectMenu
MenuPush selectMenu
id
java.lang.String id
exceptionHandler
ExceptionHandler exceptionHandler
- An exception handler.
exceptionHandler
ExceptionHandler exceptionHandler
- An exception handler.
exceptionHandler
ExceptionHandler exceptionHandler
- An exception handler.
res
ResourceSource res
- Our resource source for error messages.
values
java.lang.Object[] values
- Our values, if different from the displayed value.
res
ResourceSource res
- Our resource source.
editor
javax.swing.JEditorPane editor
- The editor panel.
history
LimitedList history
- Our history.
historyPosition
int historyPosition
- The index of the currently displayed item.
currentUrl
java.lang.String currentUrl
- The location of the currently displayed page, or null
if we are displaying an internal string.
valueIsInt
boolean valueIsInt
- True if we were set with an Integer value.
res
ResourceSource res
- Our resource source.
sorter
TableSorter sorter
- Our sorter.
frame
JsFrame frame
- Our frame, if set by a call to
JsTable.setFrame(jimmc.swing.JsFrame)
.
dateFormat
java.text.SimpleDateFormat dateFormat
- Our parsing format for dates.
timestampFormat
java.text.SimpleDateFormat timestampFormat
- Parsing format for timestamps.
exceptionHandler
ExceptionHandler exceptionHandler
- An exception handler.
frame
JsFrame frame
- Our containing frame.
res
ResourceSource res
- Our resource source.
textArea
javax.swing.JTextArea textArea
- The text area.
printable
java.awt.print.Printable printable
- Our Printable.
page
java.awt.print.PageFormat page
- Our page format.
forceZeroMargins
boolean forceZeroMargins
- True to force use of the whole page, with no margins.
pageImager
javax.swing.JPanel pageImager
- Where we display a page.
pageIndex
int pageIndex
- The current page.
pageLabel
javax.swing.JLabel pageLabel
- Page number display.
previousButton
ButtonAction previousButton
- The Previous button.
nextButton
ButtonAction nextButton
- The Next button.
pageStatus
int pageStatus
- Status of the print of the last page.
pageCount
int pageCount
- The total number of pages.
header
boolean header
- True if this renderer is being used for a header.
highlight
boolean highlight
- True to highlight this cell.
sortColumn
int sortColumn
- The column number of the sorting column.
sortAscending
boolean sortAscending
- True if the sort column is for an ascending sort,
false if for a descending sort.
model
javax.swing.table.TableModel model
indexes
int[] indexes
sortingColumns
java.util.Vector sortingColumns
ascending
boolean ascending
compares
int compares
sortedExtraRows
java.lang.Object[][] sortedExtraRows
unsortedExtraRows
java.lang.Object[][] unsortedExtraRows
layout
Layout layout
- Our layout.
layoutGraphics
LayoutGraphics layoutGraphics
- The most recently used LayoutGraphics.
scale
double scale
- The scale to use when displaying our layout.
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
date
java.util.Date date
- Our date.
precision
int precision
- The precision of our date.
dateFormat
java.text.SimpleDateFormat dateFormat
- The format for this instance.
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
duration
java.math.BigDecimal duration
- Our value.
fractionPrecision
int fractionPrecision
- The number of fractional digits to display.
limit
int limit
- The current maximum size of the list.
throwable
java.lang.Throwable throwable
- The throwable (exception) we are wrapping.
message
java.lang.String message
- Our additional message string.