artisynth.core.gui.selectionManager
Class SelectionEvent
java.lang.Object
artisynth.core.gui.selectionManager.SelectionEvent
public class SelectionEvent
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SelectionEvent
public SelectionEvent(ModelComponent c)
SelectionEvent
public SelectionEvent(java.util.LinkedList<ModelComponent> added,
java.util.LinkedList<ModelComponent> removed)
getAddedComponents
public java.util.LinkedList<ModelComponent> getAddedComponents()
numAddedComponents
public int numAddedComponents()
getRemovedComponents
public java.util.LinkedList<ModelComponent> getRemovedComponents()
numRemovedComponents
public int numRemovedComponents()
getLastAddedComponent
public ModelComponent getLastAddedComponent()
getComponent
public ModelComponent getComponent()