|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ITableFilterEditor
Interface to be implemented by any filter editor used by the TableFilterHeader
| Method Summary | |
|---|---|
Component |
getComponent()
Provides the GUI component associated to the given editor |
IFilterObservable |
getFilterObservable()
Provides the IFilterObservable associated to the given
instance |
void |
resetFilter()
Resets the filter. |
void |
updateFilter()
Performs an update of the filter. |
| Method Detail |
|---|
Component getComponent()
IFilterObservable getFilterObservable()
IFilterObservable associated to the given
instance
void updateFilter()
Performs an update of the filter.
Each editor defines its own semantics for this operation, but is always ensure that the current filter is propagated to any observers.
void resetFilter()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||