protected class BasicDockableDisplayer.Hints extends java.lang.Object implements DockableDisplayerHints
DockableDisplayerHints
forwards
any changes to its BasicDockableDisplayer
.Modifier | Constructor and Description |
---|---|
protected |
Hints() |
Modifier and Type | Method and Description |
---|---|
boolean |
getShowBorderHint()
Gets the hint that tells whether the border should be shown or not.
|
DockStation |
getStation()
Gets the
DockStation which is currently responsible for showing a
Dockable . |
void |
setShowBorderHint(java.lang.Boolean border)
Tells whether to paint a border or not.
|
public DockStation getStation()
DockableDisplayerHints
DockStation
which is currently responsible for showing a
Dockable
.getStation
in interface DockableDisplayerHints
public void setShowBorderHint(java.lang.Boolean border)
DockableDisplayerHints
setShowBorderHint
in interface DockableDisplayerHints
border
- true
if the border should be painted,
false
if not, null
if the default setting
should be usedpublic boolean getShowBorderHint()