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 ConnectDecorator |
ActionFactory.createDefaultConnectDecorator()
Creates a default connect decorator
|
Modifier and Type | Method and Description |
---|---|
static WidgetAction |
ActionFactory.createConnectAction(ConnectDecorator decorator,
LayerWidget interractionLayer,
ConnectProvider provider)
Creates a connect action with a specific decorator.
|
static WidgetAction |
ActionFactory.createExtendedConnectAction(ConnectDecorator decorator,
LayerWidget interractionLayer,
ConnectProvider provider)
Creates an extended connect action with a specific decorator.
|
static WidgetAction |
ActionFactory.createExtendedConnectAction(ConnectDecorator decorator,
LayerWidget interractionLayer,
ConnectProvider provider,
int modifiers)
Creates an extended connect action with a specific decorator which can be invoked only with specified modifiers (usually it is
MouseEvent.CTRL_MASK ). |