Package | Description |
---|---|
org.eclipse.ui.dialogs |
Classes for standard dialogs, wizards, and preference
pages in the Eclipse Platform User Interface.
|
Modifier and Type | Method and Description |
---|---|
PatternFilter |
FilteredTree.getPatternFilter()
Returns the pattern filter used by this tree.
|
Modifier and Type | Method and Description |
---|---|
static Font |
FilteredTree.getBoldFont(Object element,
FilteredTree tree,
PatternFilter filter)
Return a bold font if the given element matches the given pattern.
|
protected void |
FilteredTree.init(int treeStyle,
PatternFilter filter)
Create the filtered tree.
|
Constructor and Description |
---|
FilteredTree(Composite parent,
int treeStyle,
PatternFilter filter)
Deprecated.
As of 3.5, replaced by
FilteredTree.FilteredTree(Composite, int, PatternFilter, boolean) where using the new
look is encouraged |
FilteredTree(Composite parent,
int treeStyle,
PatternFilter filter,
boolean useNewLook)
Create a new instance of the receiver.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.