|
org.netbeans.api.visual 2.17.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConnectProvider | |
|---|---|
| org.netbeans.api.visual.action |
This package contains ActionFactory class which is factory of all built-in widget-actions provided by the library. |
| Uses of ConnectProvider in org.netbeans.api.visual.action |
|---|
| Methods in org.netbeans.api.visual.action with parameters of type ConnectProvider | |
|---|---|
static WidgetAction |
ActionFactory.createConnectAction(ConnectDecorator decorator,
LayerWidget interractionLayer,
ConnectProvider provider)
Creates a connect action with a specific decorator. |
static WidgetAction |
ActionFactory.createConnectAction(LayerWidget interractionLayer,
ConnectProvider provider)
Creates a connect action with a default 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). |
static WidgetAction |
ActionFactory.createExtendedConnectAction(LayerWidget interractionLayer,
ConnectProvider provider)
Creates an extended connect action with a default decorator. |
|
org.netbeans.api.visual 2.17.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||