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