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 RectangularSelectDecorator |
ActionFactory.createDefaultRectangularSelectDecorator(Scene scene)
Creates a default rectangular select decorator.
|
Modifier and Type | Method and Description |
---|---|
static WidgetAction |
ActionFactory.createRectangularSelectAction(RectangularSelectDecorator decorator,
LayerWidget interractionLayer,
RectangularSelectProvider provider)
Creates a rectangular select action with a specified decorator and logic provider.
|