public final class ContiguousSelectEvent
extends java.lang.Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
ContiguousSelectEvent.SelectionType |
Defines a type of a selection.
|
| Modifier and Type | Method | Description |
|---|---|---|
static ContiguousSelectEvent |
create(Widget previousWidget,
java.awt.Point previousLocalLocation,
Widget choosenWidget,
java.awt.Point choosenLocalLocation,
ContiguousSelectEvent.SelectionType selectionType) |
Creates an event.
|
java.awt.Point |
getChoosenLocalLocation() |
Returns a local location of a choosen widget.
|
Widget |
getChoosenWidget() |
Returns a choosen widget.
|
java.awt.Point |
getPreviouslyChoosenLocalLocation() |
Returns a local location of a previously choosen widget.
|
Widget |
getPreviouslyChoosenWidget() |
Returns a previously choosen widget.
|
ContiguousSelectEvent.SelectionType |
getSelectionType() |
Represents a selection type.
|
public Widget getPreviouslyChoosenWidget()
public java.awt.Point getPreviouslyChoosenLocalLocation()
public Widget getChoosenWidget()
public java.awt.Point getChoosenLocalLocation()
public ContiguousSelectEvent.SelectionType getSelectionType()
public static ContiguousSelectEvent create(Widget previousWidget, java.awt.Point previousLocalLocation, Widget choosenWidget, java.awt.Point choosenLocalLocation, ContiguousSelectEvent.SelectionType selectionType)
previousWidget - the previously choosen widgetpreviousLocalLocation - the local location of the previously choosen widgetchoosenWidget - the choosen widgetchoosenLocalLocation - the local location of the currently choosen widgetselectionType - the selection type invoked by an userBuilt on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.