Uses of Interface
edu.stanford.smi.protegex.owl.ui.code.SymbolEditor

Packages that use SymbolEditor
edu.stanford.smi.protegex.owl.swrl.ui.code   
edu.stanford.smi.protegex.owl.swrl.ui.table   
edu.stanford.smi.protegex.owl.ui.clsdesc   
edu.stanford.smi.protegex.owl.ui.code   
edu.stanford.smi.protegex.owl.ui.restrictions   
 

Uses of SymbolEditor in edu.stanford.smi.protegex.owl.swrl.ui.code
 

Classes in edu.stanford.smi.protegex.owl.swrl.ui.code that implement SymbolEditor
 class SWRLTextArea
          A SymbolTextArea with special support for editing SWRL expressions.
 class SWRLTextField
          A SymbolTextField with special support for editing SWRL expressions.
 

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

Classes in edu.stanford.smi.protegex.owl.swrl.ui.table that implement SymbolEditor
 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

 

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

Classes in edu.stanford.smi.protegex.owl.ui.clsdesc that implement SymbolEditor
 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

 class ClassDescriptionTextField
          A OWLTextField to edit a superclass in a ClassDescriptionTable.
 

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

Classes in edu.stanford.smi.protegex.owl.ui.code that implement SymbolEditor
 class OWLTextArea
          A SymbolTextArea with special support for editing OWL expressions in the Protege compact syntax.
 class OWLTextField
          A SymbolTextField with special support for editing OWL expressions in the Protege compact syntax.
 class SymbolEditorComponent
          User: matthewhorridge
The Univeristy Of Manchester
Medical Informatics Group
Date: Sep 6, 2005

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

 class SymbolTextArea
          A remake of OWLTextField, but with JTextArea as base class.
 class SymbolTextField
          A JTextField with special support for editing expressions in languages like the OWL compact syntax or SWRL.
 

Fields in edu.stanford.smi.protegex.owl.ui.code declared as SymbolEditor
private  SymbolEditor SymbolPanel.symbolEditor
          The object that handles various button commands (e.g. the FillerTextField)
 

Methods in edu.stanford.smi.protegex.owl.ui.code that return SymbolEditor
protected  SymbolEditor SymbolPanel.getSymbolEditor()
           
 

Methods in edu.stanford.smi.protegex.owl.ui.code with parameters of type SymbolEditor
 void SymbolPanel.setSymbolEditor(SymbolEditor editor)
           
 

Uses of SymbolEditor in edu.stanford.smi.protegex.owl.ui.restrictions
 

Classes in edu.stanford.smi.protegex.owl.ui.restrictions that implement SymbolEditor
 class FillerTextArea
          A OWLTextArea to edit the filler in a RestrictionsTable.
(package private)  class FillerTextField
          A OWLTextField to edit the filler in a RestrictionsTable.