org.netbeans.api.visual 2.10

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.10

Built on August 13 2008.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.