Uses of Interface
gate.VisualResource

Packages that use VisualResource
gate.annotation   
gate.creole   
gate.creole.ontology   
gate.gui   
 

Uses of VisualResource in gate.annotation
 

Classes in gate.annotation that implement VisualResource
 class AnnotationDiff
          This class compare two annotation sets on annotation type given by the AnnotationSchema object.
 class CorpusAnnotationDiff
          This class compare two annotation sets on annotation type given by the AnnotationSchema object.
 

Uses of VisualResource in gate.creole
 

Subinterfaces of VisualResource in gate.creole
 interface AnnotationVisualResource
          Visual Resources that display and/or edit annotations.
 

Classes in gate.creole that implement VisualResource
 class AbstractVisualResource
          A convenience implementation of VisualResource with some default code.
 

Uses of VisualResource in gate.creole.ontology
 

Subinterfaces of VisualResource in gate.creole.ontology
 interface OntologyEditor
          An interface defining the methods of an Ontology Editor.
 

Uses of VisualResource in gate.gui
 

Subinterfaces of VisualResource in gate.gui
 interface ResizableVisualResource
          This interface denotes visual resources that can be resized.
 

Classes in gate.gui that implement VisualResource
 class CorpusEditor
          A simple viewer/editor for corpora.
 class DocumentEditor
          This class implements a viewer/editor for the annotations on a document.
 class FeaturesEditor
           
 class OracleDatastoreViewer
           
 class ProtegeWrapper
          This class wrap the Protege application to show it as VR in GATE
 class PRViewer
           
 class SchemaAnnotationEditor
          This class is a viewer which adds/edits features on a GATE annotation.
 class SearchPRViewer
          Shows the results of a IR query.
 class SerialControllerEditor
           
 class SerialDatastoreViewer
           
 class SyntaxTreeViewer
          The SyntaxTreeViewer is capable of showing and editing utterances (fancy name for sentences) and the attached syntax trees.
 class UnrestrictedAnnotationEditor
          This class visually adds/edits features and annot type of an annotation It does this without using an AnnotationSchema.