org.jSyncManager.Client
Class UserPreferencesPanel
JPanelorg.jSyncManager.Client.UserPreferencesPanel
- ActionListener
public final class UserPreferencesPanel
extends JPanel
implements ActionListener
The User Preferences Panel.
This class contains the user preferences panel.
void | actionPerformed(ActionEvent ae)- A method to handle events.
|
void | save()- Saves changes to the UserPreferences object and calls UserPreferences.saveChanges().
|
UserPreferencesPanel
public UserPreferencesPanel(RegistrationData preferences,
SettingsDialog parent)Constructs a new UserPreferencesPanel.
preferences - the user preferences class instance.parent - the parent SettingsDialog.
actionPerformed
public void actionPerformed(ActionEvent ae)
A method to handle events.
ae - the ActionEvent to be processed.
save
public void save()
Saves changes to the UserPreferences object and calls UserPreferences.saveChanges().