Uses of Class
edu.stanford.smi.protegex.owl.ui.code.SymbolEditorComponent

Packages that use SymbolEditorComponent
edu.stanford.smi.protegex.owl.swrl.ui.table   
edu.stanford.smi.protegex.owl.ui.classform.component.property   
edu.stanford.smi.protegex.owl.ui.clsdesc   
edu.stanford.smi.protegex.owl.ui.code   
edu.stanford.smi.protegex.owl.ui.conditions   
edu.stanford.smi.protegex.owl.ui.owltable   
edu.stanford.smi.protegex.owl.ui.properties.range   
 

Uses of SymbolEditorComponent in edu.stanford.smi.protegex.owl.swrl.ui.table
 

Subclasses of SymbolEditorComponent in edu.stanford.smi.protegex.owl.swrl.ui.table
 class SWRLSymbolEditor
          User: matthewhorridge
The Univeristy Of Manchester
Medical Informatics Group
Date: Sep 7, 2005

matthew.horridge@cs.man.ac.uk
www.cs.man.ac.uk/~horridgm

 

Methods in edu.stanford.smi.protegex.owl.swrl.ui.table that return SymbolEditorComponent
protected  SymbolEditorComponent SWRLTable.createSymbolEditorComponent(OWLModel model, SymbolErrorDisplay errorDisplay)
           
 

Uses of SymbolEditorComponent in edu.stanford.smi.protegex.owl.ui.classform.component.property
 

Methods in edu.stanford.smi.protegex.owl.ui.classform.component.property that return SymbolEditorComponent
protected  SymbolEditorComponent PropertyFormTable.createSymbolEditorComponent(OWLModel model, SymbolErrorDisplay errorDisplay)
           
 

Uses of SymbolEditorComponent in edu.stanford.smi.protegex.owl.ui.clsdesc
 

Subclasses of SymbolEditorComponent in edu.stanford.smi.protegex.owl.ui.clsdesc
 class ClassDescriptionEditorComponent
          User: matthewhorridge
The Univeristy Of Manchester
Medical Informatics Group
Date: Sep 7, 2005

matthew.horridge@cs.man.ac.uk
www.cs.man.ac.uk/~horridgm

 

Methods in edu.stanford.smi.protegex.owl.ui.clsdesc that return SymbolEditorComponent
protected  SymbolEditorComponent ClassDescriptionTable.createSymbolEditorComponent(OWLModel model, SymbolErrorDisplay errorDisplay)
           
 

Uses of SymbolEditorComponent in edu.stanford.smi.protegex.owl.ui.code
 

Fields in edu.stanford.smi.protegex.owl.ui.code declared as SymbolEditorComponent
private  SymbolEditorComponent SymbolCellEditor.editorComponent
           
 

Constructors in edu.stanford.smi.protegex.owl.ui.code with parameters of type SymbolEditorComponent
SymbolCellEditor(SymbolEditorComponent editorComponent)
           
 

Uses of SymbolEditorComponent in edu.stanford.smi.protegex.owl.ui.conditions
 

Methods in edu.stanford.smi.protegex.owl.ui.conditions that return SymbolEditorComponent
protected  SymbolEditorComponent ConditionsTable.createSymbolEditorComponent(OWLModel model, SymbolErrorDisplay errorDisplay)
           
 

Methods in edu.stanford.smi.protegex.owl.ui.conditions with parameters of type SymbolEditorComponent
protected  int ConditionsTable.getPreferredRowHeight(JTable table, SymbolEditorComponent editorComponent)
           
 

Uses of SymbolEditorComponent in edu.stanford.smi.protegex.owl.ui.owltable
 

Fields in edu.stanford.smi.protegex.owl.ui.owltable declared as SymbolEditorComponent
private  SymbolEditorComponent SymbolTable.symbolEditorComponent
           
 

Methods in edu.stanford.smi.protegex.owl.ui.owltable that return SymbolEditorComponent
 SymbolEditorComponent SymbolTable.getSymbolEditorComponent()
           
protected abstract  SymbolEditorComponent SymbolTable.createSymbolEditorComponent(OWLModel model, SymbolErrorDisplay errorDisplay)
           
 

Methods in edu.stanford.smi.protegex.owl.ui.owltable with parameters of type SymbolEditorComponent
protected  int SymbolTable.getPreferredRowHeight(JTable table, SymbolEditorComponent editorComponent)
           
 

Uses of SymbolEditorComponent in edu.stanford.smi.protegex.owl.ui.properties.range
 

Methods in edu.stanford.smi.protegex.owl.ui.properties.range that return SymbolEditorComponent
protected  SymbolEditorComponent UnionRangeClassesTable.createSymbolEditorComponent(OWLModel model, SymbolErrorDisplay errorDisplay)