Package org.eclipse.jface.dialogs
Interface IDialogSettingsProvider
public interface IDialogSettingsProvider
Provides dialog settings without assumption on how the dialog settings should
 be saved or restored. This is up to the implementation of the interface.
- Since:
- 3.22
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptionReloads the persisted dialog settings or provides a newIDialogSettingsif there is no existing dialog settings.voidSaves the dialog settings.
- 
Method Details- 
loadDialogSettingsIDialogSettings loadDialogSettings()Reloads the persisted dialog settings or provides a newIDialogSettingsif there is no existing dialog settings.- Returns:
- an instance of IDialogSettings
 
- 
saveDialogSettingsvoid saveDialogSettings()Saves the dialog settings.
- 
getDialogSettingsIDialogSettings getDialogSettings()- Returns:
- the dialog settings, never null.
 
 
-