nu.zoom.swing.desktop.plugin.portunis
Interface ApplicationPreferences

All Known Implementing Classes:
ApplicationPreferencesImpl

public interface ApplicationPreferences

Used by the keystore plug-in to store & retrieve GUI preferences.

Version:
$Revision: 1.2 $
Author:
$Author: johan $

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

getRememberedKeyStores

ArrayList<File> getRememberedKeyStores()
                                       throws BackendException
NOT IMPLEMENTED YET

Returns:
A list of keystores that was previously loaded.
Throws:
BackendException

rememberKeyStore

void rememberKeyStore(File file)
                      throws BackendException
NOT IMPLEMENTED YET

Parameters:
file - The keystore that we want to remeber was opened.
Throws:
BackendException

forgetKeyStore

void forgetKeyStore(File file)
                    throws BackendException
NOT IMPLEMENTED YET

Parameters:
file - The keystore that we want to forget was previously loaded.
Throws:
BackendException

getFileChooserStartDirectory

String getFileChooserStartDirectory()
                                    throws BackendException
Get the previous directory the user opened a file from.

Returns:
The directory name.
Throws:
BackendException

setFileChooserStartDirectory

void setFileChooserStartDirectory(String string)
                                  throws BackendException
Remember a directory the user opened files from.

Parameters:
string - The directory name.
Throws:
BackendException


Copyright © 2011. All Rights Reserved.