Serialized Form
-
Package com.Ostermiller.util
-
Exception Class com.Ostermiller.util.BadDelimeterException
class BadDelimeterException extends IllegalArgumentException implements Serializable- serialVersionUID:
- 7603007141975623144L
-
Exception Class com.Ostermiller.util.BadDelimiterException
class BadDelimiterException extends BadDelimeterException implements Serializable- serialVersionUID:
- -3250803278822032684L
-
Exception Class com.Ostermiller.util.BadLineEndingException
class BadLineEndingException extends IllegalArgumentException implements Serializable- serialVersionUID:
- -3300235286182152695L
-
Exception Class com.Ostermiller.util.BadQuoteException
class BadQuoteException extends IllegalArgumentException implements Serializable- serialVersionUID:
- -5926914821468886713L
-
Exception Class com.Ostermiller.util.Base64DecodingException
class Base64DecodingException extends IOException implements Serializable- serialVersionUID:
- 2411555227634603928L
-
Serialized Fields
-
c
char c
-
-
Exception Class com.Ostermiller.util.BinaryDataException
class BinaryDataException extends IOException implements Serializable- serialVersionUID:
- 1898699236015077076L
-
Exception Class com.Ostermiller.util.BufferOverflowException
class BufferOverflowException extends IOException implements Serializable- serialVersionUID:
- -322401823167626048L
-
Exception Class com.Ostermiller.util.CmdLnArgumentException
class CmdLnArgumentException extends CmdLnException implements Serializable- serialVersionUID:
- -5457270771303129044L
-
Serialized Fields
-
result
CmdLnResult result
-
-
Exception Class com.Ostermiller.util.CmdLnException
class CmdLnException extends IllegalArgumentException implements Serializable- serialVersionUID:
- 3984942697362044497L
-
Exception Class com.Ostermiller.util.ExtraCmdLnArgumentException
class ExtraCmdLnArgumentException extends CmdLnArgumentException implements Serializable- serialVersionUID:
- -8552921685243918697L
-
Exception Class com.Ostermiller.util.MissingCmdLnArgumentException
class MissingCmdLnArgumentException extends CmdLnArgumentException implements Serializable- serialVersionUID:
- -8552921685243918697L
-
Class com.Ostermiller.util.PasswordDialog
class PasswordDialog extends JDialog implements Serializable- serialVersionUID:
- -832548326686122133L
-
Serialized Fields
-
cancelButton
JButton cancelButton
The cancel button.- Since:
- ostermillerutils 1.00.00
-
labels
ResourceBundle labels
Locale specific strings displayed to the user.- Since:
- ostermillerutils 1.00.00
-
name
JTextField name
Where the name is typed.- Since:
- ostermillerutils 1.00.00
-
nameLabel
JLabel nameLabel
The label for the field in which the name is typed.- Since:
- ostermillerutils 1.00.00
-
okButton
JButton okButton
The OK button.- Since:
- ostermillerutils 1.00.00
-
pass
JPasswordField pass
Where the password is typed.- Since:
- ostermillerutils 1.00.00
-
passLabel
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
class RandPassApplet extends JApplet implements Serializable- serialVersionUID:
- 1838771003552061341L
-
Serialized Fields
-
alphabetField
JTextField alphabetField
-
alphabetFirstField
JTextField alphabetFirstField
-
alphabetLastField
JTextField alphabetLastField
-
clearButton
JButton clearButton
-
display
JTextArea display
-
generateButton
JButton generateButton
-
passwordAlphabet
char[] passwordAlphabet
-
passwordFirstAlphabet
char[] passwordFirstAlphabet
-
passwordLastAlphabet
char[] passwordLastAlphabet
-
passwordLength
int passwordLength
-
passwordLengthField
JTextField passwordLengthField
-
preferencesPanel
JPanel preferencesPanel
-
preferencesPanelLayout
GridLayout preferencesPanelLayout
-
randPass
RandPass randPass
-
-
Class com.Ostermiller.util.SignificantFigures
class SignificantFigures extends Number implements Serializable- serialVersionUID:
- -1130798283937219608L
-
Serialized Fields
-
digits
StringBuffer digits
Buffer of the significant digits.- Since:
- ostermillerutils 1.00.00
-
isZero
boolean isZero
True if this number has no non-zero 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
-
original
String original
In the case the a number could not be parsed, the original is stored for toString purposes.- Since:
- ostermillerutils 1.00.00
-
sign
boolean sign
positive if true, negative if false.- Since:
- ostermillerutils 1.00.00
-
-
Exception Class com.Ostermiller.util.UnknownCmdLnOptionException
class UnknownCmdLnOptionException extends CmdLnException implements Serializable- serialVersionUID:
- 6461128374875358108L
-