Class FilteredTree

All Implemented Interfaces:
Drawable

public class FilteredTree extends AbstractFilteredViewerComposite<PatternFilter>
Based on org.eclipse.ui.dialogs.FilteredTree.
Since:
1.2
  • Constructor Details

    • FilteredTree

      public FilteredTree(Composite parent, int treeStyle, PatternFilter filter, long refreshDelayTime)
      Create a new instance of the receiver.
      Parameters:
      parent - the parent Composite
      treeStyle - the style bits for the Tree
      filter - the filter to be used
      refreshDelayTime - refresh delay in ms, the time to expand the tree after debounce
      Since:
      1.5
    • FilteredTree

      public FilteredTree(Composite parent, int treeStyle, PatternFilter filter)
      Calls FilteredTree(Composite, int, PatternFilter, long) with a default refresh time
    • FilteredTree

      protected FilteredTree(Composite parent)
      Create a new instance of the receiver. Subclasses that wish to override the default creation behavior may use this constructor, but must ensure that the init(composite, int, PatternFilter) method is called in the overriding constructor.
      Parameters:
      parent - the parent Composite
      See Also:
  • Method Details