Uses of Interface
gate.gui.ActionsPublisher

Packages that use ActionsPublisher
gate.creole.ml   
gate.creole.ml.maxent   
gate.creole.ml.weka   
gate.gui   
gate.gui.docview   
 

Uses of ActionsPublisher in gate.creole.ml
 

Classes in gate.creole.ml that implement ActionsPublisher
 class MachineLearningPR
          This processing resource is used to train a machine learning algorithm with data extracted from a corpus.
 

Uses of ActionsPublisher in gate.creole.ml.maxent
 

Classes in gate.creole.ml.maxent that implement ActionsPublisher
 class MaxentWrapper
          Wrapper class for the Maxent machine learning algorithm.
 

Uses of ActionsPublisher in gate.creole.ml.weka
 

Classes in gate.creole.ml.weka that implement ActionsPublisher
 class Wrapper
          Wrapper class for the WEKA Machine Learning Engine.
 

Uses of ActionsPublisher in gate.gui
 

Classes in gate.gui that implement ActionsPublisher
 class SerialControllerEditor
           
 

Uses of ActionsPublisher in gate.gui.docview
 

Subinterfaces of ActionsPublisher in gate.gui.docview
 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
           
 class CorefEditor
           
 class DocumentEditor
          This is the GATE Document viewer/editor.
 class TextualDocumentView
          This class provides a central view for a textual document.