org.netbeans.api.visual 2.28.1

org.netbeans.api.visual.action
Interface ResizeProvider


public interface ResizeProvider


Nested Class Summary
static class ResizeProvider.ControlPoint
          This enum represents a control point of a resize action.
 
Method Summary
 void resizingFinished(Widget widget)
          Called to notify about the finish of resizing.
 void resizingStarted(Widget widget)
          Called to notify about the start of resizing.
 

Method Detail

resizingStarted

void resizingStarted(Widget widget)
Called to notify about the start of resizing.

Parameters:
widget - the resizing widget

resizingFinished

void resizingFinished(Widget widget)
Called to notify about the finish of resizing.

Parameters:
widget - the resized widget

org.netbeans.api.visual 2.28.1

Built on December 5 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.