|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FilterSetting
FilterSetting
A simple filter setting definition. We only require that a filter setting can be reseted and be adapted from another filter setting of same kind.
Method Summary | |
---|---|
void |
adapt(FilterSetting from)
Adapt the filter setting from the given filter setting. |
void |
bind(Subset2 subset)
Binds this filter settings instance to the given Subset2
NOTE: PLEASE DON'T USE! |
void |
reset()
Resets the filter setting to its defaults. |
void |
unbind()
Releases this filter settings instance from a previously binded Subset2
NOTE: PLEASE DON'T USE! |
Method Detail |
---|
void reset()
void adapt(FilterSetting from)
from
- the filter setting to adapt fromvoid bind(Subset2 subset)
Binds this filter settings instance to the given Subset2
subset
- void unbind()
Releases this filter settings instance from a previously binded
Subset2
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |