Uses of Interface
edu.stanford.smi.protegex.owl.jena.OWLCreateProjectPlugin

Packages that use OWLCreateProjectPlugin
edu.stanford.smi.protegex.owl.jena   
edu.stanford.smi.protegex.owl.storage   
edu.stanford.smi.protegex.owl.ui.menu   
 

Uses of OWLCreateProjectPlugin in edu.stanford.smi.protegex.owl.jena
 

Subinterfaces of OWLCreateProjectPlugin in edu.stanford.smi.protegex.owl.jena
 interface OWLFilesPlugin
           
 

Classes in edu.stanford.smi.protegex.owl.jena that implement OWLCreateProjectPlugin
 class OWLFilesCreateProjectPlugin
           
 

Uses of OWLCreateProjectPlugin in edu.stanford.smi.protegex.owl.storage
 

Classes in edu.stanford.smi.protegex.owl.storage that implement OWLCreateProjectPlugin
 class ProtegeFromOWLFilesCreateProjectPlugin
           
 

Uses of OWLCreateProjectPlugin in edu.stanford.smi.protegex.owl.ui.menu
 

Fields in edu.stanford.smi.protegex.owl.ui.menu declared as OWLCreateProjectPlugin
private  OWLCreateProjectPlugin OWLViewWizardPage.plugin
           
 

Constructors in edu.stanford.smi.protegex.owl.ui.menu with parameters of type OWLCreateProjectPlugin
OWLViewWizardPage(edu.stanford.smi.protege.util.Wizard wizard, OWLCreateProjectPlugin plugin)