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

Uses of Class org.netbeans.api.visual.action.ResizeProvider.ControlPoint (Visual Library API) - NetBeans API Javadoc (Current Development Version)

org.netbeans.api.visual 2.2

Uses of Class
org.netbeans.api.visual.action.ResizeProvider.ControlPoint

Packages that use ResizeProvider.ControlPoint
org.netbeans.api.visual.action This package contains ActionFactory class which is factory of all built-in widget-actions provided by the library. 
 

Uses of ResizeProvider.ControlPoint in org.netbeans.api.visual.action
 

Methods in org.netbeans.api.visual.action that return ResizeProvider.ControlPoint
 ResizeProvider.ControlPoint ResizeControlPointResolver.resolveControlPoint(Widget widget, Point point)
          Resolves which control point is being dragged by user.
static ResizeProvider.ControlPoint ResizeProvider.ControlPoint.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ResizeProvider.ControlPoint[] ResizeProvider.ControlPoint.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.netbeans.api.visual.action with parameters of type ResizeProvider.ControlPoint
 Rectangle ResizeStrategy.boundsSuggested(Widget widget, Rectangle originalBounds, Rectangle suggestedBounds, ResizeProvider.ControlPoint controlPoint)
          Called after an user suggests a new boundary and before the suggested boundary is stored to a specified widget.
 


org.netbeans.api.visual 2.2

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