Package com.iizigo.editor
Class HideClasspathFilter
java.lang.Object
org.eclipse.jface.viewers.ViewerFilter
com.iizigo.editor.HideClasspathFilter
Filter to hide the Java classpath for Viewers.
- Author:
- Christopher Mindus
- Constructor SummaryConstructors
- Method Summary- Methods inherited from class org.eclipse.jface.viewers.ViewerFilter- filter, filter, isFilterProperty
- Constructor Details- HideClasspathFilterpublic HideClasspathFilter()Constructor.
 
- Method Details- selectReturns whether the given element makes it through this filter.- Specified by:
- selectin class- ViewerFilter
- Parameters:
- viewer- The viewer.
- parentElement- The parent element.
- element- The element.
- Returns:
- trueif element is included in the filtered set, and- falseif excluded.