public interface DockableDisplayerHints
Dockables. Hints
tell the parent how to display its child, for example whether they should
paint a border around the child or not.| Modifier and Type | Method and Description |
|---|---|
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.
|
DockStation getStation()
DockStation which is currently responsible for showing a
Dockable.void setShowBorderHint(Boolean border)
border - true if the border should be painted,
false if not, null if the default setting
should be usedCopyright © 2017 Docking Frames. All rights reserved.