|
|||||||||
| 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
org.flexdock.dockbar.layout.InsetBorder
public class InsetBorder
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.flexdock.plaf.common.border.CompoundEmptyBorder |
|---|
CompoundEmptyBorder.MutableEmptyBorder |
| Field Summary |
|---|
| Fields inherited from class org.flexdock.plaf.common.border.CompoundEmptyBorder |
|---|
EMPTY_INSETS, inner |
| Fields inherited from class javax.swing.border.CompoundBorder |
|---|
insideBorder, outsideBorder |
| Constructor Summary | |
|---|---|
protected |
InsetBorder(Border outer,
Border inner,
boolean emptyInner)
|
| Method Summary | |
|---|---|
static InsetBorder |
createBorder(Border border,
boolean inner)
|
static InsetBorder |
createBorder(Border border,
boolean inner,
Insets base)
|
boolean |
isBottomEdge()
|
boolean |
isLeftEdge()
|
boolean |
isRightEdge()
|
void |
setBottomEdge(boolean bottomEdge)
|
boolean |
setEmptyInsets(int top,
int left,
int bottom,
int right)
|
void |
setLeftEdge(boolean leftEdge)
|
void |
setRightEdge(boolean rightEdge)
|
void |
toggleEdge(int edge,
boolean on)
|
| Methods inherited from class org.flexdock.plaf.common.border.CompoundEmptyBorder |
|---|
create, create, getEmptyInsets, getWrappedBorder, setEmptyInsets |
| 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 |
| Constructor Detail |
|---|
protected InsetBorder(Border outer,
Border inner,
boolean emptyInner)
| Method Detail |
|---|
public static InsetBorder createBorder(Border border,
boolean inner)
public static InsetBorder createBorder(Border border,
boolean inner,
Insets base)
public void toggleEdge(int edge,
boolean on)
public boolean isBottomEdge()
public void setBottomEdge(boolean bottomEdge)
bottomEdge - The bottomEdge to set.public boolean isLeftEdge()
public void setLeftEdge(boolean leftEdge)
leftEdge - The leftEdge to set.public boolean isRightEdge()
public void setRightEdge(boolean rightEdge)
rightEdge - The rightEdge to set.
public boolean setEmptyInsets(int top,
int left,
int bottom,
int right)
setEmptyInsets in class CompoundEmptyBorder
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||