Uses of Interface
edu.rice.cs.util.swing.DocumentIterator

Packages that use DocumentIterator
edu.rice.cs.drjava.model The model package is responsible for the majority of the logic and state in DrJava. 
edu.rice.cs.drjava.model.cache The idea behind this new interface is that the rest of the model should not talk directly to the document cache but rather to an adapter to the cache. 
 

Uses of DocumentIterator in edu.rice.cs.drjava.model
 

Classes in edu.rice.cs.drjava.model that implement DocumentIterator
 class AbstractGlobalModel
          In simple terms, a DefaultGlobalModel without an interpreter, compiler, junit testing, debugger or javadoc.
 class DefaultGlobalModel
          Handles the bulk of DrJava's program logic.
static class GlobalModelTestCase.TestGlobalModel
           
 

Fields in edu.rice.cs.drjava.model declared as DocumentIterator
private  DocumentIterator FindReplaceMachine._docIterator
           
 

Methods in edu.rice.cs.drjava.model that return DocumentIterator
 DocumentIterator AbstractGlobalModel.getDocumentIterator()
          Gets a DocumentIterator to allow navigating through open Swing Documents.
 DocumentIterator GlobalModel.getDocumentIterator()
          Gets a DocumentIterator to allow navigating through open swing Documents.
 DocumentIterator DummyGlobalModel.getDocumentIterator()
           
 

Constructors in edu.rice.cs.drjava.model with parameters of type DocumentIterator
FindReplaceMachine(SingleDisplayModel model, DocumentIterator docIterator, Component frame)
          Standard Constructor.
 

Uses of DocumentIterator in edu.rice.cs.drjava.model.cache
 

Classes in edu.rice.cs.drjava.model.cache that implement DocumentIterator
private static class DocumentCacheTest.TestGlobalModel
          This is just so that we can have an instance of a DefaultGlobalModel rather than a single display model.