Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
C
F
G
I
J
N
P
R
S
C
clear()
- Method in class
JNumberField
Clears the JNumberField
clear()
- Method in class
NumberField
Clears the NumberField
F
format2(double)
- Static method in class
InOut
Formats a double-value with 2 decimal digits.
formatN(double, int)
- Static method in class
InOut
Formats a double-value with N decimal digits.
G
getDouble()
- Method in class
JNumberField
Gets a double-value from the JNumberField.
getDouble()
- Method in class
NumberField
Gets a double-value from the NumberField.
getFloat()
- Method in class
JNumberField
Gets a float-value from the JNumberField.
getFloat()
- Method in class
NumberField
Gets a float-value from the NumberField.
getInt()
- Method in class
JNumberField
Gets an int-value from the JNumberField.
getInt()
- Method in class
NumberField
Gets an int-value from the NumberField.
getLong()
- Method in class
JNumberField
Gets a long-value from the JNumberField.
getLong()
- Method in class
NumberField
Gets a long-value from the NumberField.
I
InOut
- Class in
<Unnamed>
Support class for console input and output of numeric values.
InOut()
- Constructor for class
InOut
isNumeric()
- Method in class
JNumberField
Checks wether the JNumberField contains a valid numeric value.
isNumeric()
- Method in class
NumberField
Checks wether the NumberField contains a valid numeric value.
J
JNumberField
- Class in
<Unnamed>
Swing-component for input and output of numeric values.
JNumberField()
- Constructor for class
JNumberField
constructor for a JNumberField
N
NumberField
- Class in
<Unnamed>
AWT-component for input and output of numeric values.
NumberField()
- Constructor for class
NumberField
constructor for a NumberField
P
processKeyEvent(KeyEvent)
- Method in class
JNumberField
processKeyEvent(KeyEvent)
- Method in class
NumberField
R
readBoolean(String)
- Static method in class
InOut
Reads a boolean-value from console.
readChar(String)
- Static method in class
InOut
Reads a char-value from console.
readDouble(String)
- Static method in class
InOut
Reads a double-value from console.
readFloat(String)
- Static method in class
InOut
Reads a float-value from console.
readInt(String)
- Static method in class
InOut
Reads an int-value from console.
readln()
- Static method in class
InOut
Reads a string-value from console without prompt.
readLong(String)
- Static method in class
InOut
Reads a long-value from console.
readString(String)
- Static method in class
InOut
Reads a string-value from console.
S
setDouble(double)
- Method in class
JNumberField
Sets a double-value into the JNumberField.
setDouble(double, int)
- Method in class
JNumberField
Sets a double-value with N digits into the JNumberField.
setDouble(double)
- Method in class
NumberField
Sets a double-value into the NumberField.
setDouble(double, int)
- Method in class
NumberField
Sets a double-value with N digits into the NumberField.
setFloat(float)
- Method in class
JNumberField
Sets a float-value into the JNumberField.
setFloat(float, int)
- Method in class
JNumberField
Sets a float-value with N digits into the JNumberField.
setFloat(float)
- Method in class
NumberField
Sets a float-value into the NumberField.
setFloat(float, int)
- Method in class
NumberField
Sets a float-value with N digits into the NumberField.
setInt(int)
- Method in class
JNumberField
Sets an int-value into the JNumberField.
setInt(int)
- Method in class
NumberField
Sets an int-value into the NumberField.
setLong(long)
- Method in class
JNumberField
Sets a long-value into the JNumberField.
setLong(long)
- Method in class
NumberField
Sets a long-value into the NumberField.
C
F
G
I
J
N
P
R
S
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes