Uses of Interface
edu.stanford.smi.protegex.owl.ui.clsproperties.CreatePropertyAction.CallBack

Packages that use CreatePropertyAction.CallBack
edu.stanford.smi.protegex.owl.ui.clsproperties   
 

Uses of CreatePropertyAction.CallBack in edu.stanford.smi.protegex.owl.ui.clsproperties
 

Fields in edu.stanford.smi.protegex.owl.ui.clsproperties declared as CreatePropertyAction.CallBack
private  CreatePropertyAction.CallBack CreatePropertyAction.callBack
           
 

Methods in edu.stanford.smi.protegex.owl.ui.clsproperties with parameters of type CreatePropertyAction.CallBack
static void CreatePropertyAction.addActions(edu.stanford.smi.protege.util.LabeledComponent lc, OWLModel owlModel, CreatePropertyAction.CallBack callBack)
           
 

Constructors in edu.stanford.smi.protegex.owl.ui.clsproperties with parameters of type CreatePropertyAction.CallBack
CreatePropertyAction(RDFSNamedClass type, String baseName, String baseIconName, CreatePropertyAction.CallBack callBack)