public interface PreferencesPage
Modifier and Type | Method and Description |
---|---|
void |
displayDefaults()
Called to indicate the implementing UI should read the values out
of the global data store and re-apply them to the UI.
|
String |
getHelpID()
Returns the help ID for this preferences page
|
void |
storePrefs()
Called to indicate the implementing UI should save any modified
properties out to the global data store.
|
boolean |
validatePage()
Called before storePrefs() to allow the page an opportunity to
validate itself.
|
void displayDefaults()
void storePrefs()
String getHelpID()
boolean validatePage()
Copyright © 2003, 2023, Oracle and/or its affiliates.