|
org.netbeans.api.visual 2.28.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResourceTable | |
---|---|
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. |
Uses of ResourceTable in org.netbeans.api.visual.border |
---|
Methods in org.netbeans.api.visual.border with parameters of type ResourceTable | |
---|---|
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. |
Uses of ResourceTable in org.netbeans.api.visual.widget |
---|
Methods in org.netbeans.api.visual.widget that return ResourceTable | |
---|---|
ResourceTable |
ResourceTable.getParentTable()
|
ResourceTable |
Widget.getResourceTable()
Retreives the widgets resource table. |
ResourceTable |
Scene.getResourceTable()
|
Methods in org.netbeans.api.visual.widget with parameters of type ResourceTable | |
---|---|
void |
ResourceTable.setParentTable(ResourceTable parent)
|
void |
Widget.setResourceTable(ResourceTable table)
Sets the resource table. |
void |
Scene.setResourceTable(ResourceTable table)
|
Constructors in org.netbeans.api.visual.widget with parameters of type ResourceTable | |
---|---|
ResourceTable(ResourceTable parent)
Create a new resource table that has a parent. |
|
org.netbeans.api.visual 2.28.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |