public interface ApplicationPreferences
| 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.
|
ArrayList<File> getRememberedKeyStores() throws BackendException
BackendExceptionvoid rememberKeyStore(File file) throws BackendException
file - The keystore that we want to remeber was opened.BackendExceptionvoid forgetKeyStore(File file) throws BackendException
file - The keystore that we want to forget was previously loaded.BackendExceptionString getFileChooserStartDirectory() throws BackendException
BackendExceptionvoid setFileChooserStartDirectory(String string) throws BackendException
string - The directory name.BackendExceptionCopyright © 2012. All Rights Reserved.