final class PlasticXPBorders
extends java.lang.Object
Borders used
by the JGoodies Plastic XP Look and Feel UI delegates.| Modifier and Type | Class and Description |
|---|---|
private static class |
PlasticXPBorders.RolloverButtonBorder
A rollover border for buttons in toolbars.
|
private static class |
PlasticXPBorders.XPButtonBorder
A border for XP style buttons.
|
private static class |
PlasticXPBorders.XPComboBoxArrowButtonBorder
A border for combo box arrow buttons.
|
private static class |
PlasticXPBorders.XPComboBoxEditorBorder
A border for combo box editors.
|
private static class |
PlasticXPBorders.XPScrollPaneBorder
Unlike Metal we paint a simple rectangle.
|
private static class |
PlasticXPBorders.XPSpinnerBorder
A border for
JSpinner components. |
private static class |
PlasticXPBorders.XPTextFieldBorder
A border for text fields.
|
| Modifier and Type | Field and Description |
|---|---|
private static javax.swing.border.Border |
comboBoxArrowButtonBorder |
private static javax.swing.border.Border |
comboBoxEditorBorder |
private static javax.swing.border.Border |
rolloverButtonBorder |
private static javax.swing.border.Border |
scrollPaneBorder |
private static javax.swing.border.Border |
spinnerBorder |
private static javax.swing.border.Border |
textFieldBorder |
| Modifier | Constructor and Description |
|---|---|
private |
PlasticXPBorders() |
| Modifier and Type | Method and Description |
|---|---|
(package private) static javax.swing.border.Border |
getButtonBorder(java.awt.Insets buttonMargin) |
(package private) static javax.swing.border.Border |
getComboBoxArrowButtonBorder() |
(package private) static javax.swing.border.Border |
getComboBoxEditorBorder() |
(package private) static javax.swing.border.Border |
getRolloverButtonBorder()
Returns a rollover border for buttons in a
JToolBar. |
(package private) static javax.swing.border.Border |
getScrollPaneBorder() |
(package private) static javax.swing.border.Border |
getSpinnerBorder() |
(package private) static javax.swing.border.Border |
getTextFieldBorder() |
(package private) static javax.swing.border.Border |
getToggleButtonBorder(java.awt.Insets buttonMargin) |
private static javax.swing.border.Border comboBoxArrowButtonBorder
private static javax.swing.border.Border comboBoxEditorBorder
private static javax.swing.border.Border scrollPaneBorder
private static javax.swing.border.Border textFieldBorder
private static javax.swing.border.Border spinnerBorder
private static javax.swing.border.Border rolloverButtonBorder
static javax.swing.border.Border getButtonBorder(java.awt.Insets buttonMargin)
static javax.swing.border.Border getComboBoxArrowButtonBorder()
static javax.swing.border.Border getComboBoxEditorBorder()
static javax.swing.border.Border getScrollPaneBorder()
static javax.swing.border.Border getTextFieldBorder()
static javax.swing.border.Border getToggleButtonBorder(java.awt.Insets buttonMargin)
static javax.swing.border.Border getSpinnerBorder()
static javax.swing.border.Border getRolloverButtonBorder()
JToolBar.