Uses of Class
edu.rice.cs.util.text.DocumentEditCondition

Packages that use DocumentEditCondition
edu.rice.cs.util.text   
 

Uses of DocumentEditCondition in edu.rice.cs.util.text
 

Subclasses of DocumentEditCondition in edu.rice.cs.util.text
(package private)  class ConsoleDocument.ConsoleEditCondition
          Class ensuring that attempts to edit document lines above the prompt are rejected.
 

Fields in edu.rice.cs.util.text declared as DocumentEditCondition
protected  DocumentEditCondition SwingDocument._condition
          Determines which edits are legal on this document.
 

Methods in edu.rice.cs.util.text that return DocumentEditCondition
 DocumentEditCondition ConsoleDocument.getEditCondition()
          Gets the object which determines whether an insert/remove edit should be applied based on the inputs.
 DocumentEditCondition EditDocumentInterface.getEditCondition()
          Gets the object which can determine whether an insert or remove edit should be applied, based on the inputs.
 DocumentEditCondition SwingDocument.getEditCondition()
          Gets the object which can determine whether an insert or remove edit should be applied, based on the inputs.
 

Methods in edu.rice.cs.util.text with parameters of type DocumentEditCondition
 void ConsoleDocument.setEditCondition(DocumentEditCondition condition)
          Provides an object which can determine whether an insert or remove edit should be applied, based on the inputs.
 void EditDocumentInterface.setEditCondition(DocumentEditCondition condition)
          Provides an object which can determine whether an insert or remove edit should be applied, based on the inputs.
 void SwingDocument.setEditCondition(DocumentEditCondition condition)
          Provides an object which can determine whether an insert or remove edit should be applied, based on the inputs.