Class PropertyMemberUIWrapperFactory
- java.lang.Object
-
- org.esa.snap.ui.tooladapter.model.PropertyMemberUIWrapperFactory
-
public class PropertyMemberUIWrapperFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description PropertyMemberUIWrapperFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PropertyMemberUIWrapper
buildEmptyPropertyWrapper()
static PropertyMemberUIWrapper
buildEmptyWrapper(String attributeName, ToolParameterDescriptor property, ToolAdapterOperatorDescriptor opDescriptor, com.bc.ceres.swing.binding.BindingContext context, int width, PropertyMemberUIWrapper.CallBackAfterEdit callback)
static PropertyMemberUIWrapper
buildPropertyWrapper(String attributeName, ToolParameterDescriptor property, ToolAdapterOperatorDescriptor opDescriptor, com.bc.ceres.swing.binding.BindingContext context, PropertyMemberUIWrapper.CallBackAfterEdit callback)
-
-
-
Method Detail
-
buildEmptyPropertyWrapper
public static PropertyMemberUIWrapper buildEmptyPropertyWrapper()
-
buildPropertyWrapper
public static PropertyMemberUIWrapper buildPropertyWrapper(String attributeName, ToolParameterDescriptor property, ToolAdapterOperatorDescriptor opDescriptor, com.bc.ceres.swing.binding.BindingContext context, PropertyMemberUIWrapper.CallBackAfterEdit callback)
-
buildEmptyWrapper
public static PropertyMemberUIWrapper buildEmptyWrapper(String attributeName, ToolParameterDescriptor property, ToolAdapterOperatorDescriptor opDescriptor, com.bc.ceres.swing.binding.BindingContext context, int width, PropertyMemberUIWrapper.CallBackAfterEdit callback)
-
-