Uses of Interface
gate.creole.ontology.OntologyModificationListener

Packages that use OntologyModificationListener
com.ontotext.gate.vr   
gate.creole.ontology The GATE ontology API. 
gate.gui.docview   
gate.gui.ontology   
 

Uses of OntologyModificationListener in com.ontotext.gate.vr
 

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

Methods in gate.creole.ontology with parameters of type OntologyModificationListener
 void Ontology.addOntologyModificationListener(OntologyModificationListener oml)
          Register the Ontology Modification Listeners
 void Ontology.removeOntologyModificationListener(OntologyModificationListener oml)
          Removed the registered ontology modification listeners
 

Uses of OntologyModificationListener in gate.gui.docview
 

Classes in gate.gui.docview that implement OntologyModificationListener
 class OntologyClassView
          Document view that displays an ontology class tree to annotate a document.
 

Uses of OntologyModificationListener in gate.gui.ontology
 

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