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. 
 

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.
 class GlobalModelTestCase.TestGlobalModel
           
 

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

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