Uses of Interface
org.netbeans.api.visual.action.RectangularSelectProvider
Packages that use RectangularSelectProvider
Package
Description
This package contains
ActionFactory
class which is factory of all built-in widget-actions provided by the library.-
Uses of RectangularSelectProvider in org.netbeans.api.visual.action
Methods in org.netbeans.api.visual.action that return RectangularSelectProviderModifier and TypeMethodDescriptionstatic RectangularSelectProvider
ActionFactory.createObjectSceneRectangularSelectProvider
(ObjectScene scene) Creates a rectangular select provider which controls a selection of an object scene.Methods in org.netbeans.api.visual.action with parameters of type RectangularSelectProviderModifier and TypeMethodDescriptionstatic WidgetAction
ActionFactory.createRectangularSelectAction
(RectangularSelectDecorator decorator, LayerWidget interractionLayer, RectangularSelectProvider provider) Creates a rectangular select action with a specified decorator and logic provider.