Package adams.gui.core.dotnotationtree
Class AcceptAllItemFilter
- java.lang.Object
-
- adams.gui.core.dotnotationtree.AbstractItemFilter
-
- adams.gui.core.dotnotationtree.AcceptAllItemFilter
-
public class AcceptAllItemFilter extends AbstractItemFilter
Accepts all items.- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Field Summary
-
Fields inherited from class adams.gui.core.dotnotationtree.AbstractItemFilter
m_Enabled
-
-
Constructor Summary
Constructors Constructor Description AcceptAllItemFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
doFilter(String item)
Performs the actual filtering.String
toString()
Returns a short representation of the filter.-
Methods inherited from class adams.gui.core.dotnotationtree.AbstractItemFilter
filter, initialize, isEnabled, setEnabled
-
-
-
-
Method Detail
-
doFilter
protected boolean doFilter(String item)
Performs the actual filtering.- Specified by:
doFilter
in classAbstractItemFilter
- Parameters:
item
- the item to check- Returns:
- always true
-
toString
public String toString()
Returns a short representation of the filter.- Specified by:
toString
in classAbstractItemFilter
- Returns:
- the representation
-
-