org.globus.cog.gridface.impl.desktop.interfaces
Interface AccessPreferences

All Known Subinterfaces:
CoGTop, DesktopIcon, DesktopToolBar
All Known Implementing Classes:
AbstractDesktop, AbstractDesktopContainer, AbstractIcon, AttributesHolder, DesktopToolBarImpl, ObjectPair

public interface AccessPreferences

To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments


Field Summary
static String NO_TOSTRING
           
static String SUFFIX_TAG
           
 
Method Summary
 void loadPreferences(Preferences startNode)
           
 void savePreferences(Preferences startNode)
           
 

Field Detail

SUFFIX_TAG

public static final String SUFFIX_TAG
See Also:
Constant Field Values

NO_TOSTRING

public static final String NO_TOSTRING
See Also:
Constant Field Values
Method Detail

savePreferences

public void savePreferences(Preferences startNode)

loadPreferences

public void loadPreferences(Preferences startNode)
                     throws Exception
Throws:
Exception