|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbibliothek.extension.gui.dock.theme.eclipse.rex.tab.LineStripPainter
@ColorCodes(value="stack.border") public class LineStripPainter
Paints the background of the tab by just painting a single line.
Constructor Summary | |
---|---|
LineStripPainter(RexTabbedComponent tabbedComponent)
Creates a new painter. |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LineStripPainter(RexTabbedComponent tabbedComponent)
tabbedComponent
- the component for which this painter will workMethod Detail |
---|
public void paintTabStrip(Component tabStrip, Graphics g)
TabStripPainter
tabStrip
.
paintTabStrip
in interface TabStripPainter
tabStrip
- the tabs of tabbedComponent
g
- the graphics used to paint on tabStrip
public void setController(DockController controller)
TabStripPainter
setController
in interface TabStripPainter
controller
- the controller, can be null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |