| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.border.AbstractBorder
com.jgoodies.forms.factories.Borders.EmptyBorder
public static final class Borders.EmptyBorder
An empty border that uses 4 instances of ConstantSize
 to define the top, left, bottom and right gap.
| Method Summary | |
|---|---|
|  ConstantSize | bottom()Returns this border's bottom size. | 
|  Insets | getBorderInsets(Component c)Returns the insets of the border. | 
|  Insets | getBorderInsets(Component c,
                Insets insets)Returns the insets of the border. | 
|  ConstantSize | left()Returns this border's left size. | 
|  ConstantSize | right()Returns this border's right size. | 
|  ConstantSize | top()Returns this border's top size. | 
| Methods inherited from class javax.swing.border.AbstractBorder | 
|---|
| getBaseline, getBaselineResizeBehavior, getInteriorRectangle, getInteriorRectangle, isBorderOpaque, paintBorder | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
|---|
public Insets getBorderInsets(Component c,
                              Insets insets)
getBorderInsets in class AbstractBorderc - the component for which this border insets value appliesinsets - the insets to be reinitialized
insets objectpublic Insets getBorderInsets(Component c)
getBorderInsets in interface BordergetBorderInsets in class AbstractBorderc - the component for which this border insets value applies
public ConstantSize top()
public ConstantSize left()
public ConstantSize bottom()
public ConstantSize right()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||