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 and 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 and Description |
---|---|
ResourceTable |
ResourceTable.getParentTable() |
ResourceTable |
Widget.getResourceTable()
Retreives the widgets resource table.
|
ResourceTable |
Scene.getResourceTable() |
Modifier and Type | Method and Description |
---|---|
void |
ResourceTable.setParentTable(ResourceTable parent) |
void |
Widget.setResourceTable(ResourceTable table)
Sets the resource table.
|
void |
Scene.setResourceTable(ResourceTable table) |
Constructor and Description |
---|
ResourceTable(ResourceTable parent)
Create a new resource table that has a parent.
|
Built on June 4 2024. | Copyright © 2017-2024 Apache Software Foundation. All Rights Reserved.