|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FontModifier | |
---|---|
bibliothek.extension.gui.dock.theme.bubble | |
bibliothek.gui.dock.themes.font | |
bibliothek.gui.dock.title | |
bibliothek.gui.dock.util.font | |
bibliothek.gui.dock.util.swing |
Uses of FontModifier in bibliothek.extension.gui.dock.theme.bubble |
---|
Methods in bibliothek.extension.gui.dock.theme.bubble with parameters of type FontModifier | |
---|---|
protected void |
BubbleTab.BubbleTabFont.changed(FontModifier oldValue,
FontModifier newValue)
|
Uses of FontModifier in bibliothek.gui.dock.themes.font |
---|
Constructors in bibliothek.gui.dock.themes.font with parameters of type FontModifier | |
---|---|
TabFont(String id,
DockStation station,
Dockable dockable,
FontModifier backup)
Creates a new font |
|
TabFont(String id,
Path kind,
DockStation station,
Dockable dockable,
FontModifier backup)
Creates a new font |
|
TitleFont(String id,
DockTitle title,
FontModifier backup)
Creates a new title font. |
|
TitleFont(String id,
DockTitle title,
Path kind,
FontModifier backup)
Creates a new title font. |
Uses of FontModifier in bibliothek.gui.dock.title |
---|
Methods in bibliothek.gui.dock.title with parameters of type FontModifier | |
---|---|
protected void |
AbstractDockTitle.addConditionalFont(String id,
Path kind,
Condition condition,
FontModifier backup)
Adds a new conditional font to this title, the conditional font will be applied to AbstractDockTitle.setFont(Font) when its condition
is met. |
void |
AbstractDockTitle.setFontModifier(FontModifier modifier)
|
Uses of FontModifier in bibliothek.gui.dock.util.font |
---|
Classes in bibliothek.gui.dock.util.font that implement FontModifier | |
---|---|
class |
ConstantFontModifier
This FontModifier always returns the same Font |
class |
GenericFontModifier
A FontModifier that can change a font in more than just one way. |
Methods in bibliothek.gui.dock.util.font that return FontModifier | |
---|---|
FontModifier |
AbstractDockFont.font()
Gets the FontModifier which is currently represented by this DockFont . |
Constructors in bibliothek.gui.dock.util.font with parameters of type FontModifier | |
---|---|
AbstractDockFont(String id,
FontModifier backup)
Creates a new DockFont . |
|
AbstractDockFont(String id,
Path kind,
FontModifier backup)
Creates a new DockFont . |
Uses of FontModifier in bibliothek.gui.dock.util.swing |
---|
Methods in bibliothek.gui.dock.util.swing that return FontModifier | |
---|---|
FontModifier |
DComponent.getFontModifier()
Gets the modifier which is used to update the font of this label. |
FontModifier |
DLabel.getFontModifier()
Gets the modifier which is used to update the font of this label. |
FontModifier |
DPanel.getFontModifier()
Gets the modifier which is used to update the font of this label. |
FontModifier |
FontUpdater.getFontModifier()
Gets the modifier which is used to update the font of this label. |
Methods in bibliothek.gui.dock.util.swing with parameters of type FontModifier | |
---|---|
void |
DComponent.setFontModifier(FontModifier modifier)
Sets the modifier which is used to update the font of this label. |
void |
DLabel.setFontModifier(FontModifier modifier)
Sets the modifier which is used to update the font of this label. |
void |
DPanel.setFontModifier(FontModifier modifier)
Sets the modifier which is used to update the font of this label. |
void |
FontUpdater.setFontModifier(FontModifier modifier)
Sets the modifier which is used to update the font of this label. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |