|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A - the type of item wrapped in this objectpublic interface BasicTitleViewItem<A>
A view item that will be shown between some buttons on a DockTitle.
| Method Summary | |
|---|---|
void |
setBackground(Color background)
Called by the title that shows this item to tell this item what the background color of the title is. |
void |
setForeground(Color foreground)
Called by the title that shows this item to tell this item what the foreground color of the title is. |
void |
setOrientation(DockTitle.Orientation orientation)
Informs the item about the orientation of the title that uses this item. |
| Methods inherited from interface bibliothek.gui.dock.action.view.ViewItem |
|---|
bind, getAction, getItem, unbind |
| Method Detail |
|---|
void setOrientation(DockTitle.Orientation orientation)
orientation - the orientationvoid setForeground(Color foreground)
foreground - the foreground color of the titlevoid setBackground(Color background)
background - the background color of the title
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||