Class FileFieldComponentFactory
- java.lang.Object
-
- org.openjump.core.ui.swing.factory.field.FileFieldComponentFactory
-
- All Implemented Interfaces:
FieldComponentFactory
public class FileFieldComponentFactory extends Object implements FieldComponentFactory
-
-
Constructor Summary
Constructors Constructor Description FileFieldComponentFactory(WorkbenchContext workbenchContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JComponentcreateComponent()JComponentcreateComponent(ValueChangeListener listener)ObjectgetValue(JComponent component)voidsetValue(JComponent component, Object value)
-
-
-
Constructor Detail
-
FileFieldComponentFactory
public FileFieldComponentFactory(WorkbenchContext workbenchContext)
-
-
Method Detail
-
getValue
public Object getValue(JComponent component)
- Specified by:
getValuein interfaceFieldComponentFactory
-
setValue
public void setValue(JComponent component, Object value)
- Specified by:
setValuein interfaceFieldComponentFactory
-
createComponent
public JComponent createComponent()
- Specified by:
createComponentin interfaceFieldComponentFactory
-
createComponent
public JComponent createComponent(ValueChangeListener listener)
- Specified by:
createComponentin interfaceFieldComponentFactory
-
-