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,
String property,
ResourceTable table) |
Creates a bevel border.
|
static Border |
BorderFactory.createDashedBorder(String property,
ResourceTable table,
int width,
int height) |
Creates a resize border rendered with dashed stroke.
|
static Border |
BorderFactory.createDashedBorder(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,
String property,
ResourceTable table) |
Creates a line border with specific insets and color.
|
static Border |
BorderFactory.createLineBorder(int thickness,
String property,
ResourceTable table) |
Creates a line border with specific thickness and color.
|
static Border |
BorderFactory.createLineBorder(String property,
ResourceTable table) |
Creates a line border with default style.
|
static Border |
BorderFactory.createResizeBorder(int thickness,
String property,
ResourceTable table) |
Creates a resize border.
|
static Border |
BorderFactory.createResizeBorder(int thickness,
String property,
ResourceTable table,
boolean outer) |
Creates a resize border.
|
static Border |
BorderFactory.createRoundedBorder(int arcWidth,
int arcHeight,
int insetWidth,
int insetHeight,
String fillProperty,
String drawProperty,
ResourceTable table) |
Creates an rounded-rectangle border with a specified style.
|
static Border |
BorderFactory.createRoundedBorder(int arcWidth,
int arcHeight,
String fillProperty,
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.