bibliothek.gui.dock.station.stack
Interface StackDockComponentBorder

All Superinterfaces:
DockBorder, UIValue<BorderModifier>
All Known Subinterfaces:
StackDockComponentContentBorder

public interface StackDockComponentBorder
extends DockBorder

A DockBorder that is used by a StackDockComponent.

Author:
Benjamin Sigg

Field Summary
static Path KIND
          The kind of UIValue this is
 
Method Summary
 StackDockComponent getStackComponent()
          Gets the StackDockComponent which is represented by this UIValue.
 
Methods inherited from interface bibliothek.gui.dock.util.UIValue
set
 

Field Detail

KIND

static final Path KIND
The kind of UIValue this is

Method Detail

getStackComponent

StackDockComponent getStackComponent()
Gets the StackDockComponent which is represented by this UIValue.

Returns:
the component, not null