public interface TabPanePainter
TabPanePainter paints decorations on a EclipseTabPane.| Modifier and Type | Method and Description |
|---|---|
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.
|
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 tabStripCopyright © 2017 Docking Frames. All rights reserved.