All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sun.java.swing.BorderFactory

java.lang.Object
   |
   +----com.sun.java.swing.BorderFactory

public class BorderFactory
extends Object
Factory object able to vend standard Border objects.


Constructor Index

 o BorderFactory()

Method Index

 o createBezelBorder(int)
 o createBezelBorder(int, Color, Color)
 o createBezelBorder(int, Color, Color, Color, Color)
 o createCompoundBorder()
 o createCompoundBorder(Border, Border)
 o createEmptyBorder()
 o createEmptyBorder(int, int, int, int)
 o createGroovedBorder()
 o createGroovedBorder(Color, Color)
 o createLineBorder(Color)
 o createLineBorder(Color, int)
 o createTitledBorder(JComponent, Border)
 o createTitledBorder(JComponent, Border, String)
 o createTitledBorder(JComponent, Border, String, int, int)
 o createTitledBorder(JComponent, Border, String, int, int, Font)
 o createTitledBorder(JComponent, Border, String, int, int, Font, Color)
 o createTitledBorder(JComponent, String)

Constructors

 o BorderFactory
 public BorderFactory()

Methods

 o createLineBorder
 public static Border createLineBorder(Color color)
 o createLineBorder
 public static Border createLineBorder(Color color,
                                       int thickness)
 o createBezelBorder
 public static Border createBezelBorder(int type)
 o createBezelBorder
 public static Border createBezelBorder(int type,
                                        Color highlight,
                                        Color shadow)
 o createBezelBorder
 public static Border createBezelBorder(int type,
                                        Color highlightOuter,
                                        Color highlightInner,
                                        Color shadowOuter,
                                        Color shadowInner)
 o createGroovedBorder
 public static Border createGroovedBorder()
 o createGroovedBorder
 public static Border createGroovedBorder(Color highlight,
                                          Color shadow)
 o createTitledBorder
 public static TitledBorder createTitledBorder(JComponent c,
                                               String title)
 o createTitledBorder
 public static TitledBorder createTitledBorder(JComponent c,
                                               Border border)
 o createTitledBorder
 public static TitledBorder createTitledBorder(JComponent c,
                                               Border border,
                                               String title)
 o createTitledBorder
 public static TitledBorder createTitledBorder(JComponent c,
                                               Border border,
                                               String title,
                                               int titleJustification,
                                               int titlePosition)
 o createTitledBorder
 public static TitledBorder createTitledBorder(JComponent c,
                                               Border border,
                                               String title,
                                               int titleJustification,
                                               int titlePosition,
                                               Font titleFont)
 o createTitledBorder
 public static TitledBorder createTitledBorder(JComponent c,
                                               Border border,
                                               String title,
                                               int titleJustification,
                                               int titlePosition,
                                               Font titleFont,
                                               Color titleColor)
 o createEmptyBorder
 public static Border createEmptyBorder()
 o createEmptyBorder
 public static Border createEmptyBorder(int top,
                                        int left,
                                        int bottom,
                                        int right)
 o createCompoundBorder
 public static CompoundBorder createCompoundBorder()
 o createCompoundBorder
 public static CompoundBorder createCompoundBorder(Border outsideBorder,
                                                   Border insideBorder)

All Packages  Class Hierarchy  This Package  Previous  Next  Index