Package com.iizigo.swt
Interface IFilter
- All Known Implementing Classes:
FilterController,IzFilter
public interface IFilterFilter interface implemented by the filter component.- Author:
- Christopher Mindus
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetText()Gets the current filter text, never null!voidsetListener(IFilterListener listener)Sets the listener.voidsetText(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!