protected class BasicDockableDisplayer.Hints extends 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(Boolean border)
Tells whether to paint a border or not.
|
public DockStation getStation()
DockableDisplayerHintsDockStation which is currently responsible for showing a
Dockable.getStation in interface DockableDisplayerHintspublic void setShowBorderHint(Boolean border)
DockableDisplayerHintssetShowBorderHint in interface DockableDisplayerHintsborder - true if the border should be painted,
false if not, null if the default setting
should be usedpublic boolean getShowBorderHint()
Copyright © 2017 Docking Frames. All rights reserved.