bibliothek.gui.dock.station.stack
Interface StackDockComponentContentBorder

All Superinterfaces:
DockBorder, StackDockComponentBorder, UIValue<BorderModifier>

public interface StackDockComponentContentBorder
extends StackDockComponentBorder

A DockBorder which is put around a Dockable on a StackDockComponent.

Author:
Benjamin Sigg

Field Summary
static Path KIND
          The type of this UIValue
 
Method Summary
 Dockable getDockable()
          Gets the dockable which is associated with this border.
 
Methods inherited from interface bibliothek.gui.dock.station.stack.StackDockComponentBorder
getStackComponent
 
Methods inherited from interface bibliothek.gui.dock.util.UIValue
set
 

Field Detail

KIND

static final Path KIND
The type of this UIValue

Method Detail

getDockable

Dockable getDockable()
Gets the dockable which is associated with this border.

Returns:
the dockable