Uses of Class
org.eclipse.e4.ui.dialogs.filteredtree.PatternFilter
Packages that use PatternFilter
-
Uses of PatternFilter in org.eclipse.e4.ui.dialogs.filteredtree
Methods in org.eclipse.e4.ui.dialogs.filteredtree that return PatternFilterModifier and TypeMethodDescriptionfinal PatternFilter
FilteredTree.getPatternFilter()
Returns the pattern filter used by this tree.Methods in org.eclipse.e4.ui.dialogs.filteredtree with parameters of type PatternFilterModifier and TypeMethodDescriptionstatic 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.Constructors in org.eclipse.e4.ui.dialogs.filteredtree with parameters of type PatternFilterModifierConstructorDescriptionFilteredTree
(Composite parent, int treeStyle, PatternFilter filter) Create a new instance of the receiver.