public static class BaseBorders.BaseInternalFrameBorder extends AbstractBorder implements UIResource
| Modifier and Type | Field and Description |
|---|---|
protected int |
dw |
protected Insets |
insets |
protected Insets |
paletteInsets |
protected int |
trackWidth |
| Constructor and Description |
|---|
BaseBorders.BaseInternalFrameBorder() |
| Modifier and Type | Method and Description |
|---|---|
Insets |
getBorderInsets(Component c) |
Insets |
getBorderInsets(Component c,
Insets borderInsets) |
int |
getTitleHeight(Component c) |
boolean |
isActive(Component c) |
boolean |
isResizable(Component c) |
getBaseline, getBaselineResizeBehavior, getInteriorRectangle, getInteriorRectangle, isBorderOpaque, paintBorderprotected final int dw
protected final int trackWidth
protected final Insets insets
protected final Insets paletteInsets
public boolean isResizable(Component c)
public boolean isActive(Component c)
public int getTitleHeight(Component c)
public Insets getBorderInsets(Component c)
getBorderInsets in interface BordergetBorderInsets in class AbstractBorderpublic Insets getBorderInsets(Component c, Insets borderInsets)
getBorderInsets in class AbstractBorderCopyright © 2014. All Rights Reserved.