A - the type of item wrapped in this objectpublic interface BasicTitleViewItem<A> extends ViewItem<A>
| Modifier and Type | Method and Description |
|---|---|
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.
|
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 titleCopyright © 2017 Docking Frames. All rights reserved.