bibliothek.extension.gui.dock.theme.bubble
Class BubbleStackDockComponent.BubbleTabColor
java.lang.Object
bibliothek.gui.dock.util.color.AbstractDockColor
bibliothek.gui.dock.themes.color.TabColor
bibliothek.extension.gui.dock.theme.bubble.BubbleStackDockComponent.BubbleTabColor
- All Implemented Interfaces:
- DockColor
- Enclosing class:
- BubbleStackDockComponent
protected class BubbleStackDockComponent.BubbleTabColor
- extends TabColor
Some color needed on a BubbleStackDockComponent.Tab
.
- Author:
- Benjamin Sigg
Methods inherited from class bibliothek.gui.dock.util.color.AbstractDockColor |
color, connect, getBackup, getId, getKind, getValue, set, setBackup, setId, setKind, setManager, setValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BubbleStackDockComponent.BubbleTabColor
public BubbleStackDockComponent.BubbleTabColor(BubbleStackDockComponent.Tab tab,
int state,
String id,
String animationId,
BubbleColorAnimation animation,
Dockable dockable,
Color backup)
transmit
public void transmit()
- Transmits the color of this
TabColor
if the state is
correct.
changed
protected void changed(Color oldColor,
Color newColor)
- Description copied from class:
AbstractDockColor
- Called when the color of this
AbstractDockColor
has changed
- Specified by:
changed
in class AbstractDockColor
- Parameters:
oldColor
- the old color, can be null
newColor
- the new color, can be null