|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ConfigPanel
This interface should be implemented by all panels that are used to configura an application. These panels will be shown in an settings dialog.
| Method Summary | |
|---|---|
EodispModel |
getModel()
Returns the model for the config panel. |
javax.swing.JPanel |
getPanel()
Returns the complete panel. |
void |
setModel(EodispModel model)
Sets the model for the config panel. |
| Method Detail |
|---|
javax.swing.JPanel getPanel()
JScrollPane, since this will be done in the showing
component (i.e. the settings dialog).
void setModel(EodispModel model)
EodispModel
model - The model for the config panelEodispModel getModel()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||