Uses of Interface
gate.VisualResource

Packages that use VisualResource
com.ontotext.gate.vr   
gate This package contains the public interface to the GATE Java API. 
gate.annotation   
gate.creole   
gate.gui   
gate.gui.annedit   
gate.gui.docview   
gate.gui.jape   
gate.gui.ontology   
gate.gui.wordnet   
 

Uses of VisualResource in com.ontotext.gate.vr
 

Classes in com.ontotext.gate.vr that implement VisualResource
 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 VisualResource in gate
 

Methods in gate that return types with arguments of type VisualResource
 List<VisualResource> CreoleRegister.getPublicVrInstances()
          Get a list of all non-private instantiations of VR in the register.
 List<VisualResource> CreoleRegister.getVrInstances()
          Get a list of all instantiations of VR in the register.
 List<VisualResource> CreoleRegister.getVrInstances(String resourceTypeName)
          Get a list of instantiations of a type of VR in the register.
 

Uses of VisualResource in gate.annotation
 

Classes in gate.annotation that implement VisualResource
 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.
 

Methods in gate.creole that return types with arguments of type VisualResource
 List<VisualResource> CreoleRegisterImpl.getPublicVrInstances()
          Get a list of all non-private instantiations of VR in the register.
 List<VisualResource> CreoleRegisterImpl.getVrInstances()
          Get a list of all instantiations of VR in the register.
 List<VisualResource> CreoleRegisterImpl.getVrInstances(String resourceTypeName)
          Get a list of instantiations of a type of VR in the register.
 

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 CorpusQualityAssurance
          Quality assurance corpus view.
 class FeaturesSchemaEditor
           
 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 SerialDatastoreViewer
           
 class SyntaxTreeViewer
          The SyntaxTreeViewer is capable of showing and editing utterances (fancy name for sentences) and the attached syntax trees.
 

Uses of VisualResource in gate.gui.annedit
 

Subinterfaces of VisualResource in gate.gui.annedit
 interface OwnedAnnotationEditor
          Interface for all annotation editor components
 

Classes in gate.gui.annedit that implement VisualResource
 class SchemaAnnotationEditor
          An annotation editor that enforces the annotation schemas currently loaded in the system.
 

Uses of VisualResource in gate.gui.docview
 

Subinterfaces of VisualResource in gate.gui.docview
 interface AnnotationList
          Interface for document views showing a list of annotations.
 interface DocumentView
          A document viewer is composed out of several views (like the one showing the text, the one showing the annotation sets, the on showing the annotations table, etc.).
 

Classes in gate.gui.docview that implement VisualResource
 class AbstractDocumentView
          A convenience implementation of DocumentView that can be extended by implementers of document views.
 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 AnnotationListView
          A tabular view for a list of annotations.
 class AnnotationSetsView
          Display document annotation sets and types in a tree view like with a table.
 class AnnotationStackView
          Show a stack view of highlighted annotations in the document centred on the document caret.
 class CorefEditor
          Display a tree that contains the co-references type of the document, highlight co-references in the document, allow creating co-references from existing annotations, editing and deleting co-references.
 class DocumentEditor
          This is the GATE Document viewer/editor.
 class OntologyClassView
          Document view that displays an ontology class tree to annotate a document.
 class OntologyInstanceView
          Document view that shows two tables: one instances and one for properties.
 class TextualDocumentView
          This class provides a central view for a textual document.
 

Uses of VisualResource in gate.gui.jape
 

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

Uses of VisualResource in gate.gui.ontology
 

Classes in gate.gui.ontology that implement VisualResource
 class OntologyEditor
          The GUI for the Ontology Editor
 

Uses of VisualResource in gate.gui.wordnet
 

Classes in gate.gui.wordnet that implement VisualResource
 class WordNetViewer