public static class SelectionListener.SelectionChangeEvent<N,E>
extends java.lang.Object
Constructor and Description |
---|
SelectionChangeEvent(java.util.Collection<N> addedNodes,
java.util.Collection<E> addedEdges,
java.util.Collection<N> removedNodes,
java.util.Collection<E> removedEdges) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<E> |
getAddedEdges() |
java.util.Collection<N> |
getAddedNodes() |
java.util.Collection<E> |
getRemovedEdges() |
java.util.Collection<N> |
getRemovedNodes() |
java.lang.String |
toString() |
public java.util.Collection<N> getAddedNodes()
public java.util.Collection<E> getAddedEdges()
public java.util.Collection<N> getRemovedNodes()
public java.util.Collection<E> getRemovedEdges()
public java.lang.String toString()
toString
in class java.lang.Object