|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TabStripPainter
A TabStripPainter
paints the background of a Component
which shows the tabs of a RexTabbedComponent
.
Method Summary | |
---|---|
void |
paintTabStrip(Component tabStrip,
Graphics g)
Paints the background of tabStrip . |
void |
setController(DockController controller)
Sets the controller for which this painter is used. |
Method Detail |
---|
void setController(DockController controller)
controller
- the controller, can be null
void paintTabStrip(Component tabStrip, Graphics g)
tabStrip
.
tabStrip
- the tabs of tabbedComponent
g
- the graphics used to paint on tabStrip
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |