Package net.anwiba.commons.swing.object
Class DoubleField
- java.lang.Object
-
- net.anwiba.commons.swing.object.AbstractObjectTextField<java.lang.Double>
-
- net.anwiba.commons.swing.object.DoubleField
-
- All Implemented Interfaces:
IComponentProvider,IObjectField<java.lang.Double>,IObjectTextField<java.lang.Double>
public class DoubleField extends AbstractObjectTextField<java.lang.Double>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.anwiba.commons.swing.object.AbstractObjectTextField
AbstractObjectTextField.PasswordField<T>, AbstractObjectTextField.TextField<T>
-
-
Constructor Summary
Constructors Constructor Description DoubleField()DoubleField(IObjectFieldConfiguration<java.lang.Double> configuration)
-
Method Summary
-
Methods inherited from class net.anwiba.commons.swing.object.AbstractObjectTextField
getActionNotifier, getColorReciever, getComponent, getModel, getText, getValidationResultDistributor, selectAll, setEditable, setHorizontalAlignment, setText, updateView
-
-
-
-
Constructor Detail
-
DoubleField
public DoubleField()
-
DoubleField
public DoubleField(IObjectFieldConfiguration<java.lang.Double> configuration)
-
-