public class BreadcrumbsButtonUI
extends javax.swing.plaf.ButtonUI
| Modifier and Type | Field and Description |
|---|---|
protected static java.awt.Stroke |
focusStroke |
protected static java.awt.Stroke |
lineStroke |
| Modifier | Constructor and Description |
|---|---|
protected |
BreadcrumbsButtonUI() |
| Modifier and Type | Method and Description |
|---|---|
protected java.awt.Shape |
createShape(BreadcrumbsButton b) |
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent c) |
javax.swing.Icon |
getPeersIcon() |
void |
installUI(javax.swing.JComponent c) |
void |
paint(java.awt.Graphics g,
javax.swing.JComponent c) |
protected void |
paintBackground(BreadcrumbsButton b,
java.awt.Graphics2D g2,
java.awt.Shape shape) |
protected void |
paintBorder(BreadcrumbsButton b,
java.awt.Graphics2D g2,
java.awt.Shape shape) |
protected void |
paintFocus(BreadcrumbsButton b,
java.awt.Graphics2D g2,
java.awt.Shape shape) |
protected void |
paintPressed(BreadcrumbsButton b,
java.awt.Graphics2D g2,
java.awt.Shape shape) |
protected void |
paintRollover(BreadcrumbsButton b,
java.awt.Graphics2D g2,
java.awt.Shape shape) |
protected void |
paintSelection(BreadcrumbsButton b,
java.awt.Graphics2D g2,
java.awt.Shape shape) |
protected void |
paintText(BreadcrumbsButton b,
java.awt.Graphics2D g2,
java.awt.Shape shape) |
void |
uninstallUI(javax.swing.JComponent c) |
protected static final java.awt.Stroke lineStroke
protected static final java.awt.Stroke focusStroke
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
public void installUI(javax.swing.JComponent c)
installUI in class javax.swing.plaf.ComponentUIpublic void uninstallUI(javax.swing.JComponent c)
uninstallUI in class javax.swing.plaf.ComponentUIpublic void paint(java.awt.Graphics g,
javax.swing.JComponent c)
paint in class javax.swing.plaf.ComponentUIprotected java.awt.Shape createShape(BreadcrumbsButton b)
protected void paintFocus(BreadcrumbsButton b, java.awt.Graphics2D g2, java.awt.Shape shape)
protected void paintBackground(BreadcrumbsButton b, java.awt.Graphics2D g2, java.awt.Shape shape)
protected void paintRollover(BreadcrumbsButton b, java.awt.Graphics2D g2, java.awt.Shape shape)
protected void paintPressed(BreadcrumbsButton b, java.awt.Graphics2D g2, java.awt.Shape shape)
protected void paintSelection(BreadcrumbsButton b, java.awt.Graphics2D g2, java.awt.Shape shape)
protected void paintBorder(BreadcrumbsButton b, java.awt.Graphics2D g2, java.awt.Shape shape)
protected void paintText(BreadcrumbsButton b, java.awt.Graphics2D g2, java.awt.Shape shape)
public javax.swing.Icon getPeersIcon()