站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

Uses of Class org.netbeans.api.visual.action.ConnectorState (Visual Library API) - NetBeans API Javadoc (Current Development Version)

org.netbeans.api.visual 2.2

Uses of Class
org.netbeans.api.visual.action.ConnectorState

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

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.