bibliothek.gui.dock.util.font
Class FontManager

java.lang.Object
  extended by bibliothek.gui.dock.util.UIProperties<FontModifier,DockFont,FontBridge>
      extended by bibliothek.gui.dock.util.font.FontManager

public class FontManager
extends UIProperties<FontModifier,DockFont,FontBridge>

A FontManager contains FontModifiers, DockFonts and FontBridges. Changes of any FontModifiers will be reported to the DockFonts.

Author:
Benjamin Sigg

Constructor Summary
FontManager(DockController controller)
          Creates a new map.
 
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

FontManager

public FontManager(DockController controller)
Creates a new map.

Parameters:
controller - the controller in whose realm this manager is used