bibliothek.gui.dock.util
Class TextManager

java.lang.Object
  extended by bibliothek.gui.dock.util.UIProperties<java.lang.String,TextValue,TextBridge>
      extended by bibliothek.gui.dock.util.TextManager

public class TextManager
extends UIProperties<java.lang.String,TextValue,TextBridge>

A map of String-String pairs used by various objects. Each String can be stored with different priorities and can be replaced at any time. Clients should not access the entries directly, they should create a TextValue and register it in order to receive updates when necessary.

Author:
Benjamin Sigg

Constructor Summary
TextManager(DockController controller)
           
 
Method Summary
 
Methods inherited from class bibliothek.gui.dock.util.UIProperties
add, clear, get, get, getBridge, getBridgeFor, getController, getScheme, isObserved, isObserved, isStored, lockUpdate, publish, put, remove, setScheme, unlockUpdate, unpublish, unpublish
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextManager

public TextManager(DockController controller)