public interface ResizeProvider
Modifier and Type | Interface and Description |
---|---|
static class |
ResizeProvider.ControlPoint
This enum represents a control point of a resize action.
|
Modifier and Type | Method and Description |
---|---|
void |
resizingFinished(Widget widget)
Called to notify about the finish of resizing.
|
void |
resizingStarted(Widget widget)
Called to notify about the start of resizing.
|