|
org.netbeans.api.visual 2.21.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContiguousSelectEvent | |
---|---|
org.netbeans.api.visual.action |
This package contains ActionFactory class which is factory of all built-in widget-actions provided by the library. |
Uses of ContiguousSelectEvent in org.netbeans.api.visual.action |
---|
Methods in org.netbeans.api.visual.action that return ContiguousSelectEvent | |
---|---|
static ContiguousSelectEvent |
ContiguousSelectEvent.create(Widget previousWidget,
Point previousLocalLocation,
Widget choosenWidget,
Point choosenLocalLocation,
ContiguousSelectEvent.SelectionType selectionType)
Creates an event. |
Methods in org.netbeans.api.visual.action with parameters of type ContiguousSelectEvent | |
---|---|
boolean |
ContiguousSelectProvider.isSelectionAllowed(ContiguousSelectEvent event)
Called to resolve whether a selection is allowed. |
void |
ContiguousSelectProvider.select(ContiguousSelectEvent event)
Should perform the selection. |
|
org.netbeans.api.visual 2.21.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |