API Overview
API Index
Package Overview
Direct link to this page
JDK 1.6
javax.swing.plaf.metal.
MetalBorders
View Source
Author(s)
Steve Wilson
Since
Version
1.42 11/17/05
Serial
Hierarchy
Object
MetalBorders
Implements
Subclasses
See DIRECT subclasses
Quick Links:
Constructors
Methods
Fields
NestedClasses
Description
public
class MetalBorders
Factory object that can vend Borders appropriate for the metal L & F.
See also:
Constructors
public
MetalBorders
()
Methods
Hide/Show inherited methods
public
static
Border
getButtonBorder
()
Returns a border instance for a JButton
Returns a border instance for a JButton
Since:
1.3
public
static
Border
getDesktopIconBorder
()
Returns a border instance for a Desktop Icon
Returns a border instance for a Desktop Icon
Since:
1.3
public
static
Border
getTextBorder
()
Returns a border instance for a text component
Returns a border instance for a text component
Since:
1.3
public
static
Border
getTextFieldBorder
()
Returns a border instance for a JTextField
Returns a border instance for a JTextField
Since:
1.3
public
static
Border
getToggleButtonBorder
()
Returns a border instance for a JToggleButton
Returns a border instance for a JToggleButton
Since:
1.3
pack-private
static
Border
getToolBarNonrolloverBorder
()
pack-private
static
Border
getToolBarRolloverBorder
()
Fields
Hide/Show inherited fields
pack-private
static
Object
NO_BUTTON_ROLLOVER
Client property indicating the button shouldn't provide a rollover indicator.
Client property indicating the button shouldn't provide a rollover
indicator. Only used with the Ocean theme.
Nested Classes
MetalBorders.Flush3DBorder
MetalBorders.ButtonBorder
MetalBorders.InternalFrameBorder
MetalBorders.FrameBorder
Border for a Frame.
MetalBorders.DialogBorder
Border for a Frame.
MetalBorders.ErrorDialogBorder
Border for an Error Dialog.
MetalBorders.QuestionDialogBorder
Border for a QuestionDialog.
MetalBorders.WarningDialogBorder
Border for a Warning Dialog.
MetalBorders.PaletteBorder
Border for a Palette.
MetalBorders.OptionDialogBorder
MetalBorders.MenuBarBorder
MetalBorders.MenuItemBorder
MetalBorders.PopupMenuBorder
MetalBorders.RolloverButtonBorder
MetalBorders.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.
MetalBorders.ToolBarBorder
MetalBorders.TextFieldBorder
MetalBorders.ScrollPaneBorder
MetalBorders.ToggleButtonBorder
MetalBorders.TableHeaderBorder
Border for a Table Header
Generated By:
JavaOnTracks Doclet
0.1.4 ©Thibaut Colar