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

AlignWithWidgetCollector (Visual Library API) - NetBeans API Javadoc (Current Development Version)

org.netbeans.api.visual 2.2

org.netbeans.api.visual.action
Interface AlignWithWidgetCollector


public interface AlignWithWidgetCollector

This interface is used for collecting regions for which the moving widget has to be checked.


Method Summary
 Collection<Rectangle> getRegions(Widget movingWidget)
          Returns a collection of regions (in scene coordination system) for a specified moving widget.
 

Method Detail

getRegions

Collection<Rectangle> getRegions(Widget movingWidget)
Returns a collection of regions (in scene coordination system) for a specified moving widget.

Parameters:
movingWidget - the moving widget
Returns:
the collection of regions

org.netbeans.api.visual 2.2

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