com.partnersoft.system
Interface Preferential


public interface Preferential

Something whose state can be saved and loaded to Preferences.

You can register Preferentials with the PreferenceManager and have their state automagically saved when the Partner system shuts down.

Copyright 2007 Partner Software, Inc.

Version:
$Id: Preferential.java 1012 2007-11-24 18:30:02Z paul $
Author:
Paul Reavis

Method Summary
 Path getPreferencesPath()
           
 void loadFromPreferences(java.util.prefs.Preferences prefs)
           
 void saveToPreferences(java.util.prefs.Preferences prefs)
           
 

Method Detail

getPreferencesPath

Path getPreferencesPath()

loadFromPreferences

void loadFromPreferences(java.util.prefs.Preferences prefs)

saveToPreferences

void saveToPreferences(java.util.prefs.Preferences prefs)