Uses of Interface
gate.event.FeatureMapListener

Packages that use FeatureMapListener
gate This package contains the public interface to the GATE Java API.  
gate.annotation   
gate.corpora   
gate.gui   
gate.gui.docview   
gate.util   
 

Uses of FeatureMapListener in gate
 

Methods in gate with parameters of type FeatureMapListener
 void FeatureMap.removeFeatureMapListener(FeatureMapListener l)
          Removes a gate listener
 void FeatureMap.addFeatureMapListener(FeatureMapListener l)
          Adds a gate listener
 

Uses of FeatureMapListener in gate.annotation
 

Classes in gate.annotation that implement FeatureMapListener
(package private)  class AnnotationImpl.EventsHandler
          All the events from the features are handled by this inner class.
 

Uses of FeatureMapListener in gate.corpora
 

Classes in gate.corpora that implement FeatureMapListener
(package private)  class DatabaseCorpusImpl.EventsHandler
          All the events from the features are handled by this inner class.
(package private)  class DatabaseDocumentImpl.EventsHandler
          All the events from the features are handled by this inner class.
 

Uses of FeatureMapListener in gate.gui
 

Classes in gate.gui that implement FeatureMapListener
 class FeaturesSchemaEditor
           
 

Uses of FeatureMapListener in gate.gui.docview
 

Classes in gate.gui.docview that implement FeatureMapListener
 class CorefEditor
           
 

Uses of FeatureMapListener in gate.util
 

Methods in gate.util with parameters of type FeatureMapListener
 void SimpleFeatureMapImpl.removeFeatureMapListener(FeatureMapListener l)
          Removes a gate listener
 void SimpleFeatureMapImpl.addFeatureMapListener(FeatureMapListener l)
          Adds a gate listener