org.netbeans.api.visual 2.23.1

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

Built on August 25 2010.  |  Portions Copyright 1997-2010 Sun Microsystems, Inc. All rights reserved.