org.eclipse.hyades.trace.views.internal
Class StatisticView.StatisticFilter
java.lang.Object
org.eclipse.jface.viewers.ViewerFilter
org.eclipse.hyades.trace.views.internal.StatisticView.StatisticFilter
- Direct Known Subclasses:
- CoverageStatisticView.CoverageStatisticFilter, ExecutionStatistic.ExecutionStatisticFilter, ExecutionStatisticView.ExecutionStatisticFilter, MemoryStatisticView.MemoryStatisticFilter, MethodDetailsStatistic.MethodStatisticFilter, MethodInvocationStatistic.ExecutionStatisticFilter, ReferenceTable.ClassStatisticFilter
- Enclosing class:
- StatisticView
- public class StatisticView.StatisticFilter
- extends org.eclipse.jface.viewers.ViewerFilter
|
Method Summary |
boolean |
select(org.eclipse.jface.viewers.Viewer viewer,
java.lang.Object parent,
java.lang.Object element)
|
void |
setPattern(java.lang.String pattern,
boolean caseSensitive)
|
| 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 |
_pattern
protected java.lang.String _pattern
_prefix
protected java.lang.String _prefix
_suffix
protected java.lang.String _suffix
_textList
protected java.util.ArrayList _textList
_caseSensitive
protected boolean _caseSensitive
_exactMatch
protected boolean _exactMatch
_noPattern
protected boolean _noPattern
StatisticView.StatisticFilter
public StatisticView.StatisticFilter()
setPattern
public void setPattern(java.lang.String pattern,
boolean caseSensitive)
select
public boolean select(org.eclipse.jface.viewers.Viewer viewer,
java.lang.Object parent,
java.lang.Object element)