public interface MoveStrategy
| Modifier and Type | Method | Description |
|---|---|---|
java.awt.Point |
locationSuggested(Widget widget,
java.awt.Point originalLocation,
java.awt.Point suggestedLocation) |
Called after an user suggests a new location and before the suggested location is stored to a specified widget.
|
java.awt.Point locationSuggested(Widget widget, java.awt.Point originalLocation, java.awt.Point suggestedLocation)
widget - the moved widgetoriginalLocation - the original location specified by the MoveProvider.getOriginalLocation methodsuggestedLocation - the location suggested by an user (usually by a mouse cursor position)Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.