bibliothek.extension.gui.dock.theme.bubble
Class BubbleStackDockComponent.BubbleTabColor

java.lang.Object
  extended by bibliothek.gui.dock.util.color.AbstractDockColor
      extended by bibliothek.gui.dock.themes.color.TabColor
          extended by 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

Constructor Summary
BubbleStackDockComponent.BubbleTabColor(BubbleStackDockComponent.Tab tab, int state, String id, String animationId, BubbleColorAnimation animation, Dockable dockable, Color backup)
           
 
Method Summary
protected  void changed(Color oldColor, Color newColor)
          Called when the color of this AbstractDockColor has changed
 void transmit()
          Transmits the color of this TabColor if the state is correct.
 
Methods inherited from class bibliothek.gui.dock.themes.color.TabColor
getDockable, getStation
 
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
 

Constructor Detail

BubbleStackDockComponent.BubbleTabColor

public BubbleStackDockComponent.BubbleTabColor(BubbleStackDockComponent.Tab tab,
                                               int state,
                                               String id,
                                               String animationId,
                                               BubbleColorAnimation animation,
                                               Dockable dockable,
                                               Color backup)
Method Detail

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