nu.zoom.swing.desktop.plugin.portunis.impl
Class ApplicationPreferencesImpl

java.lang.Object
  extended by nu.zoom.swing.desktop.plugin.portunis.impl.ApplicationPreferencesImpl
All Implemented Interfaces:
ApplicationPreferences

public class ApplicationPreferencesImpl
extends Object
implements ApplicationPreferences

Version:
$Revision: 1.3 $
Author:
$Author: johan $
See Also:
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

ApplicationPreferencesImpl

public ApplicationPreferencesImpl(Preferences prefs)
Method Detail

forgetKeyStore

public void forgetKeyStore(File file)
                    throws BackendException
Description copied from interface: ApplicationPreferences
NOT IMPLEMENTED YET

Specified by:
forgetKeyStore in interface ApplicationPreferences
Parameters:
file - The keystore that we want to forget was previously loaded.
Throws:
BackendException

getRememberedKeyStores

public ArrayList<File> getRememberedKeyStores()
                                       throws BackendException
Description copied from interface: ApplicationPreferences
NOT IMPLEMENTED YET

Specified by:
getRememberedKeyStores in interface ApplicationPreferences
Returns:
A list of keystores that was previously loaded.
Throws:
BackendException

rememberKeyStore

public void rememberKeyStore(File file)
                      throws BackendException
Description copied from interface: ApplicationPreferences
NOT IMPLEMENTED YET

Specified by:
rememberKeyStore in interface ApplicationPreferences
Parameters:
file - The keystore that we want to remeber was opened.
Throws:
BackendException

getFileChooserStartDirectory

public String getFileChooserStartDirectory()
                                    throws BackendException
Description copied from interface: ApplicationPreferences
Get the previous directory the user opened a file from.

Specified by:
getFileChooserStartDirectory in interface ApplicationPreferences
Returns:
The directory name.
Throws:
BackendException

setFileChooserStartDirectory

public void setFileChooserStartDirectory(String string)
                                  throws BackendException
Description copied from interface: ApplicationPreferences
Remember a directory the user opened files from.

Specified by:
setFileChooserStartDirectory in interface ApplicationPreferences
Parameters:
string - The directory name.
Throws:
BackendException


Copyright © 2010. All Rights Reserved.