Uses of Interface
edu.colby.cs.JeSS.util.JeSSVisitorCollection

Packages that use JeSSVisitorCollection
edu.colby.cs.JeSS.scanner   
edu.colby.cs.JeSS.util   
 

Uses of JeSSVisitorCollection in edu.colby.cs.JeSS.scanner
 

Fields in edu.colby.cs.JeSS.scanner declared as JeSSVisitorCollection
private  JeSSVisitorCollection VisitorManager.visitors
           
 

Uses of JeSSVisitorCollection in edu.colby.cs.JeSS.util
 

Classes in edu.colby.cs.JeSS.util that implement JeSSVisitorCollection
 class VectorVisitorCollection
          The current implementation of JeSSVisitorCollection.
 

Methods in edu.colby.cs.JeSS.util that return JeSSVisitorCollection
 JeSSVisitorCollection PluginLoader.getPluginVisitors(org.eclipse.jface.preference.IPreferenceStore store, VisitorManager vManager)
          This method searches the JeSS plugin folder for class files it then checks to make sure the class files are valid JeSSVisitors and then instantiates them and passes them back in a JeSSVisitorCollection
 

Methods in edu.colby.cs.JeSS.util with parameters of type JeSSVisitorCollection
 void VectorVisitorCollection.append(JeSSVisitorCollection otherJeSSVC)
           
 void JeSSVisitorCollection.append(JeSSVisitorCollection collection)
          Add all visitors from another Collection of this type