|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ApplicationPreferences
Used by the keystore plug-in to store & retrieve GUI preferences.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
ArrayList<File> getRememberedKeyStores()
throws BackendException
BackendException
void rememberKeyStore(File file)
throws BackendException
file - The keystore that we want to remeber was opened.
BackendException
void forgetKeyStore(File file)
throws BackendException
file - The keystore that we want to forget was previously loaded.
BackendException
String getFileChooserStartDirectory()
throws BackendException
BackendException
void setFileChooserStartDirectory(String string)
throws BackendException
string - The directory name.
BackendException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||