| org.jvnet.substance.netbeans.SubstanceViewTabDisplayerUI
SubstanceViewTabDisplayerUI | public class SubstanceViewTabDisplayerUI extends AbstractViewTabDisplayerUI (Code) | | |
Method Summary | |
public static ComponentUI | createUI(JComponent c) Should be constructed only from createUI method. | static Color | getActBgColor() | static Color | getInactBgColor() | public Dimension | getPreferredSize(JComponent c) | protected Font | getTxtFont() Specifies font to use for text and font metrics. | public void | installUI(JComponent c) | public void | paint(Graphics g, JComponent c) | protected void | paintTabBackground(Graphics g, int index, int x, int y, int width, int height) | protected void | paintTabBorder(Graphics g, int index, int x, int y, int width, int height) | protected void | paintTabContent(Graphics _g, int index, String text, int x, int y, int width, int height) | public void | update(Graphics graphics, JComponent jComponent) |
SubstanceViewTabDisplayerUI | protected SubstanceViewTabDisplayerUI(TabDisplayer displayer)(Code) | | |
getTxtFont | protected Font getTxtFont()(Code) | | Specifies font to use for text and font metrics. Subclasses may override
to specify their own text font
|
paint | public void paint(Graphics g, JComponent c)(Code) | | Overrides basic paint mathod, adds painting of overall
bottom area, depending on activation status value
|
paintTabBackground | protected void paintTabBackground(Graphics g, int index, int x, int y, int width, int height)(Code) | | |
paintTabBorder | protected void paintTabBorder(Graphics g, int index, int x, int y, int width, int height)(Code) | | |
paintTabContent | protected void paintTabContent(Graphics _g, int index, String text, int x, int y, int width, int height)(Code) | | |
|
|