Uses of Interface
org.netbeans.api.visual.action.MoveProvider
Packages that use MoveProvider
Package
Description
This package contains
ActionFactory
class which is factory of all built-in widget-actions provided by the library.-
Uses of MoveProvider in org.netbeans.api.visual.action
Methods in org.netbeans.api.visual.action that return MoveProviderModifier and TypeMethodDescriptionstatic MoveProvider
ActionFactory.createDefaultMoveProvider()
Creates a default move provider where the logic controls the preferredLocation of a widget where the action is assigned to.Methods in org.netbeans.api.visual.action with parameters of type MoveProviderModifier and TypeMethodDescriptionstatic WidgetAction
ActionFactory.createMoveAction
(MoveStrategy strategy, MoveProvider provider) Creates a move action with a specified strategy and provider.