Uses of Class
bibliothek.gui.dock.util.font.AbstractDockFont

Packages that use AbstractDockFont
bibliothek.extension.gui.dock.theme.bubble   
bibliothek.gui.dock.themes.font   
bibliothek.gui.dock.title   
 

Uses of AbstractDockFont in bibliothek.extension.gui.dock.theme.bubble
 

Subclasses of AbstractDockFont in bibliothek.extension.gui.dock.theme.bubble
protected  class BubbleTab.BubbleTabFont
          Some font needed on a Tab
 

Uses of AbstractDockFont in bibliothek.gui.dock.themes.font
 

Subclasses of AbstractDockFont in bibliothek.gui.dock.themes.font
 class TabFont
          A font used for a tab for example on a StackDockStation.
 class TitleFont
          Represents a font used by a DockTitle.
 

Uses of AbstractDockFont in bibliothek.gui.dock.title
 

Methods in bibliothek.gui.dock.title with parameters of type AbstractDockFont
protected  void AbstractDockTitle.addFont(AbstractDockFont font)
          Adds a font to the list of fonts, this title will ensure that font gets connected to a FontManager as soon as this title is bound.
protected  void AbstractDockTitle.removeFont(AbstractDockFont font)
          Removes a font from this title.