|
||||||||||
| 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 |
paintBackground(Graphics g)
Paints the decorations of the EclipseTabPane with this
this painter is associated. |
void |
paintForeground(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 nullvoid paintBackground(Graphics g)
EclipseTabPane with this
this painter is associated. This method is called before any Component
is painted. The graphics object is such that its point 0/0 falls together
with the point 0/0 of CombinedStackDockComponent.getAvailableArea().
g - graphics context to use for paintingvoid paintForeground(Graphics g)
EclipseTabPane with which
this painter is associated. This method is called after the Components
have been painted. 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 | |||||||||