java.lang.Object
javax.swing.plaf.metal.MetalBorders
public class MetalBorders extends Object
Factory object that can vend Borders appropriate for the metal L & F.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MetalBorders.ButtonBorder
The class represents the border of aJButton
.static class
MetalBorders.Flush3DBorder
The class represents the 3D border.static class
MetalBorders.InternalFrameBorder
The class represents the border of aJInternalFrame
.static class
MetalBorders.MenuBarBorder
The class represents the border of aJMenuBar
.static class
MetalBorders.MenuItemBorder
The class represents the border of aJMenuItem
.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 aJPopupMenu
.static class
MetalBorders.RolloverButtonBorder
The class represents the border of a rolloverButton
.static class
MetalBorders.ScrollPaneBorder
The class represents the border of aJScrollPane
.static class
MetalBorders.TableHeaderBorder
Border for a Table Headerstatic class
MetalBorders.TextFieldBorder
The class represents the border of aJTestField
.static class
MetalBorders.ToggleButtonBorder
static class
MetalBorders.ToolBarBorder
The class represents the border of aJToolBar
. -
Constructor Summary
Constructors Constructor Description MetalBorders()
-
Method Summary
Modifier and Type Method Description static Border
getButtonBorder()
Returns a border instance for aJButton
.static Border
getDesktopIconBorder()
Returns a border instance for a Desktop Icon.static Border
getTextBorder()
Returns a border instance for a text component.static Border
getTextFieldBorder()
Returns a border instance for aJTextField
.static Border
getToggleButtonBorder()
Returns a border instance for aJToggleButton
.
-
Constructor Details
-
MetalBorders
public MetalBorders()
-
-
Method Details
-
getButtonBorder
Returns a border instance for aJButton
.- Returns:
- a border instance for a
JButton
- Since:
- 1.3
-
getTextBorder
Returns a border instance for a text component.- Returns:
- a border instance for a text component
- Since:
- 1.3
-
getTextFieldBorder
Returns a border instance for aJTextField
.- Returns:
- a border instance for a
JTextField
- Since:
- 1.3
-
getToggleButtonBorder
Returns a border instance for aJToggleButton
.- Returns:
- a border instance for a
JToggleButton
- Since:
- 1.3
-
getDesktopIconBorder
Returns a border instance for a Desktop Icon.- Returns:
- a border instance for a Desktop Icon
- Since:
- 1.3
-