Package | Description |
---|---|
org.netbeans.api.visual.action |
This package contains
ActionFactory class which is factory of all built-in widget-actions provided by the library. |
Modifier and Type | Method and Description |
---|---|
static ResizeControlPointResolver |
ActionFactory.createDefaultResizeControlPointResolver()
Creates a default resize control point resolver which is used in resize action.
|
Modifier and Type | Method and Description |
---|---|
static WidgetAction |
ActionFactory.createResizeAction(ResizeStrategy strategy,
ResizeControlPointResolver resolver,
ResizeProvider provider)
Creates a resize action with a specified resize strategy and provider.
|