Class HideClasspathFilter


  • public class HideClasspathFilter
    extends org.eclipse.jface.viewers.ViewerFilter
    Filter to hide the Java classpath for Viewers.
    Author:
    Christopher Mindus
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      booleanselect​(org.eclipse.jface.viewers.Viewer viewer, java.lang.Object parentElement, java.lang.Object element)
      Returns whether the given element makes it through this filter.
      • Methods inherited from class org.eclipse.jface.viewers.ViewerFilter

        filter, filter, isFilterProperty
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HideClasspathFilter

        public HideClasspathFilter()
        Constructor.
    • Method Detail

      • select

        public boolean select​(org.eclipse.jface.viewers.Viewer viewer,
                              java.lang.Object parentElement,
                              java.lang.Object element)
        Returns whether the given element makes it through this filter.
        Specified by:
        select in class org.eclipse.jface.viewers.ViewerFilter
        Parameters:
        viewer - The viewer.
        parentElement - The parent element.
        element - The element.
        Returns:
        true if element is included in the filtered set, and false if excluded.