Uses of Interface
gate.gui.ontology.TreeNodeSelectionListener

Packages that use TreeNodeSelectionListener
gate.gui.ontology   
 

Uses of TreeNodeSelectionListener in gate.gui.ontology
 

Classes in gate.gui.ontology that implement TreeNodeSelectionListener
 class DatatypePropertyAction
          Action to create a new datatype property.
 class DeleteOntologyResourceAction
          Action to delete a resource from ontology.
 class InstanceAction
          Action to create a new Instance in the ontology
 class ObjectPropertyAction
          Action to create a new ObjectProperty in the ontology
 class SubClassAction
          Action to create a new subclass.
 class SymmetricPropertyAction
          Action to create a new symmetric property in the ontology.
 class TransitivePropertyAction
          Action to create a new Transitive Property
 

Fields in gate.gui.ontology with type parameters of type TreeNodeSelectionListener
protected  ArrayList<TreeNodeSelectionListener> OntologyEditor.listeners
           
 

Methods in gate.gui.ontology with parameters of type TreeNodeSelectionListener
 void OntologyEditor.addTreeNodeSelectionListener(TreeNodeSelectionListener listener)
           
 void OntologyEditor.removeTreeNodeSelectionListener(TreeNodeSelectionListener listener)