Uses of Class
javax.swing.border.AbstractBorder
Package
Description
Provides classes and interface for drawing specialized borders around a Swing
component.
Provides one interface and many abstract classes that Swing uses to provide
its pluggable look-and-feel capabilities.
Provides user interface objects built according to the Basic look and feel.
Provides user interface objects built according to the Java look and feel
(once codenamed Metal), which is the default look and feel.
-
Uses of AbstractBorder in javax.swing.border
Modifier and TypeClassDescriptionclass
A class which implements a simple two-line bevel border.class
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
A class which provides an empty, transparent border which takes up space but does no drawing.class
A class which implements a simple etched border which can either be etched-in or etched-out.class
A class which implements a line border of arbitrary thickness and of a single color.class
A class which provides a matte-like border of either a solid color or a tiled icon.class
A class which implements a raised or lowered bevel with softened corners.class
A class which implements a border of an arbitrary stroke.class
A class which implements an arbitrary border with the addition of a String title in a specified position and justification. -
Uses of AbstractBorder in javax.swing.plaf
Modifier and TypeClassDescriptionstatic class
A bevel border UI resource.static class
A compound border UI resource.static class
An empty border UI resource.static class
An etched border UI resource.static class
A line border UI resource.static class
A matte border UI resource.static class
A titled border UI resource. -
Uses of AbstractBorder in javax.swing.plaf.basic
Modifier and TypeClassDescriptionstatic class
Draws a border around a button.static class
Draws the border around a field.static class
Draws the border around components which support margins.static class
Draws the border around a menu bar.static class
Draws the border around a radio button.static class
Special thin border for rollover toolbar buttons.static class
Draws the border around a toggle button. -
Uses of AbstractBorder in javax.swing.plaf.metal
Modifier and TypeClassDescriptionstatic class
The class represents the border of aJButton
.static class
The class represents the 3D border.static class
The class represents the border of aJInternalFrame
.static class
The class represents the border of aJMenuBar
.static class
The class represents the border of aJMenuItem
.static class
The class represents the border of an option dialog.static class
Border for a Palette.static class
The class represents the border of aJPopupMenu
.static class
The class represents the border of a rolloverButton
.static class
The class represents the border of aJScrollPane
.static class
Border for a Table Headerstatic class
The class represents the border of aJTestField
.static class
static class
The class represents the border of aJToolBar
.