javax.swing.plaf.basic
Class BasicBorders.MarginBorder

java.lang.Object
  extended by javax.swing.border.AbstractBorder
      extended by javax.swing.plaf.basic.BasicBorders.MarginBorder
All Implemented Interfaces:
Serializable, Border, UIResource
Enclosing class:
BasicBorders

public static class BasicBorders.MarginBorder
extends AbstractBorder
implements UIResource

Disabled: no SafeJ information.


Constructor Summary
BasicBorders.MarginBorder()
           
 
Method Summary
 Insets getBorderInsets(Component c, Insets insets)
          Reinitializes the insets parameter with this Border's current Insets.
 
Methods inherited from class javax.swing.border.AbstractBorder
getBaseline, getBaselineResizeBehavior, getBorderInsets, getInteriorRectangle, getInteriorRectangle, isBorderOpaque, paintBorder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicBorders.MarginBorder

public BasicBorders.MarginBorder()
Class is disabled.

Method Detail

getBorderInsets

public Insets getBorderInsets(Component c,
                              Insets insets)
Class is disabled.

Description copied from class: AbstractBorder
Reinitializes the insets parameter with this Border's current Insets.

Overrides:
getBorderInsets in class AbstractBorder
Parameters:
c - the component for which this border insets value applies
insets - the object to be reinitialized
Returns:
the insets object