bibliothek.gui.dock.station.flap
Interface FlapWindowBorder

All Superinterfaces:
DockBorder, UIValue<BorderModifier>

public interface FlapWindowBorder
extends DockBorder

A DockBorder that represents a FlapWindow.

Author:
Benjamin Sigg

Field Summary
static Path KIND
          the type of this UIValue
 
Method Summary
 FlapDockStation getStation()
          Gets the station for which this border is used.
 FlapWindow getWindow()
          Gets the window which is represented by this border.
 
Methods inherited from interface bibliothek.gui.dock.util.UIValue
set
 

Field Detail

KIND

static final Path KIND
the type of this UIValue

Method Detail

getWindow

FlapWindow getWindow()
Gets the window which is represented by this border.

Returns:
the window, not null

getStation

FlapDockStation getStation()
Gets the station for which this border is used.

Returns:
the station