Uses of Package
gate.gui.ontology

Packages that use gate.gui.ontology
gate.gui.docview   
gate.gui.ontology   
 

Classes in gate.gui.ontology used by gate.gui.docview
OntologyItemComparator
          A Comparator that sorts the resources in ontology based on their URIs
 

Classes in gate.gui.ontology used by gate.gui.ontology
AnnotationPropertyAction
          Action to create a new annotation property.
DatatypePropertyAction
          Action to create a new datatype property.
DeleteOntologyResourceAction
          Action to delete a resource from ontology.
DetailsGroup
          Represents each group (e.g. direct sub classes, all subclasses, property values etc.) shown in the right hand side of panel when a resource in the ontology tree is selected.
DetailsTableModel
          A DataModel that is created when a node is selected in the ontology tree.
InstanceAction
          Action to create a new Instance in the ontology
ObjectPropertyAction
          Action to create a new ObjectProperty in the ontology
OntologyEditor
          The GUI for the Ontology Editor
OntologyItemComparator
          A Comparator that sorts the resources in ontology based on their URIs
PropertyDetailsTableModel
          A DataModel that is created when a node is selected in the ontology property tree.
RestrictionAction
          Action to create a new ObjectProperty in the ontology
SearchAction
          A Class that provides a GUI to search for a resource in the ontology editor.
SubClassAction
          Action to create a new subclass.
SymmetricPropertyAction
          Action to create a new symmetric property in the ontology.
TopClassAction
          Action to create a new Top Class.
TransitivePropertyAction
          Action to create a new Transitive Property
TreeNodeSelectionListener
          Objects wishing to listen to the events fired by the ontology editor when a user changes his/her selection in the ontology tree editor, should implements this interface and get registered by using the repsective method in the OntologyEditor.
ValuesSelectionAction