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

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

org.netbeans.api.visual 2.2

Uses of Class
org.netbeans.api.visual.widget.LayerWidget

Packages that use LayerWidget
org.netbeans.api.visual.action This package contains ActionFactory class which is factory of all built-in widget-actions provided by the library. 
org.netbeans.api.visual.router This package contains Router interface which defines a router for ConnectionWidget
 

Uses of LayerWidget in org.netbeans.api.visual.action
 

Methods in org.netbeans.api.visual.action with parameters of type LayerWidget
static WidgetAction ActionFactory.createAlignWithMoveAction(AlignWithWidgetCollector collector, LayerWidget interractionLayer, AlignWithMoveDecorator decorator)
          Creates a align-with move action.
static WidgetAction ActionFactory.createAlignWithMoveAction(LayerWidget collectionLayer, LayerWidget interractionLayer, AlignWithMoveDecorator decorator)
          Creates a align-with move action.
static WidgetAction ActionFactory.createAlignWithResizeAction(AlignWithWidgetCollector collector, LayerWidget interractionLayer, AlignWithMoveDecorator decorator)
          Creates a align-with resize action.
static WidgetAction ActionFactory.createAlignWithResizeAction(LayerWidget collectionLayer, LayerWidget interractionLayer, AlignWithMoveDecorator decorator)
          Creates a align-with resize action.
static WidgetAction ActionFactory.createConnectAction(ConnectDecorator decorator, LayerWidget interractionLayer, ConnectProvider provider)
          Creates a connect action with a specific decorator.
static WidgetAction ActionFactory.createConnectAction(LayerWidget interractionLayer, ConnectProvider provider)
          Creates a connect action with a default decorator.
static WidgetAction ActionFactory.createExtendedConnectAction(ConnectDecorator decorator, LayerWidget interractionLayer, ConnectProvider provider)
          Creates an extended connect action with a specific decorator.
static WidgetAction ActionFactory.createExtendedConnectAction(LayerWidget interractionLayer, ConnectProvider provider)
          Creates an extended connect action with a default decorator.
static WidgetAction ActionFactory.createRectangularSelectAction(ObjectScene scene, LayerWidget interractionLayer)
          Creates a rectangular select action for a specified object scene with a default decorator.
static WidgetAction ActionFactory.createRectangularSelectAction(RectangularSelectDecorator decorator, LayerWidget interractionLayer, RectangularSelectProvider provider)
          Creates a rectangular select action with a specified decorator and logic provider.
 

Uses of LayerWidget in org.netbeans.api.visual.router
 

Methods in org.netbeans.api.visual.router with parameters of type LayerWidget
static Router RouterFactory.createOrthogonalSearchRouter(LayerWidget... layers)
          Creates an orthogonal search router.
 


org.netbeans.api.visual 2.2

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