|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TabPanePainter
A TabPanePainter
paints decorations on a EclipseTabPane
.
Method Summary | |
---|---|
void |
paint(Graphics g)
Paints the decorations of the EclipseTabPane with which
this painter is associated. |
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 paint(Graphics g)
EclipseTabPane
with which
this painter is associated. The graphics object is such that
its point 0/0 falls together with the point 0/0 of
CombinedStackDockComponent.getAvailableArea()
.
g
- the graphics used to paint on tabStrip
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |