API Overview
API Index
Package Overview
Direct link to this page
JDK 1.6
javax.swing.plaf.basic.
BasicBorders
View Source
Author(s)
Georges Saab
Amy Fowler
Since
Version
1.36 04/07/06
Serial
Hierarchy
Object
BasicBorders
Implements
Subclasses
See DIRECT subclasses
Quick Links:
Constructors
Methods
Fields
NestedClasses
Description
public
class BasicBorders
Factory object that can vend Borders appropriate for the basic L & F.
See also:
Constructors
public
BasicBorders
()
Methods
Hide/Show inherited methods
public
static
Border
getButtonBorder
()
public
static
Border
getInternalFrameBorder
()
public
static
Border
getMenuBarBorder
()
public
static
Border
getProgressBarBorder
()
public
static
Border
getRadioButtonBorder
()
public
static
Border
getSplitPaneBorder
()
public
static
Border
getSplitPaneDividerBorder
()
Returns a border instance for a JSplitPane divider
Returns a border instance for a JSplitPane divider
Since:
1.3
public
static
Border
getTextFieldBorder
()
public
static
Border
getToggleButtonBorder
()
Fields
Hide/Show inherited fields
Nested Classes
BasicBorders.RolloverButtonBorder
Special thin border for rollover toolbar buttons.
BasicBorders.RolloverMarginBorder
A border which is like a Margin border but it will only honor the margin if the margin has been explicitly set by the developer.
BasicBorders.ButtonBorder
BasicBorders.ToggleButtonBorder
BasicBorders.RadioButtonBorder
BasicBorders.MenuBarBorder
BasicBorders.MarginBorder
BasicBorders.FieldBorder
BasicBorders.SplitPaneDividerBorder
Draws the border around the divider in a splitpane (when BasicSplitPaneUI is used).
BasicBorders.SplitPaneBorder
Draws the border around the splitpane.
Generated By:
JavaOnTracks Doclet
0.1.4 ©Thibaut Colar