|
org.netbeans.api.visual 2.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectorState | |
---|---|
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 ConnectorState in org.netbeans.api.visual.action |
---|
Methods in org.netbeans.api.visual.action that return ConnectorState | |
---|---|
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're declared. |
|
org.netbeans.api.visual 2.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |