bibliothek.gui.dock.dockable
Interface DockableBackgroundComponent

All Superinterfaces:
BackgroundComponent, UIValue<BackgroundPaint>

public interface DockableBackgroundComponent
extends BackgroundComponent

A BackgroundComponent that represents a Dockable.

Author:
Benjamin Sigg

Field Summary
static Path KIND
          the kind of this UIValue
 
Method Summary
 Dockable getDockable()
          Gets the Dockable which is represented by this component.
 
Methods inherited from interface bibliothek.gui.dock.util.BackgroundComponent
getComponent, getTransparency, repaint, setTransparency
 
Methods inherited from interface bibliothek.gui.dock.util.UIValue
set
 

Field Detail

KIND

static final Path KIND
the kind of this UIValue

Method Detail

getDockable

Dockable getDockable()
Gets the Dockable which is represented by this component.

Returns:
the docakble, not null