|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.border.AbstractBorder
javax.swing.border.CompoundBorder
org.flexdock.plaf.common.border.CompoundEmptyBorder
public class CompoundEmptyBorder
Nested Class Summary | |
---|---|
protected static class |
CompoundEmptyBorder.MutableEmptyBorder
|
Field Summary | |
---|---|
protected static Insets |
EMPTY_INSETS
|
protected boolean |
inner
|
Fields inherited from class javax.swing.border.CompoundBorder |
---|
insideBorder, outsideBorder |
Constructor Summary | |
---|---|
protected |
CompoundEmptyBorder(Border outer,
Border inner,
boolean emptyInner)
|
Method Summary | |
---|---|
static CompoundEmptyBorder |
create(Border border,
boolean inner)
|
static CompoundEmptyBorder |
create(Border border,
boolean inner,
Insets base)
|
Insets |
getEmptyInsets()
|
Border |
getWrappedBorder()
|
boolean |
setEmptyInsets(Insets insets)
|
boolean |
setEmptyInsets(int top,
int left,
int bottom,
int right)
|
Methods inherited from class javax.swing.border.CompoundBorder |
---|
getBorderInsets, getBorderInsets, getInsideBorder, getOutsideBorder, isBorderOpaque, paintBorder |
Methods inherited from class javax.swing.border.AbstractBorder |
---|
getBaseline, getBaselineResizeBehavior, getInteriorRectangle, getInteriorRectangle |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final Insets EMPTY_INSETS
protected boolean inner
Constructor Detail |
---|
protected CompoundEmptyBorder(Border outer, Border inner, boolean emptyInner)
Method Detail |
---|
public static CompoundEmptyBorder create(Border border, boolean inner)
public static CompoundEmptyBorder create(Border border, boolean inner, Insets base)
public boolean setEmptyInsets(Insets insets)
public boolean setEmptyInsets(int top, int left, int bottom, int right)
public Insets getEmptyInsets()
public Border getWrappedBorder()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |