bibliothek.extension.gui.dock.theme.eclipse.rex.tab
Interface TabStripPainter

All Known Implementing Classes:
LineStripPainter

public interface TabStripPainter

A TabStripPainter paints the background of a Component which shows the tabs of a RexTabbedComponent.

Author:
Benjamin Sigg

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.
 

Method Detail

setController

void setController(DockController controller)
Sets the controller for which this painter is used.

Parameters:
controller - the controller, can be null

paintTabStrip

void paintTabStrip(Component tabStrip,
                   Graphics g)
Paints the background of tabStrip.

Parameters:
tabStrip - the tabs of tabbedComponent
g - the graphics used to paint on tabStrip