|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.themes.basic.BasicDockableDisplayer.Hints
protected class BasicDockableDisplayer.Hints
This implementation of DockableDisplayerHints forwards
any changes to its BasicDockableDisplayer.
| Constructor Summary | |
|---|---|
protected |
BasicDockableDisplayer.Hints()
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected BasicDockableDisplayer.Hints()
| Method Detail |
|---|
public DockStation getStation()
DockableDisplayerHintsDockStation which is currently responsible for showing a
Dockable.
getStation in interface DockableDisplayerHintspublic void setShowBorderHint(Boolean border)
DockableDisplayerHints
setShowBorderHint in interface DockableDisplayerHintsborder - true if the border should be painted,
false if not, null if the default setting
should be usedpublic boolean getShowBorderHint()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||