|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
Fields in com.ontotext.gate.vr declared as OntologyEditor | |
private OntologyEditor |
OEMainPanel.editor
reference to the ontology editor agregating this main frame |
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 | |
private OntologyEditor |
AddSubClassDialog.editor
reference to the ontology editor that invoked this |
private OntologyEditor |
EditClassURIDialog.editor
reference to the ontology editor that invoked this |
private OntologyEditor |
EditURIDialog.editor
reference to the ontology editor that invoked this |
protected OntologyEditor |
MultipleSelectionDialog.editor
reference to te ontology editor |
protected OntologyEditor |
NewOntologyDialog.editor
reference to the ontology editor which invokde this dialog |
private OntologyEditor |
RenameClassDialog.editor
reference to the ontology editor that invoked this |
private OntologyEditor |
RenameOntologyDialog.editor
reference to the ontology editor that invoked this |
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 |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |