T - The type of the elementspublic final class SelectionEvent<T> extends Object
SelectionModel.| Modifier and Type | Method and Description |
|---|---|
Set<T> |
getAddedElements()
Returns the (unmodifiable, possibly empty) set of elements that
have been added.
|
Set<T> |
getRemovedElements()
Returns the (unmodifiable, possibly empty) set of elements that
have been removed.
|
SelectionModel<T> |
getSelectionModel()
Returns the
SelectionModel from which this event originated |
String |
toString() |
public SelectionModel<T> getSelectionModel()
SelectionModel from which this event originatedSelectionModel from which this event originatedpublic Set<T> getAddedElements()
public Set<T> getRemovedElements()
Copyright © 2015. All rights reserved.