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 WidgetAction |
ActionFactory.createReconnectAction(ReconnectDecorator decorator,
ReconnectProvider provider)
Creates a reconnect action with a specific decorator and logic provider.
|
static WidgetAction |
ActionFactory.createReconnectAction(ReconnectProvider provider)
Creates a reconnect action with a default decorator.
|