Interface FieldComponentFactory
- All Known Implementing Classes:
CheckBoxFieldComponentFactory, ComboBoxFieldComponentFactory, FileFieldComponentFactory
public interface FieldComponentFactory
-
Method Summary
Modifier and TypeMethodDescriptioncreateComponent(ValueChangeListener listener) getValue(JComponent component) voidsetValue(JComponent component, Object value)
-
Method Details
-
createComponent
JComponent createComponent() -
createComponent
-
getValue
-
setValue
-