Class PropertyMemberUIWrapperFactory
java.lang.Object
org.esa.snap.ui.tooladapter.model.PropertyMemberUIWrapperFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PropertyMemberUIWrapper
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)
-
Constructor Details
-
PropertyMemberUIWrapperFactory
public PropertyMemberUIWrapperFactory()
-
-
Method Details
-
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)
-