|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SettingsPanel
Defines the requirements for panels that are shown in the wizard or preferences dialog.
PreferencesDialog,
xnap.gui.component.DefaultWizardDialog| Method Summary | |
|---|---|
void |
apply()
Invoked when the dialog is closed or the apply button is pressed. |
java.lang.String |
getDescription()
Returns a short description of the panel. |
javax.swing.Icon |
getIcon()
Returns an icon. |
javax.swing.JComponent |
getPanel()
Returns the panel. |
java.lang.String |
getTitle()
Returns the title of the panel. |
| Method Detail |
|---|
void apply()
throws java.lang.Exception
java.lang.IllegalArgumentException - thrown when settings could not
be applied
java.lang.Exceptionjava.lang.String getDescription()
javax.swing.Icon getIcon()
xnap.gui.component.DefaultWizardDialogjavax.swing.JComponent getPanel()
java.lang.String getTitle()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||