public interface PrefsTab
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getTabName()
Should return the localized identifier to use for the tab.
|
boolean |
readyToClose()
This method is called before the method,
to check if there are illegal settings in the tab, or if is ready
to be closed.
|
void |
setValues()
This method is called when the dialog is opened, or if it is made
visible after being hidden.
|
void |
storeSettings()
This method is called when the user presses OK in the
Preferences dialog.
|
void setValues()
void storeSettings()
boolean readyToClose()
java.lang.String getTabName()