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
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
publicstatic Border getButtonBorder ()
  Returns a border instance for a JButton
publicstatic Border getDesktopIconBorder ()
  Returns a border instance for a Desktop Icon
publicstatic Border getTextBorder ()
  Returns a border instance for a text component
publicstatic Border getTextFieldBorder ()
  Returns a border instance for a JTextField
publicstatic Border getToggleButtonBorder ()
  Returns a border instance for a JToggleButton
pack-privatestatic Border getToolBarNonrolloverBorder ()
pack-privatestatic Border getToolBarRolloverBorder ()
Fields
Hide/Show inherited fields
pack-privatestatic Object NO_BUTTON_ROLLOVER
  Client property indicating the button shouldn't provide a rollover indicator.
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