|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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 used
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||