Class FilteredCommonViewer

All Implemented Interfaces:
IViewerToolTip, IInputProvider, IInputSelectionProvider, IPostSelectionProvider, ISelectionProvider

public class FilteredCommonViewer extends CommonViewerEx
A little extended Common Viewer for searching used in the Designer dialogs and parts, as well as a drag-drop enhancement.
Author:
Christopher Mindus
  • Constructor Details

    • FilteredCommonViewer

      public FilteredCommonViewer(Composite parent, int style, IFilter filter)
      Creates the common viewer.
      Parameters:
      parent - Parent composite.
      style - SWT style for tree control.
      filter - The filter instance.
    • FilteredCommonViewer

      public FilteredCommonViewer(Composite parent, int style, IFilter filter, int flags)
      Creates the common viewer.
      Parameters:
      parent - Parent composite.
      style - SWT style for tree control.
      filter - The filter instance.
      flags - The presentation flags, from INavigatorPresentation.
  • Method Details