Serialized Form


Package com.darwinsys.database

Class com.darwinsys.database.DataBaseException extends java.lang.RuntimeException implements Serializable

Class com.darwinsys.database.InsertException extends DataBaseException implements Serializable


Package com.darwinsys.jsptags

Class com.darwinsys.jsptags.BackRefTag extends TagSupport implements Serializable

Class com.darwinsys.jsptags.LoggedInRoleTag extends BodyTagSupport implements Serializable

Class com.darwinsys.jsptags.LoggedInTag extends BodyTagSupport implements Serializable

Class com.darwinsys.jsptags.LoggedInUserTag extends BodyTagSupport implements Serializable


Package com.darwinsys.lang

Class com.darwinsys.lang.StringFormat extends java.text.Format implements Serializable

Serialized Fields

just

int just
Current justification


maxChars

int maxChars
Current max length


Package com.darwinsys.swingui

Class com.darwinsys.swingui.ArrayListTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

columnNames

java.lang.String[] columnNames
List of column names, must be provided by subclass.


columnClasses

java.lang.Class[] columnClasses
List of column names, must be provided by subclass.


methods

java.util.ArrayList methods
The list of Method object


ROW_INVALID

int ROW_INVALID
for caching.


prevRow

int prevRow
for caching, shared by get/set ValueAt


current

java.lang.Object current
for caching, shared by get/set ValueAt

Class com.darwinsys.swingui.ArrayListTablePanel extends javax.swing.JPanel implements Serializable

Serialized Fields

list

java.util.ArrayList list
The list of objects we are viewing


objectClass

java.lang.Class objectClass
The kind of thing that is in the list.


model

ArrayListTableModel model
The JTable's data (model)


table

javax.swing.JTable table
The JTable itself

Class com.darwinsys.swingui.CalIcon extends javax.swing.JComponent implements Serializable

Serialized Fields

SIZE

int SIZE
The size shalle be 64x64.

See Also:
Constant Field Values

d

java.awt.Dimension d

RBW

int RBW
The size of the inner white box

See Also:
Constant Field Values

RBH

int RBH
The size of the inner white box

See Also:
Constant Field Values

RBX

int RBX
The x location of the inner box


RBY

int RBY
The y location of the inner box


myCal

java.util.Calendar myCal
Our Calendar


showTime

boolean showTime
True if user wants the time shown


clock

Clock clock
The Clock to show the time, if showTime


dayNumbFont

java.awt.Font dayNumbFont
Font for displaying the time


dayNumbFM

java.awt.FontMetrics dayNumbFM
FontMetrics for displaying the time


dayNameFont

java.awt.Font dayNameFont
Font for displaying the time


dayNameFM

java.awt.FontMetrics dayNameFM
FontMetrics for displaying the time


monNameFont

java.awt.Font monNameFont
Font for displaying the time


monNameFM

java.awt.FontMetrics monNameFM
FontMetrics for displaying the time


days

java.lang.String[] days
Days of the week


mons

java.lang.String[] mons

Class com.darwinsys.swingui.Clock extends javax.swing.JComponent implements Serializable

Serialized Fields

tflz

java.text.DecimalFormat tflz

tf

java.text.DecimalFormat tf

done

boolean done

Class com.darwinsys.swingui.ErrorUtil.DetailsDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

ok

javax.swing.JButton ok

text

javax.swing.JTextArea text

Class com.darwinsys.swingui.FilterGUI extends javax.swing.JComponent implements Serializable

Serialized Fields

addableList

javax.swing.JList addableList

addableListModel

FilterGUIListModel addableListModel

currentList

javax.swing.JList currentList

currentListModel

FilterGUIListModel currentListModel

Class com.darwinsys.swingui.FilterGUIListModel extends java.util.ArrayList implements Serializable

Serialized Fields

source

java.lang.Object source

listeners

java.util.ArrayList listeners

Class com.darwinsys.swingui.IntlAction extends javax.swing.AbstractAction implements Serializable

Class com.darwinsys.swingui.LabelText extends javax.swing.JPanel implements Serializable

Serialized Fields

theLabel

javax.swing.JLabel theLabel
The label component


theTextField

javax.swing.JTextField theTextField
The text field component


myFont

java.awt.Font myFont
The font to use

Class com.darwinsys.swingui.SimpleHelp extends javax.swing.JFrame implements Serializable

Serialized Fields

cp

java.awt.Container cp
The contentpane


help

javax.swing.JEditorPane help
The editorpane

Class com.darwinsys.swingui.Splash extends javax.swing.JWindow implements Serializable

Serialized Fields

im

javax.swing.ImageIcon im


Package com.darwinsys.swingui.layout

Class com.darwinsys.swingui.layout.ColumnLayout.Spacer extends java.awt.Component implements Serializable


Package com.darwinsys.util

Class com.darwinsys.util.FileProperties extends java.util.Properties implements Serializable

Serialized Fields

fileName

java.lang.String fileName
The name of the file this FileProperties represents.


exists

boolean exists
True if the file represented by fileName exists

Class com.darwinsys.util.ScaledNumberFormat extends java.text.Format implements Serializable

Serialized Fields

df

java.text.DecimalFormat df

units

int[] units
The numeric scale values. All three arrays must be in same order.



Copyright © 2000-2003 Ian F. Darwin. See license.html for usage license.