public class ApplicationPreferencesImpl extends Object implements ApplicationPreferences
ApplicationPreferences| Constructor and Description |
|---|
ApplicationPreferencesImpl(Preferences prefs) |
| Modifier and Type | Method and Description |
|---|---|
void |
forgetKeyStore(File file)
NOT IMPLEMENTED YET
|
String |
getFileChooserStartDirectory()
Get the previous directory the user opened a file from.
|
ArrayList<File> |
getRememberedKeyStores()
NOT IMPLEMENTED YET
|
void |
rememberKeyStore(File file)
NOT IMPLEMENTED YET
|
void |
setFileChooserStartDirectory(String string)
Remember a directory the user opened files from.
|
public ApplicationPreferencesImpl(Preferences prefs)
public void forgetKeyStore(File file) throws BackendException
ApplicationPreferencesforgetKeyStore in interface ApplicationPreferencesfile - The keystore that we want to forget was previously loaded.BackendExceptionpublic ArrayList<File> getRememberedKeyStores() throws BackendException
ApplicationPreferencesgetRememberedKeyStores in interface ApplicationPreferencesBackendExceptionpublic void rememberKeyStore(File file) throws BackendException
ApplicationPreferencesrememberKeyStore in interface ApplicationPreferencesfile - The keystore that we want to remeber was opened.BackendExceptionpublic String getFileChooserStartDirectory() throws BackendException
ApplicationPreferencesgetFileChooserStartDirectory in interface ApplicationPreferencesBackendExceptionpublic void setFileChooserStartDirectory(String string) throws BackendException
ApplicationPreferencessetFileChooserStartDirectory in interface ApplicationPreferencesstring - The directory name.BackendExceptionCopyright © 2012. All Rights Reserved.