Interface BindingParameter.BrowseHelper
- Enclosing interface:
- BindingParameter<T>
public static interface BindingParameter.BrowseHelper
Contains the functions needed for a binding parameter's editor to display a popup-tree so that the user can
 browse for the possible values for this parameter
- 
Method SummaryModifier and TypeMethodDescriptionConvert a tree path to a string that is applicable for this propertyThe tree model for the popup treebooleanisValidSelection(TreePath path) Determines whether a given tree path is suitable for selection.voidProvides a chance to set up the jtree to your liking
- 
Method Details- 
getTreeModelTreeModel getTreeModel()The tree model for the popup tree
- 
convertElementToStringConvert a tree path to a string that is applicable for this property
- 
isValidSelectionDetermines whether a given tree path is suitable for selection.
- 
setupTreeProvides a chance to set up the jtree to your liking
 
-