public class

UserPreferencesPanel

extends JPanel
implements PreferenceUpdater
java.lang.Object
   ↳ java.awt.Component
     ↳ java.awt.Container
       ↳ javax.swing.JComponent
         ↳ javax.swing.JPanel
           ↳ vars.annotation.ui.preferences.UserPreferencesPanel

Summary

[Expand]
Inherited Constants
From class javax.swing.JComponent
From class java.awt.Component
From interface java.awt.image.ImageObserver
[Expand]
Inherited Fields
From class javax.swing.JComponent
Public Constructors
UserPreferencesPanel(MiscDAOFactory daoFactory)
Create the panel.
Public Methods
void persistPreferences()
Save the current preferences
Protected Methods
UserAccountPreferencesPanel getPanel()
[Expand]
Inherited Methods
From class javax.swing.JPanel
From class javax.swing.JComponent
From class java.awt.Container
From class java.awt.Component
From class java.lang.Object
From interface java.awt.MenuContainer
From interface java.awt.image.ImageObserver
From interface javax.accessibility.Accessible
From interface vars.shared.preferences.PreferenceUpdater

Public Constructors

public UserPreferencesPanel (MiscDAOFactory daoFactory)

Create the panel.

Public Methods

public void persistPreferences ()

Save the current preferences

Protected Methods

protected UserAccountPreferencesPanel getPanel ()