Package org.esa.snap.ui.product
Class ExpressionEditor
java.lang.Object
com.bc.ceres.swing.binding.PropertyEditor
org.esa.snap.ui.product.ExpressionEditor
- Direct Known Subclasses:
ExpressionEditor.BooleanExpressionEditor
,ExpressionEditor.GeneralExpressionEditor
public abstract class ExpressionEditor
extends com.bc.ceres.swing.binding.PropertyEditor
A value editor for band arithmetic expressions
- Since:
- BEAM 4.6
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateEditorComponent
(PropertyDescriptor propertyDescriptor, com.bc.ceres.swing.binding.BindingContext bindingContext) Methods inherited from class com.bc.ceres.swing.binding.PropertyEditor
createComponents, isValidFor
-
Constructor Details
-
ExpressionEditor
public ExpressionEditor()
-
-
Method Details
-
createEditorComponent
public JComponent createEditorComponent(PropertyDescriptor propertyDescriptor, com.bc.ceres.swing.binding.BindingContext bindingContext) - Specified by:
createEditorComponent
in classcom.bc.ceres.swing.binding.PropertyEditor
-