Uses of Class
org.esa.snap.ui.tooladapter.model.PropertyUIDescriptor
-
Packages that use PropertyUIDescriptor Package Description org.esa.snap.ui.tooladapter.model -
-
Uses of PropertyUIDescriptor in org.esa.snap.ui.tooladapter.model
Methods in org.esa.snap.ui.tooladapter.model that return PropertyUIDescriptor Modifier and Type Method Description static PropertyUIDescriptor
PropertyUIDescriptor. buildUIDescriptor(ToolParameterDescriptor prop, String[] columnsMembers, ToolAdapterOperatorDescriptor opDescriptor, com.bc.ceres.swing.binding.BindingContext context, ActionListener deleteActionListener, ActionListener editActionListener, PropertyMemberUIWrapper.CallBackAfterEdit callback)
static PropertyUIDescriptor
PropertyUIDescriptor. buildUIMinimalDescriptor(ToolParameterDescriptor parameter, String property, ToolAdapterOperatorDescriptor operator, com.bc.ceres.swing.binding.BindingContext context, ActionListener deleteActionListener, ActionListener editActionListener, PropertyMemberUIWrapper.CallBackAfterEdit callback)
-