Package org.nuclos.api.ui
Interface UserSettingsEditor
public interface UserSettingsEditor
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close
(boolean saved) getIcon()
getName()
called on savegetSettingsComponent
(Settings prefs)
-
Method Details
-
getName
String getName()- Returns:
- name for User Settings Dialog
-
getIcon
Icon getIcon()- Returns:
- icon for User Settings Dialog
-
getSettingsKey
String getSettingsKey()- Returns:
-
getSettingsComponent
- Parameters:
prefs
- Settings for the current user- Returns:
- Component for User Settings Dialog
-
getSettings
Settings getSettings()called on save- Returns:
- Settings for the current user
-
close
void close(boolean saved) - Parameters:
saved
-
-