Uses of Class
edu.stanford.smi.protegex.owl.ui.clsdesc.ClassDescriptionTable

Packages that use ClassDescriptionTable
edu.stanford.smi.protegex.owl.ui.clsdesc   
 

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

Fields in edu.stanford.smi.protegex.owl.ui.clsdesc declared as ClassDescriptionTable
private  ClassDescriptionTable AddRowAction.table
           
private  ClassDescriptionTable ClassDescriptionWidget.table
           
private  ClassDescriptionTable RemoveRowAction.table
           
private  ClassDescriptionTable CreateRowAction.table
           
 

Methods in edu.stanford.smi.protegex.owl.ui.clsdesc that return ClassDescriptionTable
 ClassDescriptionTable ClassDescriptionWidget.getTable()
           
 

Methods in edu.stanford.smi.protegex.owl.ui.clsdesc with parameters of type ClassDescriptionTable
protected abstract  ResourceSelectionAction ClassDescriptionWidget.createAddAction(ClassDescriptionTable table)
           
protected abstract  Action ClassDescriptionWidget.createCreateAction(ClassDescriptionTable table)
           
protected abstract  List ClassDescriptionWidget.createCustomActions(ClassDescriptionTable table)
           
protected  ResourceSelectionAction DisjointClassesWidget.createAddAction(ClassDescriptionTable table)
           
protected  Action DisjointClassesWidget.createCreateAction(ClassDescriptionTable table)
           
protected  List DisjointClassesWidget.createCustomActions(ClassDescriptionTable table)
           
protected  ResourceSelectionAction PropertiesSuperclassesWidget.createAddAction(ClassDescriptionTable table)
           
protected  Action PropertiesSuperclassesWidget.createCreateAction(ClassDescriptionTable table)
           
protected  List PropertiesSuperclassesWidget.createCustomActions(ClassDescriptionTable table)
           
 

Constructors in edu.stanford.smi.protegex.owl.ui.clsdesc with parameters of type ClassDescriptionTable
AddRowAction(ClassDescriptionTable table, String name, boolean thingAllowed)
           
RemoveRowAction(ClassDescriptionTable table)
           
CreateRowAction(ClassDescriptionTable table, String name)