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 |
void |
setShowBorderHint(java.lang.Boolean border)
Tells whether to paint a border or not. |
setShowBorderHint
void setShowBorderHint(java.lang.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