|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The FilterEditor is the interface through which a ConfigurableFilter can be configured with the JPanel that the Editor defines as editor in the Gui.
ConfigurableFilter
Method Summary | |
javax.swing.JPanel |
getEditorPanel()
|
ConfigurableFilter |
getFilter()
|
ConfigurableFilter |
getNewFilter()
Returns a new Filter of the same class as the filter returned by getFilter(). |
void |
getValues()
read the values from the filter and initialize the Panel with it |
void |
setFilter(ConfigurableFilter filter)
define the filter that is to be edited |
void |
setValues()
get the values from the editor panel and set these values in the Filter |
Method Detail |
public javax.swing.JPanel getEditorPanel()
public void getValues()
getEditorPanel()
,
setValues()
public void setValues()
getEditorPanel()
,
getValues()
public void setFilter(ConfigurableFilter filter)
filter
- The new filter valuepublic ConfigurableFilter getFilter()
public ConfigurableFilter getNewFilter()
The new Filter is initialized with the values of the Editor Panel
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |