bibliothek.gui.dock.themes.basic
Class BasicDockableDisplayer.Hints
java.lang.Object
bibliothek.gui.dock.themes.basic.BasicDockableDisplayer.Hints
- All Implemented Interfaces:
- DockableDisplayerHints
- Enclosing class:
- BasicDockableDisplayer
protected class BasicDockableDisplayer.Hints
- extends Object
- implements DockableDisplayerHints
This implementation of DockableDisplayerHints forwards
any changes to its BasicDockableDisplayer.
- Author:
- Benjamin Sigg
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicDockableDisplayer.Hints
protected BasicDockableDisplayer.Hints()
setShowBorderHint
public void setShowBorderHint(Boolean border)
- Description copied from interface:
DockableDisplayerHints
- Tells whether to paint a border or not.
- Specified by:
setShowBorderHint in interface DockableDisplayerHints
- Parameters:
border - true if the border should be painted,
false if not, null if the default setting
should be used
getShowBorderHint
public boolean getShowBorderHint()
- Gets the hint that tells whether the border should be shown or not.
- Returns:
- whether the border should be shown or
null