|
RSE Release 3.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jface.viewers.ViewerFilter
org.eclipse.rse.ui.SystemActionViewerFilter
public class SystemActionViewerFilter
This class is a viewer filter that tests attributes of thise
Constructor Summary | |
---|---|
SystemActionViewerFilter()
Constructor. |
Method Summary | |
---|---|
void |
addFilterCriterion(Class[] objectTypes,
String name,
String value)
Adds a filter criterion. |
void |
removeAllCriterion()
Removes all criteria. |
boolean |
select(Viewer viewer,
Object parentElement,
Object element)
|
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 |
---|
public SystemActionViewerFilter()
Method Detail |
---|
public void addFilterCriterion(Class[] objectTypes, String name, String value)
objectTypes
- object types that the filter criterion applies to.name
- the name.value
- the value.public void removeAllCriterion()
public boolean select(Viewer viewer, Object parentElement, Object element)
select
in class ViewerFilter
ViewerFilter.select(org.eclipse.jface.viewers.Viewer, java.lang.Object, java.lang.Object)
|
RSE Release 3.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |