Uses of Class
org.netbeans.api.visual.widget.ResourceTable
Packages that use ResourceTable
Package
Description
This package contains
Border
interface which is used for supplying a border graphics for a 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 ResourceTableModifier and TypeMethodDescriptionstatic 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 ResourceTableModifier and TypeMethodDescriptionResourceTable.getParentTable()
Scene.getResourceTable()
Widget.getResourceTable()
Retreives the widgets resource table.Methods in org.netbeans.api.visual.widget with parameters of type ResourceTableModifier and TypeMethodDescriptionvoid
ResourceTable.setParentTable
(ResourceTable parent) void
Scene.setResourceTable
(ResourceTable table) void
Widget.setResourceTable
(ResourceTable table) Sets the resource table.Constructors in org.netbeans.api.visual.widget with parameters of type ResourceTableModifierConstructorDescriptionResourceTable
(ResourceTable parent) Create a new resource table that has a parent.