public interface PreferenceSetting
TabPreferenceSetting
and SubPreferenceSetting
.Modifier and Type | Method and Description |
---|---|
void |
addGui(PreferenceTabbedPane gui)
Add the GUI elements to the dialog.
|
boolean |
isExpert()
Called to know if the preferences tab has only to be displayed in expert mode.
|
boolean |
ok()
Called when OK is pressed to save the setting in the preferences file.
|
void addGui(PreferenceTabbedPane gui)
gui
- the preferences tab paneboolean ok()
true
if restart is requiredboolean isExpert()