Uses of Class
edu.stanford.smi.protegex.owl.swrl.ui.table.SWRLTable

Packages that use SWRLTable
edu.stanford.smi.protegex.owl.swrl.ui.table   
 

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

Fields in edu.stanford.smi.protegex.owl.swrl.ui.table declared as SWRLTable
private  SWRLTable CloneRuleAction.table
           
private  SWRLTable ViewRuleAction.table
           
private  SWRLTable DeleteRuleAction.table
           
private  SWRLTable SWRLTablePanel.table
           
private  SWRLTable CreateRuleAction.table
           
 

Constructors in edu.stanford.smi.protegex.owl.swrl.ui.table with parameters of type SWRLTable
CloneRuleAction(SWRLTable table, OWLModel owlModel)
           
ViewRuleAction(SWRLTable table)
           
DeleteRuleAction(SWRLTable table)
           
CreateRuleAction(SWRLTable table, OWLModel owlModel)