bibliothek.gui.dock.displayer
Interface DisplayerDockBorder

All Superinterfaces:
DockBorder, UIValue<BorderModifier>
All Known Implementing Classes:
BasicDockableDisplayer.DisplayerBorder

public interface DisplayerDockBorder
extends DockBorder

An UIValue observing the BorderModifier that is used for a DockableDisplayer.

Author:
Benjamin Sigg

Field Summary
static Path KIND
          The type of this UIValue
 
Method Summary
 DockableDisplayer getDisplayer()
          Gets the displayer for which this border is used.
 
Methods inherited from interface bibliothek.gui.dock.util.UIValue
set
 

Field Detail

KIND

static final Path KIND
The type of this UIValue

Method Detail

getDisplayer

DockableDisplayer getDisplayer()
Gets the displayer for which this border is used.

Returns:
the displayer, not null