|
org.netbeans.api.visual 2.17.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConnectDecorator | |
|---|---|
| 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 ConnectDecorator in org.netbeans.api.visual.action |
|---|
| Methods in org.netbeans.api.visual.action that return ConnectDecorator | |
|---|---|
static ConnectDecorator |
ActionFactory.createDefaultConnectDecorator()
Creates a default connect decorator |
| Methods in org.netbeans.api.visual.action with parameters of type ConnectDecorator | |
|---|---|
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). |
|
org.netbeans.api.visual 2.17.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||