org.esa.beam.framework.param.editors
Class FileEditor
java.lang.Object
org.esa.beam.framework.param.AbstractParamEditor
org.esa.beam.framework.param.AbstractParamXEditor
org.esa.beam.framework.param.editors.TextFieldXEditor
org.esa.beam.framework.param.editors.FileEditor
- All Implemented Interfaces:
- ParamEditor, ParamExceptionHandler
public class FileEditor
- extends TextFieldXEditor
An editor for parameters of type File. This editor is composed of a text
field and a button labeled "...", which opens a file chooser.
| Methods inherited from class org.esa.beam.framework.param.AbstractParamEditor |
checkParameterValue, getComponent, getDefaultActionListener, getDefaultInputVerifier, getExceptionHandler, getLabelComponent, getParameter, getPhysUnitLabelComponent, handleParamException, isEnabled, nameComponent, nameEditorComponent, nameLabelComponent, nameUnitComponent, reconfigureUI, setDefaultLabelComponent, setDefaultPhysUnitLabelComponent, setEnabled, setLabelComponent, setParameterValue, setPhysUnitLabelComponent |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileEditor
public FileEditor(Parameter parameter)
invokeXEditor
protected void invokeXEditor()
- Specified by:
invokeXEditor in class AbstractParamXEditor
Copyright © 2002-2012 Brockmann Consult GmbH. All Rights Reserved.