GATE
Version 3.1-2270

Uses of Interface
gate.creole.ontology.OntologyEditor

Packages that use OntologyEditor
com.ontotext.gate.vr   
com.ontotext.gate.vr.dialog   
 

Uses of OntologyEditor in com.ontotext.gate.vr
 

Classes in com.ontotext.gate.vr that implement OntologyEditor
 class OntologyEditorImpl
          Implementation of an ontology editor
 

Methods in com.ontotext.gate.vr that return OntologyEditor
 OntologyEditor OEMainPanel.getOntologyEditor()
          Gets the Ontology Editor.
 

Methods in com.ontotext.gate.vr with parameters of type OntologyEditor
 void OEMainPanel.setOntologyEditor(OntologyEditor oe)
          Sets the ontology editor which agregates this main frame
 

Uses of OntologyEditor in com.ontotext.gate.vr.dialog
 

Fields in com.ontotext.gate.vr.dialog declared as OntologyEditor
protected  OntologyEditor MultipleSelectionDialog.editor
          reference to te ontology editor
protected  OntologyEditor NewOntologyDialog.editor
          reference to the ontology editor which invokde this dialog
 

Methods in com.ontotext.gate.vr.dialog with parameters of type OntologyEditor
 void AddSubClassDialog.setInvokers(OntologyEditor oe, ClassNode node)
           
 

Constructors in com.ontotext.gate.vr.dialog with parameters of type OntologyEditor
EditClassURIDialog(OntologyEditor e, TClass c)
           
EditURIDialog(OntologyEditor e, Taxonomy o)
          construct the dialog
MultipleSelectionDialog(OntologyEditor editor, Vector list, String text, String title)
           
NewOntologyDialog(OntologyEditor e)
           
RenameClassDialog(OntologyEditor e, OEMainPanel oef, ClassNode n, TClass c)
          construct the dialog
RenameOntologyDialog(OntologyEditor e, Taxonomy o)
          construct the dialog
 


GATE
Version 3.1-2270