Uses of Class
com.intellij.openapi.editor.EditorFactory

Packages that use EditorFactory
com.intellij.openapi.editor Provides interfaces for working with IDEA's text editor. 
com.intellij.openapi.editor.event Provides interfaces for listening to events in the text editor (mouse motion, scrolling, caret movement and selection changes and so on). 
 

Uses of EditorFactory in com.intellij.openapi.editor
 

Methods in com.intellij.openapi.editor that return EditorFactory
static EditorFactory EditorFactory.getInstance()
          Returns the editor factory instance.
 

Uses of EditorFactory in com.intellij.openapi.editor.event
 

Methods in com.intellij.openapi.editor.event that return EditorFactory
 EditorFactory EditorFactoryEvent.getFactory()
           
 

Constructors in com.intellij.openapi.editor.event with parameters of type EditorFactory
EditorFactoryEvent(EditorFactory editorFactory, Editor editor)