Serialized Form


Package com.Ostermiller.util

Class com.Ostermiller.util.BadDelimeterException extends java.lang.IllegalArgumentException implements Serializable

serialVersionUID: 7603007141975623144L

Class com.Ostermiller.util.BadDelimiterException extends BadDelimeterException implements Serializable

serialVersionUID: -3250803278822032684L

Class com.Ostermiller.util.BadLineEndingException extends java.lang.IllegalArgumentException implements Serializable

serialVersionUID: -3300235286182152695L

Class com.Ostermiller.util.BadQuoteException extends java.lang.IllegalArgumentException implements Serializable

serialVersionUID: -5926914821468886713L

Class com.Ostermiller.util.Base64DecodingException extends java.io.IOException implements Serializable

serialVersionUID: 2411555227634603928L

Serialized Fields

c

char c

Class com.Ostermiller.util.BinaryDataException extends java.io.IOException implements Serializable

serialVersionUID: 1898699236015077076L

Class com.Ostermiller.util.BufferOverflowException extends java.io.IOException implements Serializable

serialVersionUID: -322401823167626048L

Class com.Ostermiller.util.CmdLnArgumentException extends CmdLnException implements Serializable

serialVersionUID: -5457270771303129044L

Serialized Fields

result

CmdLnResult result

Class com.Ostermiller.util.CmdLnException extends java.lang.IllegalArgumentException implements Serializable

serialVersionUID: 3984942697362044497L

Class com.Ostermiller.util.ExtraCmdLnArgumentException extends CmdLnArgumentException implements Serializable

serialVersionUID: -8552921685243918697L

Class com.Ostermiller.util.MissingCmdLnArgumentException extends CmdLnArgumentException implements Serializable

serialVersionUID: -8552921685243918697L

Class com.Ostermiller.util.PasswordDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: -832548326686122133L

Serialized Fields

labels

java.util.ResourceBundle labels
Locale specific strings displayed to the user.

Since:
ostermillerutils 1.00.00

name

javax.swing.JTextField name
Where the name is typed.

Since:
ostermillerutils 1.00.00

pass

javax.swing.JPasswordField pass
Where the password is typed.

Since:
ostermillerutils 1.00.00

okButton

javax.swing.JButton okButton
The OK button.

Since:
ostermillerutils 1.00.00

cancelButton

javax.swing.JButton cancelButton
The cancel button.

Since:
ostermillerutils 1.00.00

nameLabel

javax.swing.JLabel nameLabel
The label for the field in which the name is typed.

Since:
ostermillerutils 1.00.00

passLabel

javax.swing.JLabel passLabel
The label for the field in which the password is typed.

Since:
ostermillerutils 1.00.00

pressed_OK

boolean pressed_OK
update this variable when the user makes an action

Since:
ostermillerutils 1.00.00

Class com.Ostermiller.util.RandPassApplet extends javax.swing.JApplet implements Serializable

serialVersionUID: 1838771003552061341L

Serialized Fields

display

javax.swing.JTextArea display

clearButton

javax.swing.JButton clearButton

generateButton

javax.swing.JButton generateButton

passwordAlphabet

char[] passwordAlphabet

alphabetField

javax.swing.JTextField alphabetField

passwordFirstAlphabet

char[] passwordFirstAlphabet

alphabetFirstField

javax.swing.JTextField alphabetFirstField

passwordLastAlphabet

char[] passwordLastAlphabet

alphabetLastField

javax.swing.JTextField alphabetLastField

passwordLength

int passwordLength

passwordLengthField

javax.swing.JTextField passwordLengthField

randPass

RandPass randPass

preferencesPanelLayout

java.awt.GridLayout preferencesPanelLayout

preferencesPanel

javax.swing.JPanel preferencesPanel

Class com.Ostermiller.util.SignificantFigures extends java.lang.Number implements Serializable

serialVersionUID: -1130798283937219608L

Serialized Fields

original

java.lang.String original
In the case the a number could not be parsed, the original is stored for toString purposes.

Since:
ostermillerutils 1.00.00

digits

java.lang.StringBuffer digits
Buffer of the significant digits.

Since:
ostermillerutils 1.00.00

mantissa

int mantissa
The exponent of the digits if a decimal place were inserted after the first digit.

Since:
ostermillerutils 1.00.00

sign

boolean sign
positive if true, negative if false.

Since:
ostermillerutils 1.00.00

isZero

boolean isZero
True if this number has no non-zero digits.

Since:
ostermillerutils 1.00.00

Class com.Ostermiller.util.UnknownCmdLnOptionException extends CmdLnException implements Serializable

serialVersionUID: 6461128374875358108L

Serialized Fields

argument

java.lang.String argument

option

java.lang.String option