public class FilteredCheckboxTree
extends FilteredTree
This has been copy/pasted and adapted from org.eclipse.pde.internal.ui.launcher.FilteredCheckboxTree.
| Modifier and Type | Class and Description |
|---|---|
class |
FilteredCheckboxTree.FilterableCheckboxTreeViewer
A CheckboxTreeViewer that maintains an internal representation of all the nodes.
|
| Constructor and Description |
|---|
FilteredCheckboxTree(Composite parent,
int treeStyle,
PatternFilter filter)
The FilteredCheckboxTree Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
disableTextWidget() |
void |
enableTextWidget() |
void |
resetFilter()
Resets the filter and returns when the refresh is complete
|
void |
setEnabled(boolean enabled) |
public FilteredCheckboxTree(Composite parent,
int treeStyle,
PatternFilter filter)
parent - The parent composite where this Tree will be placed.treeStyle - Tree stylesfilter - The pattern filter that will be used to filter elementsCopyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.