| 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 |
|---|---|---|
static ContiguousSelectEvent |
ContiguousSelectEvent.create(Widget previousWidget,
java.awt.Point previousLocalLocation,
Widget choosenWidget,
java.awt.Point choosenLocalLocation,
ContiguousSelectEvent.SelectionType selectionType) |
Creates an event.
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
ContiguousSelectProvider.isSelectionAllowed(ContiguousSelectEvent event) |
Called to resolve whether a selection is allowed.
|
void |
ContiguousSelectProvider.select(ContiguousSelectEvent event) |
Should perform the selection.
|
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.