Package gate.gui.ontology

Interface Summary
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.
 

Class Summary
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.
DetailsTableCellRenderer A Class that specifies how each node in the details panel should look like.
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
KeyValuePair  
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
OntoTreeCellRenderer A Class that defines how each node in the ontology tree should look like (e.g.
OResourceNode  
PropertyDetailsTableCellRenderer A Class that specifies how each node in the details panel should look like.
PropertyDetailsTableModel A DataModel that is created when a node is selected in the ontology property tree.
PropertyValue There are various types of properties (e.g.
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
Utils This class provides various static utility methods which are used by the ontology editor.
ValuesSelectionAction