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 |
---|---|
ConnectorState |
AcceptProvider.isAcceptable(Widget widget,
Point point,
Transferable transferable)
Checks whether a transferable can be dropped on a widget at a specific point.
|
ConnectorState |
ReconnectProvider.isReplacementWidget(ConnectionWidget connectionWidget,
Widget replacementWidget,
boolean reconnectingSource)
Called to check for possible replacement of a connection source/target.
|
ConnectorState |
ConnectProvider.isTargetWidget(Widget sourceWidget,
Widget targetWidget)
Called for checking whether a connection could be created between a specified source and target widget.
|
static ConnectorState |
ConnectorState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectorState[] |
ConnectorState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|