|
org.netbeans.api.visual 2.21.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.api.visual.border.BorderSupport
public final class BorderSupport
This class contains support method for working with borders.
Method Summary | |
---|---|
static Border |
getSwingBorder(Border border)
Returns a swing border of a border created using BorderFactory.createSwingBorder or Widget.setBorder(javax.swing.border.Border). |
static boolean |
isOuterResizeBorder(Border border)
Returns whether a resize border is outer. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static boolean isOuterResizeBorder(Border border)
border
- the border created by
public static Border getSwingBorder(Border border)
border
- the widget border
|
org.netbeans.api.visual 2.21.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |