Package | Description |
---|---|
javax.swing.border |
Provides classes and interface for drawing
specialized borders around a Swing component.
|
javax.swing.plaf |
Provides one interface and many abstract classes that
Swing uses to provide its pluggable look-and-feel capabilities.
|
javax.swing.plaf.basic |
Provides user interface objects built according to the
Basic look and feel.
|
javax.swing.plaf.metal |
Provides user interface objects built according to
the Java look and feel (once codenamed Metal),
which is the default look and feel.
|
Modifier and Type | Class and Description |
---|---|
class |
BevelBorder
A class which implements a simple two-line bevel border.
|
class |
CompoundBorder
A composite Border class used to compose two Border objects
into a single border by nesting an inside Border object within
the insets of an outside Border object.
|
class |
EmptyBorder
A class which provides an empty, transparent border which
takes up space but does no drawing.
|
class |
EtchedBorder
A class which implements a simple etched border which can
either be etched-in or etched-out.
|
class |
LineBorder
A class which implements a line border of arbitrary thickness
and of a single color.
|
class |
MatteBorder
A class which provides a matte-like border of either a solid color
or a tiled icon.
|
class |
SoftBevelBorder
A class which implements a raised or lowered bevel with
softened corners.
|
class |
StrokeBorder
A class which implements a border of an arbitrary stroke.
|
class |
TitledBorder
A class which implements an arbitrary border
with the addition of a String title in a
specified position and justification.
|
Modifier and Type | Class and Description |
---|---|
static class |
BorderUIResource.BevelBorderUIResource
A bevel border UI resource.
|
static class |
BorderUIResource.CompoundBorderUIResource
A compound border UI resource.
|
static class |
BorderUIResource.EmptyBorderUIResource
An empty border UI resource.
|
static class |
BorderUIResource.EtchedBorderUIResource
An etched border UI resource.
|
static class |
BorderUIResource.LineBorderUIResource
A line border UI resource.
|
static class |
BorderUIResource.MatteBorderUIResource
A matte border UI resource.
|
static class |
BorderUIResource.TitledBorderUIResource
A titled border UI resource.
|
Modifier and Type | Class and Description |
---|---|
static class |
BasicBorders.ButtonBorder
Draws a border around a button.
|
static class |
BasicBorders.FieldBorder
Draws the border around a field.
|
static class |
BasicBorders.MarginBorder
Draws the border around components which support margins.
|
static class |
BasicBorders.MenuBarBorder
Draws the border around a menu bar.
|
static class |
BasicBorders.RadioButtonBorder
Draws the border around a radio button.
|
static class |
BasicBorders.RolloverButtonBorder
Special thin border for rollover toolbar buttons.
|
static class |
BasicBorders.ToggleButtonBorder
Draws the border around a toggle button.
|
Modifier and Type | Class and Description |
---|---|
static class |
MetalBorders.ButtonBorder
The class represents the border of a
JButton . |
static class |
MetalBorders.Flush3DBorder
The class represents the 3D border.
|
static class |
MetalBorders.InternalFrameBorder
The class represents the border of a
JInternalFrame . |
static class |
MetalBorders.MenuBarBorder
The class represents the border of a
JMenuBar . |
static class |
MetalBorders.MenuItemBorder
The class represents the border of a
JMenuItem . |
static class |
MetalBorders.OptionDialogBorder
The class represents the border of an option dialog.
|
static class |
MetalBorders.PaletteBorder
Border for a Palette.
|
static class |
MetalBorders.PopupMenuBorder
The class represents the border of a
JPopupMenu . |
static class |
MetalBorders.RolloverButtonBorder
The class represents the border of a rollover
Button . |
static class |
MetalBorders.ScrollPaneBorder
The class represents the border of a
JScrollPane . |
static class |
MetalBorders.TableHeaderBorder
Border for a Table Header
|
static class |
MetalBorders.TextFieldBorder
The class represents the border of a
JTestField . |
static class |
MetalBorders.ToggleButtonBorder |
static class |
MetalBorders.ToolBarBorder
The class represents the border of a
JToolBar . |
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-internal+0-2016-01-26-133437.ivan.openjdk9onspinwait