public class BasicBorders extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BasicBorders
|
static class |
BasicBorders
|
static class |
BasicBorders
|
static class |
BasicBorders
|
static class |
BasicBorders
|
static class |
BasicBorders
Special thin border for rollover toolbar buttons.
|
static class |
BasicBorders
Draws the border around the splitpane.
|
static class |
BasicBorders
|
| Constructor and Description |
|---|
BasicBorders()
|
| Modifier and Type | Method and Description |
|---|---|
static Border |
getButtonBorder()
|
static Border |
getInternalFrameBorder()
|
static Border |
getMenuBarBorder()
|
static Border |
getProgressBarBorder()
|
static Border |
getRadioButtonBorder()
|
static Border |
getSplitPaneBorder()
|
static Border |
getSplitPaneDividerBorder()
Returns a border instance for a JSplitPane divider
|
static Border |
getTextFieldBorder()
|
static Border |
getToggleButtonBorder()
|
public static BordergetButtonBorder()
public static BordergetRadioButtonBorder()
public static BordergetToggleButtonBorder()
public static BordergetMenuBarBorder()
public static BordergetSplitPaneBorder()
public static BordergetSplitPaneDividerBorder()
public static BordergetTextFieldBorder()
public static BordergetProgressBarBorder()
public static BordergetInternalFrameBorder()