|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IGridFilterConfiguration
Interface, which gather all possible filters, which can be applied on the view. Implementations should collect all filters for one specific view.
| Method Summary | |
|---|---|
IGridFilterConfiguration |
clone()
|
java.util.List<IGridFilter> |
getFilters()
|
java.lang.String |
getName()
|
boolean |
isEnabled()
|
void |
read(IMemento configurationMemento)
Reads configuration and all filters from memento |
void |
saveState(IMemento memento)
Saves configuration and all filters into memento |
void |
setEnabled(boolean enabled)
|
| Method Detail |
|---|
java.lang.String getName()
boolean isEnabled()
void saveState(IMemento memento)
memento - void read(IMemento configurationMemento)
configurationMemento - java.util.List<IGridFilter> getFilters()
IGridFilterConfiguration clone()
throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedExceptionvoid setEnabled(boolean enabled)
enabled - true if filters in this configuration should be applied to the view
|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||