org.drools.eclipse.core.ui
Class DroolsFilter
java.lang.Object
org.eclipse.jface.viewers.ViewerFilter
org.drools.eclipse.core.ui.DroolsFilter
public class DroolsFilter
- extends org.eclipse.jface.viewers.ViewerFilter
Filter for the rules viewer.
| 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 |
FILTER_RULES
public static final int FILTER_RULES
- See Also:
- Constant Field Values
FILTER_QUERIES
public static final int FILTER_QUERIES
- See Also:
- Constant Field Values
FILTER_FUNCTIONS
public static final int FILTER_FUNCTIONS
- See Also:
- Constant Field Values
FILTER_TEMPLATES
public static final int FILTER_TEMPLATES
- See Also:
- Constant Field Values
FILTER_GLOBALS
public static final int FILTER_GLOBALS
- See Also:
- Constant Field Values
FILTER_GROUPS
public static final int FILTER_GROUPS
- See Also:
- Constant Field Values
DroolsFilter
public DroolsFilter()
addFilter
public final void addFilter(int filter)
removeFilter
public final void removeFilter(int filter)
hasFilter
public final boolean hasFilter(int filter)
isFilterProperty
public boolean isFilterProperty(Object element,
Object property)
select
public boolean select(org.eclipse.jface.viewers.Viewer viewer,
Object parentElement,
Object element)
- Specified by:
select in class org.eclipse.jface.viewers.ViewerFilter
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.