public final class ThemedBreadcrumbsButtonUI extends BreadcrumbsButtonUI
focusStroke, lineStroke| Constructor and Description |
|---|
ThemedBreadcrumbsButtonUI() |
| Modifier and Type | Method and Description |
|---|---|
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent c) |
javax.swing.Icon |
getPeersIcon() |
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) |
createShape, installUI, paint, uninstallUIpublic static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
protected void paintBackground(BreadcrumbsButton b, java.awt.Graphics2D g2, java.awt.Shape shape)
paintBackground in class BreadcrumbsButtonUIprotected void paintBorder(BreadcrumbsButton b, java.awt.Graphics2D g2, java.awt.Shape shape)
paintBorder in class BreadcrumbsButtonUIprotected void paintFocus(BreadcrumbsButton b, java.awt.Graphics2D g2, java.awt.Shape shape)
paintFocus in class BreadcrumbsButtonUIprotected void paintRollover(BreadcrumbsButton b, java.awt.Graphics2D g2, java.awt.Shape shape)
paintRollover in class BreadcrumbsButtonUIprotected void paintSelection(BreadcrumbsButton b, java.awt.Graphics2D g2, java.awt.Shape shape)
paintSelection in class BreadcrumbsButtonUIprotected void paintPressed(BreadcrumbsButton b, java.awt.Graphics2D g2, java.awt.Shape shape)
paintPressed in class BreadcrumbsButtonUIprotected void paintText(BreadcrumbsButton b, java.awt.Graphics2D g2, java.awt.Shape shape)
paintText in class BreadcrumbsButtonUIpublic javax.swing.Icon getPeersIcon()
getPeersIcon in class BreadcrumbsButtonUI