API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing.plaf.basic. BasicBorders View Source
Author(s)
Georges Saab
Amy Fowler
Since
Version
1.36 04/07/06
Serial
Hierarchy
 Object
      BasicBorders
Implements
Subclasses
Description
public class BasicBorders
Factory object that can vend Borders appropriate for the basic L & F.
See also:   
Constructors
public BasicBorders ()
Methods
Hide/Show inherited methods
publicstatic Border getButtonBorder ()
publicstatic Border getInternalFrameBorder ()
publicstatic Border getMenuBarBorder ()
publicstatic Border getProgressBarBorder ()
publicstatic Border getRadioButtonBorder ()
publicstatic Border getSplitPaneBorder ()
publicstatic Border getSplitPaneDividerBorder ()
  Returns a border instance for a JSplitPane divider
publicstatic Border getTextFieldBorder ()
publicstatic Border getToggleButtonBorder ()
Fields
Hide/Show inherited fields
Nested Classes
  BasicBorders.RolloverButtonBorder
Special thin border for rollover toolbar buttons.
  BasicBorders.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.
  BasicBorders.ButtonBorder
  BasicBorders.ToggleButtonBorder
  BasicBorders.RadioButtonBorder
  BasicBorders.MenuBarBorder
  BasicBorders.MarginBorder
  BasicBorders.FieldBorder
  BasicBorders.SplitPaneDividerBorder
Draws the border around the divider in a splitpane (when BasicSplitPaneUI is used).
  BasicBorders.SplitPaneBorder
Draws the border around the splitpane.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar