Save This Page
Home » openjdk-7 » javax » swing » plaf » metal » [javadoc | source]
javax.swing.plaf.metal
static class: MetalBorders.DialogBorder [javadoc | source]
java.lang.Object
   javax.swing.border.AbstractBorder
      javax.swing.plaf.metal.MetalBorders$DialogBorder

All Implemented Interfaces:
    UIResource, Border, Serializable

Direct Known Subclasses:
    WarningDialogBorder, ErrorDialogBorder, QuestionDialogBorder

Border for a Frame.
Method from javax.swing.plaf.metal.MetalBorders$DialogBorder Summary:
getActiveBackground,   getActiveHighlight,   getActiveShadow,   getBorderInsets,   getInactiveBackground,   getInactiveHighlight,   getInactiveShadow,   paintBorder
Methods from javax.swing.border.AbstractBorder:
getBaseline,   getBaselineResizeBehavior,   getBorderInsets,   getBorderInsets,   getInteriorRectangle,   getInteriorRectangle,   isBorderOpaque,   isLeftToRight,   paintBorder
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.swing.plaf.metal.MetalBorders$DialogBorder Detail:
 protected Color getActiveBackground() 
 protected Color getActiveHighlight() 
 protected Color getActiveShadow() 
 public Insets getBorderInsets(Component c,
    Insets newInsets) 
 protected Color getInactiveBackground() 
 protected Color getInactiveHighlight() 
 protected Color getInactiveShadow() 
 public  void paintBorder(Component c,
    Graphics g,
    int x,
    int y,
    int w,
    int h)