de.tkuhn.util.prefs.gui
Class MetaPrefMapping

java.lang.Object
  extended by de.tkuhn.util.prefs.gui.PrefMapping
      extended by de.tkuhn.util.prefs.gui.MetaPrefMapping

public class MetaPrefMapping
extends PrefMapping

A mapping that maps preferences together with their meta information and resources

Author:
Tilmann Kuhn

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

MetaPrefMapping

public MetaPrefMapping()
Creates a new instance of PrefMapping


MetaPrefMapping

public MetaPrefMapping(java.util.prefs.Preferences prefs,
                       java.lang.String key,
                       MetaInfo info,
                       java.util.ResourceBundle resources)
Method Detail

clone

public java.lang.Object clone()
Overrides:
clone in class PrefMapping

getInfo

public MetaInfo getInfo()
Getter for property info.

Returns:
Value of property info.

setInfo

public void setInfo(MetaInfo info)
Setter for property info.

Parameters:
info - New value of property info.

getResources

public java.util.ResourceBundle getResources()
Getter for property resources.

Returns:
Value of property resources.

setResources

public void setResources(java.util.ResourceBundle resources)
Setter for property resources.

Parameters:
resources - New value of property resources.


Copyright © Tilmann Kuhn