API Overview
API Index
Package Overview
Direct link to this page
JDK 1.6
javax.swing.plaf.basic.
BasicBorders.SplitPaneBorder
View Source
Author(s)
Since
Version
Serial
Hierarchy
Object
BasicBorders.SplitPaneBorder
Implements
Border
UIResource
Subclasses
See DIRECT subclasses
Quick Links:
Constructors
Methods
Fields
NestedClasses
Description
public
static
class BasicBorders.SplitPaneBorder
Draws the border around the splitpane.
Draws the border around the splitpane. To work correctly you shoudl
also install a border on the divider (property SplitPaneDivider.border).
See also:
Constructors
public
BasicBorders.SplitPaneBorder
(
Color
highlight,
Color
shadow)
Methods
Hide/Show inherited methods
public
Insets
getBorderInsets
(
Component
c)
[Specified in
Border
]
public
boolean
isBorderOpaque
()
[Specified in
Border
]
public
void
paintBorder
(
Component
c,
Graphics
g,
int
x,
int
y,
int
width,
int
height)
[Specified in
Border
]
Fields
Hide/Show inherited fields
protected
Color
highlight
protected
Color
shadow
Nested Classes
Generated By:
JavaOnTracks Doclet
0.1.4 ©Thibaut Colar