|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.jface.viewers.ViewerFilter
net.sourceforge.java.feednread.frontend.components.newstable.NewsFeedTableViewerFilter
Filters NewsFeedEntry objects based on a given keyword.
| Field Summary | |
private String |
filterText
|
| Constructor Summary | |
NewsFeedTableViewerFilter()
|
|
| Method Summary | |
String |
getFilterText()
Gets the filter text. |
boolean |
select(Viewer viewer,
Object parentElement,
Object element)
Decides whether or not the element in the
parentElement structure displayed in the
specified Viewer has to be selected.
|
void |
setFilterText(String filterText)
Sets the filter text to the specified value. |
| 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 |
| Field Detail |
private String filterText
| Constructor Detail |
public NewsFeedTableViewerFilter()
| Method Detail |
public boolean select(Viewer viewer,
Object parentElement,
Object element)
Decides whether or not the element in the
parentElement structure displayed in the
specified Viewer has to be selected.
viewer - the Viewer for which selection is doneparentElement - the parent elementelement - the element to potentially select
true if the specified element was
selected; false it was rejectedpublic String getFilterText()
Gets the filter text.
null or an empty
String indicates no filtering, i.e. disabled filteringpublic void setFilterText(String filterText)
Sets the filter text to the specified value.
filterText - the filter text to set; null or an empty
String for no filtering, i.e. disabled filtering
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||