Package com.iizigo.swt
Interface IFilter
- All Known Implementing Classes:
FilterController
,IzFilter
public interface IFilter
Filter interface implemented by the filter component.- Author:
- Christopher Mindus
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getText()
Gets the current filter text, never null!void
setListener(IFilterListener listener)
Sets the listener.void
setText(java.lang.String text)
Sets a new text for the filter.
Method Detail
setListener
void setListener(IFilterListener listener)
Sets the listener.
setText
void setText(java.lang.String text)
Sets a new text for the filter.
getText
java.lang.String getText()
Gets the current filter text, never null!