org.eclipse.xtext.ui.editor.outline.impl
Interface OutlineFilterAndSorter.IFilter

All Superinterfaces:
com.google.common.base.Predicate<IOutlineNode>
Enclosing class:
OutlineFilterAndSorter

public static interface OutlineFilterAndSorter.IFilter
extends com.google.common.base.Predicate<IOutlineNode>


Method Summary
 boolean isEnabled()
           
 
Methods inherited from interface com.google.common.base.Predicate
apply, equals
 

Method Detail

isEnabled

boolean isEnabled()