A
- the type of item wrapped in this objectpublic interface BasicTitleViewItem<A> extends ViewItem<A>
Modifier and Type | Method and Description |
---|---|
void |
setBackground(java.awt.Color background)
Called by the title that shows this item to tell this item what the
background color of the title is.
|
void |
setForeground(java.awt.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(java.awt.Color foreground)
foreground
- the foreground color of the titlevoid setBackground(java.awt.Color background)
background
- the background color of the title