Package net.anwiba.commons.swing.object
Class LongField
- java.lang.Object
-
- net.anwiba.commons.swing.object.AbstractObjectTextField<java.lang.Long>
-
- net.anwiba.commons.swing.object.LongField
-
- All Implemented Interfaces:
IComponentProvider,IObjectField<java.lang.Long>,IObjectTextField<java.lang.Long>
public class LongField extends AbstractObjectTextField<java.lang.Long>
-
-
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 LongField()LongField(IObjectFieldConfiguration<java.lang.Long> 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
-
LongField
public LongField()
-
LongField
public LongField(IObjectFieldConfiguration<java.lang.Long> configuration)
-
-