| Package | Description |
|---|---|
| org.netbeans.api.visual.action |
This package contains
ActionFactory class which is factory of all built-in widget-actions provided by the library. |
| Modifier and Type | Method | Description |
|---|---|---|
ResizeProvider.ControlPoint |
ResizeControlPointResolver.resolveControlPoint(Widget widget,
java.awt.Point point) |
Resolves which control point is being dragged by user.
|
static ResizeProvider.ControlPoint |
ResizeProvider.ControlPoint.valueOf(java.lang.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 are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.awt.Rectangle |
ResizeStrategy.boundsSuggested(Widget widget,
java.awt.Rectangle originalBounds,
java.awt.Rectangle suggestedBounds,
ResizeProvider.ControlPoint controlPoint) |
Called after an user suggests a new boundary and before the suggested boundary is stored to a specified widget.
|
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.