Uses of Class
org.netbeans.api.visual.vmd.VMDNodeWidget
Packages that use VMDNodeWidget
-
Uses of VMDNodeWidget in org.netbeans.api.visual.vmd
Methods in org.netbeans.api.visual.vmd with parameters of type VMDNodeWidgetModifier and TypeMethodDescriptionabstract Widget
VMDColorScheme.createPinCategoryWidget
(VMDNodeWidget widget, String categoryDisplayName) Called to create a pin-category widget.abstract Image
VMDColorScheme.getMinimizeWidgetImage
(VMDNodeWidget widget) Returns an minimize-widget image for a specific node widget.abstract void
VMDColorScheme.installUI
(VMDNodeWidget widget) Called to install UI to a node widget.abstract boolean
VMDColorScheme.isNodeMinimizeButtonOnRight
(VMDNodeWidget widget) Returns whether the node minimize button is on the right side of the node header.abstract void
VMDColorScheme.updateUI
(VMDNodeWidget widget, ObjectState previousState, ObjectState state) Called to update UI of a node widget.