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 ResizeStrategy |
ActionFactory.createFreeResizeStategy()
Creates a free (without any restriction) resize strategy
|
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.
|
static WidgetAction |
ActionFactory.createResizeAction(ResizeStrategy strategy,
ResizeProvider provider)
Creates a resize action with a specified resize strategy and provider and default resize control point resolver.
|
Built on June 4 2024. | Copyright © 2017-2024 Apache Software Foundation. All Rights Reserved.