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

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

org.netbeans.api.visual 2.2

Uses of Interface
org.netbeans.api.visual.action.MoveProvider

Packages that use MoveProvider
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 MoveProvider in org.netbeans.api.visual.action
 

Methods in org.netbeans.api.visual.action that return MoveProvider
static MoveProvider ActionFactory.createDefaultMoveProvider()
          Creates a default move provider where the logic controls the preferredLocation of a widget where the action is assigned to.
 

Methods in org.netbeans.api.visual.action with parameters of type MoveProvider
static WidgetAction ActionFactory.createMoveAction(MoveStrategy strategy, MoveProvider provider)
          Creates a move action with a specified strategy and provider.
 


org.netbeans.api.visual 2.2

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