bibliothek.gui.dock.displayer
Interface DockableDisplayerHints

All Known Implementing Classes:
BasicDockableDisplayer.Hints

public interface DockableDisplayerHints

Hints are used by components which are parents of Dockables. Hints tell the parent how to display its child, for example whether they should paint a border around the child or not.
There is no obligation for a parent to respect any hint.

Author:
Benjamin Sigg

Method Summary
 DockStation getStation()
          Gets the DockStation which is currently responsible for showing a Dockable.
 void setShowBorderHint(Boolean border)
          Tells whether to paint a border or not.
 

Method Detail

getStation

DockStation getStation()
Gets the DockStation which is currently responsible for showing a Dockable.


setShowBorderHint

void setShowBorderHint(Boolean border)
Tells whether to paint a border or not.

Parameters:
border - true if the border should be painted, false if not, null if the default setting should be used