Interface TreeItemSelectable
-
- All Known Implementing Classes:
SyncTypeAttributeDataTreeNode
public interface TreeItemSelectableInterface determiningTreeItemSelectable.SelectionType.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classTreeItemSelectable.SelectionTypeSelection options for types.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TreeItemSelectable.SelectionTypegetSelection()voidsetSelection(TreeItemSelectable.SelectionType selection)
-
-
-
Method Detail
-
getSelection
TreeItemSelectable.SelectionType getSelection()
-
setSelection
void setSelection(TreeItemSelectable.SelectionType selection)
-
-