bibliothek.gui.dock.displayer
Interface DisplayerBackgroundComponent

All Superinterfaces:
BackgroundComponent, UIValue<BackgroundPaint>

public interface DisplayerBackgroundComponent
extends BackgroundComponent

A BackgroundComponent represents a DockableDisplayer.

Author:
Benjamin Sigg

Field Summary
static Path KIND
          the kind of UIValue this is
 
Method Summary
 DockableDisplayer getDisplayer()
          Gets the displayer which is represented by this component.
 
Methods inherited from interface bibliothek.gui.dock.util.BackgroundComponent
getComponent, repaint
 
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

getDisplayer

DockableDisplayer getDisplayer()
Gets the displayer which is represented by this component.

Returns:
the displayer, not null