Class FolderEditor
- java.lang.Object
-
- com.bc.ceres.swing.binding.PropertyEditor
-
- org.esa.snap.ui.tooladapter.model.FolderEditor
-
public class FolderEditor extends com.bc.ceres.swing.binding.PropertyEditor
Folder picker editor.
-
-
Constructor Summary
Constructors Constructor Description FolderEditor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JComponent
createEditorComponent(PropertyDescriptor propertyDescriptor, com.bc.ceres.swing.binding.BindingContext bindingContext)
boolean
isValidFor(PropertyDescriptor propertyDescriptor)
-
-
-
Method Detail
-
isValidFor
public boolean isValidFor(PropertyDescriptor propertyDescriptor)
- Overrides:
isValidFor
in classcom.bc.ceres.swing.binding.PropertyEditor
-
createEditorComponent
public JComponent createEditorComponent(PropertyDescriptor propertyDescriptor, com.bc.ceres.swing.binding.BindingContext bindingContext)
- Specified by:
createEditorComponent
in classcom.bc.ceres.swing.binding.PropertyEditor
-
-