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 | Description |
---|---|---|
static MoveControlPointProvider |
ActionFactory.createFreeMoveControlPointProvider() |
Creates a free (without any restriction) move control point (of a ConnectionWidget) provider.
|
static MoveControlPointProvider |
ActionFactory.createOrthogonalMoveControlPointProvider() |
Creates a orthogonal move control point provider which is usually used with ConnectionWidget with OrthogonalSearchRouter.
|
Modifier and Type | Method | Description |
---|---|---|
static WidgetAction |
ActionFactory.createMoveControlPointAction(MoveControlPointProvider provider) |
Creates a move control point (of a connection widget) action with a specified provider.
|
static WidgetAction |
ActionFactory.createMoveControlPointAction(MoveControlPointProvider provider,
ConnectionWidget.RoutingPolicy routingPolicy) |
Creates a move control point (of a connection widget) action with a specified provider.
|
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.