Uses of Class
edu.rice.cs.drjava.model.definitions.DefinitionsEditorKit

Packages that use DefinitionsEditorKit
edu.rice.cs.drjava.model The model package is responsible for the majority of the logic and state in DrJava. 
 

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

Fields in edu.rice.cs.drjava.model declared as DefinitionsEditorKit
private  DefinitionsEditorKit DefaultGlobalModel._editorKit
          Factory for new definitions documents and views.
 

Methods in edu.rice.cs.drjava.model that return DefinitionsEditorKit
 DefinitionsEditorKit DefaultGlobalModel.getEditorKit()
           
 DefinitionsEditorKit GlobalModel.getEditorKit()
          Fetches the javax.swing.EditorKit implementation for use in the definitions pane.