Uses of Interface
com.allen_sauer.gwt.dnd.client.util.Area

Packages that use Area
com.allen_sauer.gwt.dnd.client.util Utility classes for drag-and-drop. 
 

Uses of Area in com.allen_sauer.gwt.dnd.client.util
 

Classes in com.allen_sauer.gwt.dnd.client.util that implement Area
 class AbstractArea
          Provides implementations for common Area calculations.
 class CoordinateArea
          Class representing a numerically specified rectangular region.
 class WidgetArea
           
 

Methods in com.allen_sauer.gwt.dnd.client.util that return Area
 Area Area.copyOf()
          Clone our area.
 Area AbstractArea.copyOf()
           
 

Methods in com.allen_sauer.gwt.dnd.client.util with parameters of type Area
 boolean Area.intersects(Area targetArea)
          Determine if the target area intersects our area.
 boolean AbstractArea.intersects(Area targetArea)
           
 boolean LocationWidgetComparator.locationIndicatesIndexFollowingWidget(Area widgetArea, Location location)
          Determine whether or not location indicates insertion following widgetArea.
 



Copyright © 2011 Sage Software, Inc. All rights reserved.