Serialized Form


Package com.darwinsys.database

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

serialVersionUID: 3257572810388681269L

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

serialVersionUID: 3835151761840287795L


Package com.darwinsys.jsptags

Class com.darwinsys.jsptags.BackRefTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: 3689065140741748793L

Serialized Fields

surroundingtag

java.lang.String surroundingtag

label

java.lang.String label

Class com.darwinsys.jsptags.CalendarTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: -1398213412504718137L

Class com.darwinsys.jsptags.CommandOutputTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: -765529312054151714L

Serialized Fields

output

boolean output

error

boolean error

command

java.lang.String command

Class com.darwinsys.jsptags.DataTableTag extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

serialVersionUID: -378231759603927261L

Serialized Fields

dsName

java.lang.String dsName
A JNDI name to look up a JDBC DataSource


dataSource

javax.sql.DataSource dataSource
The DataSource that is looked up there


dbURL

java.lang.String dbURL
Non-datasource JDBC Parameters


dbDriver

java.lang.String dbDriver
Non-datasource JDBC Parameters


dbUsername

java.lang.String dbUsername
Non-datasource JDBC Parameters


dbPassword

java.lang.String dbPassword
Non-datasource JDBC Parameters


resultSet

java.sql.ResultSet resultSet
A ResultSet, either computed or passed in


query

java.lang.String query
The Query String


titleStyle

java.lang.String titleStyle
The CSS style for the title row


style1

java.lang.String style1
The CSS Style for rows 2, 4, 6 ...


style2

java.lang.String style2
The CSS Style for the data rows 1, 3, 5 ...


pkey

java.lang.String pkey
The name of the primary key column, which must appear in query


link

java.lang.String link
The link text to make a link from the pkey column to the detail page

Class com.darwinsys.jsptags.LoggedInRoleTag extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

serialVersionUID: 3617860767676774450L

Serialized Fields

role

java.lang.String role

Class com.darwinsys.jsptags.LoggedInTag extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

serialVersionUID: 1028271617838262L

Class com.darwinsys.jsptags.LoggedInUserTag extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

serialVersionUID: 3258135738884108850L

Serialized Fields

userName

java.lang.String userName

Class com.darwinsys.jsptags.TextImageTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: 3257567299946231088L

Serialized Fields

text

java.lang.String text

Package com.darwinsys.lang

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

serialVersionUID: 3257571702421402417L

Serialized Fields

just

int just
Current justification


maxChars

int maxChars
Current max length


Package com.darwinsys.mail

Class com.darwinsys.mail.MailException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 3979271360864661817L


Package com.darwinsys.regex

Class com.darwinsys.regex.REDemo extends javax.swing.JPanel implements Serializable

serialVersionUID: 3257563988576317490L

Serialized Fields

pattern

java.util.regex.Pattern pattern

matcher

java.util.regex.Matcher matcher

patternTF

javax.swing.JTextField patternTF

stringTF

javax.swing.JTextField stringTF

compiledOK

javax.swing.JCheckBox compiledOK

match

javax.swing.JRadioButton match

find

javax.swing.JRadioButton find

findAll

javax.swing.JRadioButton findAll

matchesTF

javax.swing.JTextField matchesTF

logTextArea

javax.swing.JTextArea logTextArea

onlyHighlight

java.lang.Object onlyHighlight
"tag" used in highlighting


highlighter

javax.swing.text.Highlighter highlighter

matches

boolean matches

Package com.darwinsys.servlet

Class com.darwinsys.servlet.HumanResponseServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: -101972891L

Serialized Fields

jiggler

JigglyTextImageWriter jiggler

Package com.darwinsys.sql

Class com.darwinsys.sql.SyntaxException extends java.lang.Exception implements Serializable

serialVersionUID: 198771981278971L


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<T>[] columnClasses
List of column names, must be provided by subclass.


methods

java.util.List<E> 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

serialVersionUID: 3688786964249719347L

Serialized Fields

list

java.util.List<E> list
The list of objects we are viewing


objectClass

java.lang.Class<T> 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

serialVersionUID: -75900943452653673L

Serialized Fields

SIZE

int SIZE
The size shalle be 64x64.


d

java.awt.Dimension d

RBW

int RBW
The size of the inner white box


RBH

int RBH
The size of the inner white box


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

serialVersionUID: -3553831092792561909L

Serialized Fields

tflz

java.text.NumberFormat tflz

tf

java.text.NumberFormat tf

done

boolean done

ticker

java.lang.Thread ticker

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

serialVersionUID: 5311489466425902707L

Serialized Fields

adButton

