|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ApplicationPreferences | |
---|---|
eTextReader | |
eTextReader.clientInterface |
Uses of ApplicationPreferences in eTextReader |
---|
Fields in eTextReader with type parameters of type ApplicationPreferences | |
---|---|
private java.util.Hashtable<ApplicationPreferences,java.lang.Object> |
User.preferences
The set of application preferences associated with the current user |
Methods in eTextReader that return ApplicationPreferences | |
---|---|
static ApplicationPreferences |
ApplicationPreferences.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ApplicationPreferences[] |
ApplicationPreferences.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in eTextReader that return types with arguments of type ApplicationPreferences | |
---|---|
java.util.Hashtable<ApplicationPreferences,java.lang.Object> |
User.getApplicationPreferences()
Returns a Hashtable containing all of the application preferences |
private java.util.Hashtable<ApplicationPreferences,java.lang.Object> |
Browser.getPreferences()
Delegates retrieval of application preferences to the User object. |
Methods in eTextReader with parameters of type ApplicationPreferences | |
---|---|
java.lang.Object |
User.getApplicationPreference(ApplicationPreferences preferenceType)
Return the value of the given preference |
void |
User.setAccelerator(ApplicationPreferences key,
javax.swing.KeyStroke accelerator)
|
Uses of ApplicationPreferences in eTextReader.clientInterface |
---|
Methods in eTextReader.clientInterface that return types with arguments of type ApplicationPreferences | |
---|---|
java.util.Hashtable<ApplicationPreferences,java.lang.Object> |
DBClient.retrieveApplicationPrefs(java.lang.String user)
retrieves user's ApplicationPrefs preferences from the database |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |