@ColorCodes(value="stack.border") public class LinePainter extends Object implements TabPanePainter
| Constructor and Description |
|---|
LinePainter(EclipseTabPane pane)
Creates a new painter.
|
| 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.
|
public LinePainter(EclipseTabPane pane)
pane - the component for which this painter will workpublic void setController(DockController controller)
TabPanePaintersetController in interface TabPanePaintercontroller - the controller, can be nullpublic void paintBackground(Graphics g)
TabPanePainterEclipseTabPane 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().paintBackground in interface TabPanePainterg - graphics context to use for paintingpublic void paintForeground(Graphics g)
TabPanePainterEclipseTabPane 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().paintForeground in interface TabPanePainterg - the graphics used to paint on tabStripCopyright © 2017 Docking Frames. All rights reserved.