|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnu.zoom.swing.desktop.plugin.portunis.impl.ApplicationPreferencesImpl
public class ApplicationPreferencesImpl
ApplicationPreferences| Constructor Summary | |
|---|---|
ApplicationPreferencesImpl(Preferences prefs)
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ApplicationPreferencesImpl(Preferences prefs)
| Method Detail |
|---|
public void forgetKeyStore(File file)
throws BackendException
ApplicationPreferences
forgetKeyStore in interface ApplicationPreferencesfile - The keystore that we want to forget was previously loaded.
BackendException
public ArrayList<File> getRememberedKeyStores()
throws BackendException
ApplicationPreferences
getRememberedKeyStores in interface ApplicationPreferencesBackendException
public void rememberKeyStore(File file)
throws BackendException
ApplicationPreferences
rememberKeyStore in interface ApplicationPreferencesfile - The keystore that we want to remeber was opened.
BackendException
public String getFileChooserStartDirectory()
throws BackendException
ApplicationPreferences
getFileChooserStartDirectory in interface ApplicationPreferencesBackendException
public void setFileChooserStartDirectory(String string)
throws BackendException
ApplicationPreferences
setFileChooserStartDirectory in interface ApplicationPreferencesstring - The directory name.
BackendException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||