Serialized Form


Package jimmc.roots

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.

commandTextField

JsTextField commandTextField
The command text entry field.

selectTextField

JsTextField 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.MenuPush implements Serializable

Class jimmc.roots.PolyView implements Serializable

Serialized Fields

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.

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.

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.

windowId

int windowId
The ID number for this Poly window.

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.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.

showingLayout

boolean showingLayout
True if we are currently showing the layoutArea.

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.swing

Class jimmc.swing.ButtonAction implements Serializable

Serialized Fields

exceptionHandler

ExceptionHandler exceptionHandler
An exception handler.

Class jimmc.swing.CheckBoxAction implements Serializable

Serialized Fields

exceptionHandler

ExceptionHandler exceptionHandler
An exception handler.

Class jimmc.swing.ComboBoxAction implements Serializable

Serialized Fields

res

ResourceSource res
Our resource source for error messages.

values

java.lang.Object[] values
Our values, if different from the displayed value.

Class jimmc.swing.HtmlPanel implements Serializable

Serialized Fields

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.

Class jimmc.swing.IqSplitPane implements Serializable

Class jimmc.swing.JsDateSpecField implements Serializable

Class jimmc.swing.JsDurationField implements Serializable

Serialized Fields

valueIsInt

boolean valueIsInt
True if we were set with an Integer value.

Class jimmc.swing.JsFrame implements Serializable

Serialized Fields

res

ResourceSource res
Our resource source.

Class jimmc.swing.JsIntegerField implements Serializable

Class jimmc.swing.JsTable implements Serializable

Serialized Fields

sorter

TableSorter sorter
Our sorter.

frame

JsFrame frame
Our frame, if set by a call to JsTable.setFrame(jimmc.swing.JsFrame).

Class jimmc.swing.JsTextField implements Serializable

Class jimmc.swing.JsTimestampField implements Serializable

Serialized Fields

dateFormat

java.text.SimpleDateFormat dateFormat
Our parsing format for dates.

timestampFormat

java.text.SimpleDateFormat timestampFormat
Parsing format for timestamps.

Class jimmc.swing.MenuAction implements Serializable

Serialized Fields

exceptionHandler

ExceptionHandler exceptionHandler
An exception handler.

Class jimmc.swing.MessagePanel implements Serializable

Serialized Fields

frame

JsFrame frame
Our containing frame.

res

ResourceSource res
Our resource source.

textArea

javax.swing.JTextArea textArea
The text area.

Class jimmc.swing.PrintPreviewer implements Serializable

Serialized Fields

printable

java.awt.print.Printable printable
Our Printable.

page

java.awt.print.PageFormat page
Our page format.

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.

Class jimmc.swing.TableHighlightRenderer implements Serializable

Serialized Fields

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.

Class jimmc.swing.TableMap implements Serializable

Serialized Fields

model

javax.swing.table.TableModel model

Class jimmc.swing.TableSorter implements Serializable

Serialized Fields

indexes

int[] indexes

sortingColumns

java.util.Vector sortingColumns

ascending

boolean ascending

compares

int compares

sortedExtraRows

java.lang.Object[][] sortedExtraRows

unsortedExtraRows

java.lang.Object[][] unsortedExtraRows


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.


Package jimmc.util

Class jimmc.util.DateSpec implements Serializable

Serialization Methods

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
Serialized Fields

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.

Class jimmc.util.Duration implements Serializable

Serialization Methods

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
Serialized Fields

duration

java.math.BigDecimal duration
Our value.

fractionPrecision

int fractionPrecision
The number of fractional digits to display.

Class jimmc.util.LimitedList implements Serializable

Serialized Fields

limit

int limit
The current maximum size of the list.

Class jimmc.util.MoreException implements Serializable

Serialized Fields

throwable

java.lang.Throwable throwable
The throwable (exception) we are wrapping.

message

java.lang.String message
Our additional message string.

Class jimmc.util.UserException implements Serializable