| Package | Description |
|---|---|
| org.netbeans.api.visual.border |
This package contains
Border interface which is used for supplying a border graphics for a widget. |
| org.netbeans.api.visual.widget |
This package contains
Widget class. |
| Modifier and Type | Method | Description |
|---|---|---|
static Border |
BorderFactory.createBevelBorder(boolean raised,
java.lang.String property,
ResourceTable table) |
Creates a bevel border.
|
static Border |
BorderFactory.createDashedBorder(java.lang.String property,
ResourceTable table,
int width,
int height) |
Creates a resize border rendered with dashed stroke.
|
static Border |
BorderFactory.createDashedBorder(java.lang.String property,
ResourceTable table,
int width,
int height,
boolean squares) |
Creates a resize border rendered with dashed stroke.
|
static Border |
BorderFactory.createLineBorder(int top,
int left,
int bottom,
int right,
java.lang.String property,
ResourceTable table) |
Creates a line border with specific insets and color.
|
static Border |
BorderFactory.createLineBorder(int thickness,
java.lang.String property,
ResourceTable table) |
Creates a line border with specific thickness and color.
|
static Border |
BorderFactory.createLineBorder(java.lang.String property,
ResourceTable table) |
Creates a line border with default style.
|
static Border |
BorderFactory.createResizeBorder(int thickness,
java.lang.String property,
ResourceTable table) |
Creates a resize border.
|
static Border |
BorderFactory.createResizeBorder(int thickness,
java.lang.String property,
ResourceTable table,
boolean outer) |
Creates a resize border.
|
static Border |
BorderFactory.createRoundedBorder(int arcWidth,
int arcHeight,
int insetWidth,
int insetHeight,
java.lang.String fillProperty,
java.lang.String drawProperty,
ResourceTable table) |
Creates an rounded-rectangle border with a specified style.
|
static Border |
BorderFactory.createRoundedBorder(int arcWidth,
int arcHeight,
java.lang.String fillProperty,
java.lang.String drawProperty,
ResourceTable table) |
Creates an rounded-rectangle border with a specified style.
|
| Modifier and Type | Method | Description |
|---|---|---|
ResourceTable |
ResourceTable.getParentTable() |
|
ResourceTable |
Scene.getResourceTable() |
|
ResourceTable |
Widget.getResourceTable() |
Retreives the widgets resource table.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
ResourceTable.setParentTable(ResourceTable parent) |
|
void |
Scene.setResourceTable(ResourceTable table) |
|
void |
Widget.setResourceTable(ResourceTable table) |
Sets the resource table.
|
| Constructor | Description |
|---|---|
ResourceTable(ResourceTable parent) |
Create a new resource table that has a parent.
|
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.