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 |
---|---|
ContiguousSelectEvent.SelectionType |
ContiguousSelectEvent.getSelectionType()
Represents a selection type.
|
static ContiguousSelectEvent.SelectionType |
ContiguousSelectEvent.SelectionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContiguousSelectEvent.SelectionType[] |
ContiguousSelectEvent.SelectionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static ContiguousSelectEvent |
ContiguousSelectEvent.create(Widget previousWidget,
Point previousLocalLocation,
Widget choosenWidget,
Point choosenLocalLocation,
ContiguousSelectEvent.SelectionType selectionType)
Creates an event.
|