Public Member Functions | |
JDoubleTextField () | |
JDoubleTextField (double value) | |
JDoubleTextField (String text) | |
double | getDoubleValue () |
void | setDoubleValue (double newDoubleValue) |
Protected Member Functions | |
Document | createDefaultModel () |
void | internalSet (double value) |
Private Attributes | |
double | doubleValue = 0.0 |
FloatingPointParser | fpParser = new FloatingPointParser() |
|
Default constructor for JDoubleTextField. |
|
Constructs the new JDoubleTextField and sets the default value.
|
|
Constructs a new JDoubleTextField and sets the text property. If the text does not specify a valid double value, nothing will happen.
|
|
Overrides the default function to create DoubleDocument instead of the default one. |
|
Returns value represented by this component or zero if not valid. Creation date: (29-Oct-01 1:44:45 PM)
|
|
Sets the value and triggers the property change event. Creation date: (12/16/2001 17:57:14)
|
|
Sets the double value of this component. Creation date: (29-Oct-01 1:44:45 PM)
|
|
|
|
|