|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SubsystemPreferences
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.
| 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 |
|---|
java.lang.String getName()
void setName(java.lang.String name)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||