public final class ViewSelectionEvent
extends java.util.EventObject
| Modifier and Type | Field and Description |
|---|---|
static Element[] |
EMPTY_SELECTION |
| Constructor and Description |
|---|
ViewSelectionEvent(View view)
Creates a ViewSelectionEvent whose selection is initialized to the
View's current selection.
|
| Modifier and Type | Method and Description |
|---|---|
Element[] |
getSelection()
Returns the new selection in the View.
|
View |
getView()
Returns the View whose selection has changed.
|
public static final Element[] EMPTY_SELECTION
public ViewSelectionEvent(View view)
view - the View whose selection has changed.public View getView()
View.public Element[] getSelection()