Uses of Interface
gate.gui.ActionsPublisher

Packages that use ActionsPublisher
gate.creole   
gate.gui   
gate.gui.docview   
 

Uses of ActionsPublisher in gate.creole
 

Classes in gate.creole that implement ActionsPublisher
 class ANNIETransducer
          The ANNIE named entity transducer.
 class OntologyAwareTransducer
          Deprecated. Ontology related functionality is now implemented in the standard JAPE Transducer Transducer.
 class Transducer
          A cascaded multi-phase transducer using the Jape language which is a variant of the CPSL language.
 class VPChunker
          ANNIE VP Chunker module.
 

Uses of ActionsPublisher in gate.gui
 

Classes in gate.gui that implement ActionsPublisher
 class GazetteerEditor
          Editor for ANNIE Gazetteer.
 class SerialControllerEditor
           
 

Fields in gate.gui with type parameters of type ActionsPublisher
protected  List<ActionsPublisher> NameBearerHandle.actionPublishers
          Stores all the action providers for this resource.
 

Uses of ActionsPublisher in gate.gui.docview
 

Subinterfaces of ActionsPublisher 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 ActionsPublisher
 class AbstractDocumentView
          A convenience implementation of DocumentView that can be extended by implementers of document views.
 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.