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. 
edu.rice.cs.drjava.model.definitions Provides the data model for storing Java source code. 
edu.rice.cs.drjava.ui The ui package contains classes for the default user interface for DrJava. 
 

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

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

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

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

Fields in edu.rice.cs.drjava.model.definitions declared as DefinitionsEditorKit
private  DefinitionsEditorKit DefinitionsDocument._editor
          Uses an updated version of the DefaultEditorKit
 

Methods in edu.rice.cs.drjava.model.definitions that return DefinitionsEditorKit
 DefinitionsEditorKit DefinitionsDocument.getEditor()
          Returns the document's editor
 

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

Fields in edu.rice.cs.drjava.ui declared as DefinitionsEditorKit
private static DefinitionsEditorKit DefinitionsPane.EDITOR_KIT
          This field NEEDS to be set by setEditorKit() BEFORE any DefinitonsPanes are created.
 

Methods in edu.rice.cs.drjava.ui with parameters of type DefinitionsEditorKit
static void DefinitionsPane.setEditorKit(DefinitionsEditorKit editorKit)
          Sets the editor kit that will be used by all DefinitionsPanes.