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