public class GlassEclipseTabTransmitter
extends bibliothek.gui.dock.common.intern.color.TabColorTransmitter
implements bibliothek.gui.dock.common.theme.color.CColorBridge
ColorTransmitter
that connects TabColor
s with the
EclipseTheme
.Modifier and Type | Field and Description |
---|---|
static bibliothek.gui.dock.themes.ColorBridgeFactory |
FACTORY
A factory that creates
EclipseTabTransmitter s. |
Constructor and Description |
---|
GlassEclipseTabTransmitter(bibliothek.gui.dock.util.color.ColorManager manager) |
Modifier and Type | Method and Description |
---|---|
protected Color |
convert(Color source,
String key) |
protected Color |
convertFocused(Color source,
String key) |
protected Color |
convertSelected(Color source,
String key) |
protected boolean |
isFocused(String id) |
protected boolean |
isForeground(String id) |
protected boolean |
isSelected(String id) |
boolean |
matches(String id) |
get, get, getDockable, update
connect, disconnect, getFirstNonNull
add, remove, set, set, setControl
public static final bibliothek.gui.dock.themes.ColorBridgeFactory FACTORY
EclipseTabTransmitter
s.public GlassEclipseTabTransmitter(bibliothek.gui.dock.util.color.ColorManager manager)
public boolean matches(String id)
matches
in interface bibliothek.gui.dock.common.theme.color.CColorBridge
protected boolean isFocused(String id)
isFocused
in class bibliothek.gui.dock.common.intern.color.TabColorTransmitter
protected boolean isSelected(String id)
isSelected
in class bibliothek.gui.dock.common.intern.color.TabColorTransmitter
protected boolean isForeground(String id)
isForeground
in class bibliothek.gui.dock.common.intern.color.TabColorTransmitter
protected Color convert(Color source, String key)
convert
in class bibliothek.gui.dock.common.intern.color.TabColorTransmitter
protected Color convertSelected(Color source, String key)
convertSelected
in class bibliothek.gui.dock.common.intern.color.TabColorTransmitter