bibliothek.gui.dock.util
Class TextManager
java.lang.Object
bibliothek.gui.dock.util.UIProperties<String,TextValue,TextBridge>
bibliothek.gui.dock.util.TextManager
public class TextManager
- extends UIProperties<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
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 |
TextManager
public TextManager(DockController controller)