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
Modifier and TypeMethodDescriptiongetText()
Gets the current filter text, never null!void
setListener
(IFilterListener listener) Sets the listener.boolean
Sets a new text for the filter.
Method Details
setListener
Sets the listener.setText
Sets a new text for the filter.- Parameters:
text
- The new text to set.- Returns:
- true for changes, false for none.
getText
String getText()Gets the current filter text, never null!- Returns:
- The filter text, or empty string if filter is disposed of.