Uses of Class
bibliothek.gui.dock.common.intern.ui.UITransmitter
Packages that use UITransmitter
Package
Description
Various implementations of
ColorBridge used by the themes of Common
to transfer colors from the ColorMap of CDockables
through the ColorManager to the Components which are related
to said dockables.Various implementations of
FontBridge to transfer
fonts stored in a FontMap.-
Uses of UITransmitter in bibliothek.gui.dock.common.intern.color
Subclasses of UITransmitter in bibliothek.gui.dock.common.intern.colorModifier and TypeClassDescriptionclassA transmitter toBasicButtonDockTitle.classAColorTransmitterconnecting theBasicThemewith the individual color requests of common-project elements.classA connection between theColorMaps and theBasicDockTitles.classA transmitter setting the colors of the flap button titles when using aBubbleTheme.classA transmitter connectingColorMapandBubbleDisplayer.classA transmitter handlingTabColors related to aBubbleTheme.classA connection between aBubbleTheme-title and theColorMap.classclassclassclassclassA color transmitter for the button-title used on minimized areas.classAColorTransmitterused forTabColors.classA color transmitter that connectsTitleColors with the common-project and theColorMapof theCDockables. -
Uses of UITransmitter in bibliothek.gui.dock.common.intern.font
Subclasses of UITransmitter in bibliothek.gui.dock.common.intern.fontModifier and TypeClassDescriptionclassA transmitter mappingFontMap.FONT_KEY_MINIMIZED_BUTTONandFontMap.FONT_KEY_MINIMIZED_BUTTON_FOCUSEDtoDockFont.ID_FLAP_BUTTON_INACTIVEandDockFont.ID_FLAP_BUTTON_ACTIVE.classAFontTransmitterobserves someFontMapand transmitsFontModifiers of these maps to a set ofDockFonts.classAFontTransmitterthat has a simple 1 to 1 relationship between keys.classAListFontTransmitterupdates the fonts forDockFont.ID_TAB_FOCUSED,DockFont.ID_TAB_SELECTEDandDockFont.ID_TAB_UNSELECTEDusingFontMap.FONT_KEY_TAB,FontMap.FONT_KEY_TAB_FOCUSEDandFontMap.FONT_KEY_TAB_SELECTED.classAListFontTransmitterupdates the fonts forDockFont.ID_TAB_FOCUSED,DockFont.ID_TAB_SELECTEDandDockFont.ID_TAB_UNSELECTEDusingFontMap.FONT_KEY_TAB,FontMap.FONT_KEY_TAB_FOCUSEDandFontMap.FONT_KEY_TAB_SELECTED.classATitleFontTransmitterupdates the fonts forDockFont.ID_TITLE_ACTIVEandDockFont.ID_TITLE_INACTIVEusingFontMap.FONT_KEY_TITLEandFontMap.FONT_KEY_TITLE_FOCUSED.