com.partnersoft.preferences.model
Interface SubsystemPreferences

All Superinterfaces:
Coggable
All Known Implementing Classes:
AbstractSubsystemPreferences, ControlPreferences, GraphicsPreferences, Java2dPreferences, LayoutPreferences, MapsetPreferences, MapSpacePreferences, OpenglPreferences, SoundPreferences, UpdatePreferences, VideoPreferences

public interface SubsystemPreferences
extends Coggable

Interface for all subsystem-specific preference model objects.

This unfortunately has a similar name to java.util.prefs.Preferences, but has no direct relationship with that class.

All SubsystemPreferences must be Coggable, since this is the primary method of storage, and have a name.

Copyright 2010 Partner Software, Inc.

Version:
$Id$
Author:
Paul Reavis

Method Summary
 java.lang.String getName()
          This is the name of the preferences object, used when storing or referring to it as a preset default.
 void setName(java.lang.String name)
           
 
Methods inherited from interface com.partnersoft.cog.Coggable
toCog
 

Method Detail

getName

java.lang.String getName()
This is the name of the preferences object, used when storing or referring to it as a preset default.


setName

void setName(java.lang.String name)