Uses of Class
nan.model.UserSettings

Packages that use UserSettings
nan.model   
nan.view   
 

Uses of UserSettings in nan.model
 

Methods in nan.model that return UserSettings
static UserSettings XMLFactory.getUserSettings(org.dom4j.Document document)
          Recreates a UserSettings object from an XML Document.
 UserSettings Settings.getUserSettings()
          Gets the UserSettings.
 

Uses of UserSettings in nan.view
 

Constructors in nan.view with parameters of type UserSettings
UserSettingsDialog(java.awt.Frame parent, UserSettings settings)
          Creates a new UserSettingsDialog object.