artisynth.core.gui.selectionManager
Class NoChildFilter

java.lang.Object
  extended by artisynth.core.gui.selectionManager.NoChildFilter
All Implemented Interfaces:
SelectionFilter

public class NoChildFilter
extends java.lang.Object
implements SelectionFilter


Constructor Summary
NoChildFilter()
           
 
Method Summary
 boolean objectIsValid(ModelComponent comp, java.util.List<ModelComponent> currentSelections)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoChildFilter

public NoChildFilter()
Method Detail

objectIsValid

public boolean objectIsValid(ModelComponent comp,
                             java.util.List<ModelComponent> currentSelections)
Specified by:
objectIsValid in interface SelectionFilter