|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UIBridge | |
|---|---|
| bibliothek.gui.dock.common.intern.color | 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. |
| bibliothek.gui.dock.common.intern.font | Various implementations of FontBridge to transfer
fonts stored in a FontMap. |
| bibliothek.gui.dock.common.intern.ui | Base-classes intended for inheritance and small strategy-classes modifying the way Core works. |
| bibliothek.gui.dock.common.theme.color | Introduces an extension to the color management. |
| bibliothek.gui.dock.util | Distribution of information in a global scale and methods available from everywhere. |
| bibliothek.gui.dock.util.color | The color subsystem, used by most of the components to search for the colors they need to paint. |
| bibliothek.gui.dock.util.font | The font-subsystem is used to define the fonts that are used to paint text. |
| Uses of UIBridge in bibliothek.gui.dock.common.intern.color |
|---|
| Classes in bibliothek.gui.dock.common.intern.color that implement UIBridge | |
|---|---|
class |
BasicButtonTitleTransmitter
A transmitter to BasicButtonDockTitle. |
class |
BasicTabTransmitter
A ColorTransmitter connecting the BasicTheme with the
individual color requests of common-project elements. |
class |
BasicTitleTransmitter
A connection between the ColorMaps and the BasicDockTitles. |
class |
BubbleButtonTitleTransmitter
A transmitter setting the colors of the flap button titles when using a BubbleTheme. |
class |
BubbleDisplayerTransmitter
A transmitter connecting ColorMap and BubbleDisplayer. |
class |
BubbleTabTransmitter
A transmitter handling TabColors related to a BubbleTheme. |
class |
BubbleTitleTransmitter
A connection between a BubbleTheme-title and the ColorMap. |
class |
ColorTransmitter
A ColorTransmitter observes some ColorMaps
and transmits some Colors of these maps to a set of DockColors. |
class |
EclipseTabTransmitter
A ColorTransmitter that connects TabColors with the
EclipseTheme. |
class |
FlatTabTransmitter
A ColorBridge for FlatTheme used in combination with
CDockable and its ColorMap. |
class |
FlatTitleTransmitter
A connection between a FlatTheme-title and the ColorMap. |
class |
MinimizedButtonColorTransmitter
A color transmitter for the button-title used on minimized areas. |
class |
TabColorTransmitter
A ColorTransmitter used for TabColors. |
class |
TitleColorTransmitter
A color transmitter that connects TitleColors with the common-project
and the ColorMap of the CDockables. |
| Uses of UIBridge in bibliothek.gui.dock.common.intern.font |
|---|
| Uses of UIBridge in bibliothek.gui.dock.common.intern.ui |
|---|
| Classes in bibliothek.gui.dock.common.intern.ui that implement UIBridge | |
|---|---|
class |
UITransmitter<V,U extends UIValue<V>>
An UITransmitter listens to some kind of map
and updates some UIValues when the contents of that map change. |
| Uses of UIBridge in bibliothek.gui.dock.common.theme.color |
|---|
| Subinterfaces of UIBridge in bibliothek.gui.dock.common.theme.color | |
|---|---|
interface |
CColorBridge
A ColorBridge which filters the interesting colors. |
| Classes in bibliothek.gui.dock.common.theme.color that implement UIBridge | |
|---|---|
class |
ExtendedColorBridge
This ColorBridge uses a delegate and applies a set of CColorBridges. |
| Uses of UIBridge in bibliothek.gui.dock.util |
|---|
| Classes in bibliothek.gui.dock.util with type parameters of type UIBridge | |
|---|---|
class |
UIProperties<V,U extends UIValue<V>,B extends UIBridge<V,U>>
A map containing which contains some string-values pairs and so called bridges to modify these values when reading them out. |
| Classes in bibliothek.gui.dock.util that implement UIBridge | |
|---|---|
class |
MultiUIBridge<V,U extends UIValue<V>>
A MultiUIBridge is a collection of UIBridges. |
| Methods in bibliothek.gui.dock.util that return UIBridge | |
|---|---|
UIBridge<V,U> |
MultiUIBridge.getBridge(String id)
Searches the bridge that handles resources with the key id. |
| Methods in bibliothek.gui.dock.util with parameters of type UIBridge | |
|---|---|
void |
MultiUIBridge.put(String id,
UIBridge<V,U> bridge)
Specifies a bridge that handles all calls regarding id. |
| Uses of UIBridge in bibliothek.gui.dock.util.color |
|---|
| Subinterfaces of UIBridge in bibliothek.gui.dock.util.color | |
|---|---|
interface |
ColorBridge
A ColorBridge is a layer between a ColorManager and
a DockColor. |
| Classes in bibliothek.gui.dock.util.color that implement UIBridge | |
|---|---|
class |
MultiColorBridge
A ColorBridge which uses other bridges to handle some colors. |
| Uses of UIBridge in bibliothek.gui.dock.util.font |
|---|
| Subinterfaces of UIBridge in bibliothek.gui.dock.util.font | |
|---|---|
interface |
FontBridge
A font bridge is a layer between a DockFont and the FontManager,
it can modify the FontModifier that is transfered from manager
to DockFont. |
| Classes in bibliothek.gui.dock.util.font that implement UIBridge | |
|---|---|
class |
MultiFontBridge
A collection of multiple UIBridges. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||