|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectde.tkuhn.util.prefs.gui.PrefMapping
de.tkuhn.util.prefs.gui.MetaPrefMapping
public class MetaPrefMapping
A mapping that maps preferences together with their meta information and resources
| Constructor Summary | |
|---|---|
MetaPrefMapping()
Creates a new instance of PrefMapping |
|
MetaPrefMapping(java.util.prefs.Preferences prefs,
java.lang.String key,
MetaInfo info,
java.util.ResourceBundle resources)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
|
MetaInfo |
getInfo()
Getter for property info. |
java.util.ResourceBundle |
getResources()
Getter for property resources. |
void |
setInfo(MetaInfo info)
Setter for property info. |
void |
setResources(java.util.ResourceBundle resources)
Setter for property resources. |
| Methods inherited from class de.tkuhn.util.prefs.gui.PrefMapping |
|---|
getKey, getPrefs, setKey, setPrefs, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MetaPrefMapping()
public MetaPrefMapping(java.util.prefs.Preferences prefs,
java.lang.String key,
MetaInfo info,
java.util.ResourceBundle resources)
| Method Detail |
|---|
public java.lang.Object clone()
clone in class PrefMappingpublic MetaInfo getInfo()
public void setInfo(MetaInfo info)
info - New value of property info.public java.util.ResourceBundle getResources()
public void setResources(java.util.ResourceBundle resources)
resources - New value of property resources.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||