artisynth.core.gui.selectionManager
Interface SelectionFilter

All Known Implementing Classes:
ClassFilter, NoChildFilter

public interface SelectionFilter


Method Summary
 boolean objectIsValid(ModelComponent c, java.util.List<ModelComponent> currentSelections)
           
 

Method Detail

objectIsValid

boolean objectIsValid(ModelComponent c,
                      java.util.List<ModelComponent> currentSelections)