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

Packages that use SymbolPanel
edu.stanford.smi.protegex.owl.swrl.ui.code   
edu.stanford.smi.protegex.owl.ui.code   
edu.stanford.smi.protegex.owl.ui.owltable   
 

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

Subclasses of SymbolPanel in edu.stanford.smi.protegex.owl.swrl.ui.code
 class SWRLSymbolPanel
           
 

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

Subclasses of SymbolPanel in edu.stanford.smi.protegex.owl.ui.code
 class OWLSymbolPanel
          A JPanel hosting buttons that accellerate editing of OWL expressions.
 

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

Fields in edu.stanford.smi.protegex.owl.ui.owltable declared as SymbolPanel
private  SymbolPanel SymbolTable.symbolPanel
           
 

Methods in edu.stanford.smi.protegex.owl.ui.owltable that return SymbolPanel
protected  SymbolPanel SymbolTable.getSymbolPanel()
           
 

Constructors in edu.stanford.smi.protegex.owl.ui.owltable with parameters of type SymbolPanel
SymbolTable(SymbolTableModel tableModel, OWLModel owlModel, boolean withIcon, SymbolPanel symbolPanel)