Uses of Class
org.ocopomo.annotation.gate.parser.EditorState

Packages that use EditorState
org.ocopomo.annotation.gate.parser   
org.ocopomo.annotation.mynote   
 

Uses of EditorState in org.ocopomo.annotation.gate.parser
 

Methods in org.ocopomo.annotation.gate.parser that return EditorState
 EditorState GateXmlParser.getEditorState()
           
 

Methods in org.ocopomo.annotation.gate.parser with parameters of type EditorState
static java.lang.String GateXmlParser.buildGateDocumentFor(EditorState es)
           
static java.lang.String GateXmlParser.getContentWithoutNodes(EditorState es)
           
 

Uses of EditorState in org.ocopomo.annotation.mynote
 

Methods in org.ocopomo.annotation.mynote that return EditorState
 EditorState MyNotePlugin.getEditorState(MyNoteAnnotator myNoteAnnotator)