javax.swing.JButton adButton

qb

javax.swing.JButton qb

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

serialVersionUID: -4779441441693785664L

Serialized Fields

ok

javax.swing.JButton ok

text

javax.swing.JTextArea text

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

serialVersionUID: -3417837022502498981L

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

serialVersionUID: -3104535593905377745L

Serialized Fields

parent

javax.swing.JFrame parent

chooser

javax.swing.JFileChooser chooser

fileNameTextField

javax.swing.JTextField fileNameTextField

listeners

java.util.List<E> listeners

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

serialVersionUID: -4192901768427017840L

Serialized Fields

addableList

javax.swing.JList addableList

addableListModel

FilterGUIListModel<E> addableListModel

currentList

javax.swing.JList currentList

currentListModel

FilterGUIListModel<E> currentListModel

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

serialVersionUID: 4997952964701465432L

Serialized Fields

source

java.lang.Object source

listeners

java.util.ArrayList<E> listeners

Class com.darwinsys.swingui.FontChooser extends javax.swing.JDialog implements Serializable

serialVersionUID: 5363471384675038069L

Serialized Fields

resultFont

java.awt.Font resultFont
The font the user has chosen


resultName

java.lang.String resultName
The resulting font name


resultSize

int resultSize
The resulting font size


isBold

boolean isBold
The resulting boldness


isItalic

boolean isItalic
The resulting italicness


displayText

java.lang.String displayText
Display text


fontNameChoice

javax.swing.JList fontNameChoice
The font name chooser


fontSizeChoice

javax.swing.JList fontSizeChoice
The font size chooser


bold

javax.swing.JCheckBox bold
The bold and italic choosers


italic

javax.swing.JCheckBox italic
The bold and italic choosers


fontSizes

java.lang.Integer[] fontSizes
The list of font sizes


previewArea

javax.swing.JLabel previewArea
The font display area.

Class com.darwinsys.swingui.ImageButton extends javax.swing.JButton implements Serializable

serialVersionUID: 3904965248233714485L

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

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

serialVersionUID: -8343040707105763298L

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.LabelTextBeansDemo extends javax.swing.JFrame implements Serializable

serialVersionUID: 8039393121973901048L

Serialized Fields

jPanel1

javax.swing.JPanel jPanel1

jButton1

javax.swing.JButton jButton1

jButton2

javax.swing.JButton jButton2

jPanel2

javax.swing.JPanel jPanel2

bean1

LabelText bean1

bean2

LabelText bean2

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

serialVersionUID: -100614195508408950L

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

serialVersionUID: 8721512919301817567L

Serialized Fields

tabPane

javax.swing.JTabbedPane tabPane

Class com.darwinsys.swingui.RecentMenu extends javax.swing.JMenu implements Serializable

Serialized Fields

recentFileNames

RecentItems recentFileNames
The List of recent files


prefs

java.util.prefs.Preferences prefs

recentOpener

java.awt.event.ActionListener recentOpener
ActionListener that is used by all the Menuitems in the Recent Menu; just opens the file named by the MenuItem's text.

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

serialVersionUID: -5153658589244661773L

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

serialVersionUID: 5198536352002184299L

Serialized Fields

help

javax.swing.JEditorPane help

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

serialVersionUID: 4371807444861948123L

Serialized Fields

im

javax.swing.ImageIcon im

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

serialVersionUID: 4955244957447902337L

Serialized Fields

neutral

java.awt.Color neutral

width

int width

height

int height

Package com.darwinsys.swingui.layout

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

serialVersionUID: -7583095138638433618L


Package com.darwinsys.util

Class com.darwinsys.util.DateRangeUIHelperDemo extends javax.swing.JFrame implements Serializable

serialVersionUID: -1621211822931751327L

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

serialVersionUID: 3760847843971053111L

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.FixedLengthFIFO$1 extends java.lang.Object implements Serializable

Class com.darwinsys.util.OrdinalFormat extends java.text.NumberFormat implements Serializable

serialVersionUID: 3256727294604489521L

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

serialVersionUID: 1030043222640098114L

Serialized Fields

df

java.text.DecimalFormat df

units

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

Class com.darwinsys.util.VariableMap extends java.util.HashMap<java.lang.String,java.lang.String> implements Serializable

serialVersionUID: 7830637441984501436L

Serialized Fields

listeners

java.util.List<E> listeners

varsPatt

java.util.regex.Pattern varsPatt
The pattern for matching variables in the command: ${letters}. But we have to capture the name part (the letters) for re-use.



Copyright © 1996-2004 Ian F. Darwin. See license.html for usage license.