Uses of Class
gate.creole.AbstractVisualResource

Packages that use AbstractVisualResource
com.ontotext.gate.vr   
gate.annotation   
gate.gui   
gate.gui.annedit   
gate.gui.docview   
gate.gui.jape   
gate.gui.ontology   
gate.gui.wordnet   
 

Uses of AbstractVisualResource in com.ontotext.gate.vr
 

Subclasses of AbstractVisualResource in com.ontotext.gate.vr
 class Gaze
          Gaze is a Gazetteer VR capable of viewing and editing gazetteer lists, linear definitions (lists.def files), and mapping definitions (mappings between ontology classes and gazetteer lists).
 

Uses of AbstractVisualResource in gate.annotation
 

Subclasses of AbstractVisualResource in gate.annotation
 class CorpusAnnotationDiff
          This class compare two annotation sets on annotation type given by the AnnotationSchema object.
 

Uses of AbstractVisualResource in gate.gui
 

Subclasses of AbstractVisualResource in gate.gui
 class CorpusEditor
          A simple viewer/editor for corpora.
 class CorpusQualityAssurance
          Quality assurance corpus view.
 class GazetteerEditor
          Editor for ANNIE Gazetteer.
 class LuceneDataStoreSearchGUI
          GUI allowing to write a query with a JAPE derived syntax for querying a Lucene Datastore and display the results with a stacked view of the annotations and their values.
 class PRViewer
           
 class SearchPRViewer
          Shows the results of a IR query.
 class SerialControllerEditor
           
 class SyntaxTreeViewer
          The SyntaxTreeViewer is capable of showing and editing utterances (fancy name for sentences) and the attached syntax trees.
 

Uses of AbstractVisualResource in gate.gui.annedit
 

Subclasses of AbstractVisualResource in gate.gui.annedit
 class SchemaAnnotationEditor
          An annotation editor that enforces the annotation schemas currently loaded in the system.
 

Uses of AbstractVisualResource in gate.gui.docview
 

Subclasses of AbstractVisualResource in gate.gui.docview
 class AnnotationEditor
          A generic annotation editor, which uses the known annotation schemas to help speed up the annotation process (e.g. by pre-populating sets of choices) but does not enforce the schemas, allowing the user full control.
 class DocumentEditor
          This is the GATE Document viewer/editor.
 

Uses of AbstractVisualResource in gate.gui.jape
 

Subclasses of AbstractVisualResource in gate.gui.jape
 class JapeViewer
          A JAPE viewer that allows access to all phases of the grammar and provides syntax highlighting.
 

Uses of AbstractVisualResource in gate.gui.ontology
 

Subclasses of AbstractVisualResource in gate.gui.ontology
 class OntologyEditor
          The GUI for the Ontology Editor
 

Uses of AbstractVisualResource in gate.gui.wordnet
 

Subclasses of AbstractVisualResource in gate.gui.wordnet
 class WordNetViewer