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 and Description |
---|---|
static ContiguousSelectEvent |
ContiguousSelectEvent.create(Widget previousWidget,
Point previousLocalLocation,
Widget choosenWidget,
Point choosenLocalLocation,
ContiguousSelectEvent.SelectionType selectionType)
Creates an event.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ContiguousSelectProvider.isSelectionAllowed(ContiguousSelectEvent event)
Called to resolve whether a selection is allowed.
|
void |
ContiguousSelectProvider.select(ContiguousSelectEvent event)
Should perform the selection.
|