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

Packages that use OWLFilesPlugin
edu.stanford.smi.protegex.owl.jena   
edu.stanford.smi.protegex.owl.storage   
edu.stanford.smi.protegex.owl.ui.jena   
edu.stanford.smi.protegex.owl.ui.metadatatab   
edu.stanford.smi.protegex.owl.ui.profiles   
 

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

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

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

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

Uses of OWLFilesPlugin in edu.stanford.smi.protegex.owl.ui.jena
 

Fields in edu.stanford.smi.protegex.owl.ui.jena declared as OWLFilesPlugin
private  OWLFilesPlugin OWLImportsWizardPage.plugin
           
private  OWLFilesPlugin AbstractOWLFilesWizardPage.plugin
           
 

Methods in edu.stanford.smi.protegex.owl.ui.jena that return OWLFilesPlugin
protected  OWLFilesPlugin AbstractOWLFilesWizardPage.getPlugin()
           
 

Constructors in edu.stanford.smi.protegex.owl.ui.jena with parameters of type OWLFilesPlugin
OWLImportsWizardPage(edu.stanford.smi.protege.util.Wizard wizard, OWLFilesPlugin plugin)
           
ProtegeFromOWLFilesWizardPage(edu.stanford.smi.protege.util.Wizard wizard, OWLFilesPlugin plugin)
           
AbstractOWLFilesWizardPage(edu.stanford.smi.protege.util.Wizard wizard, OWLFilesPlugin aPlugin, String name)
           
 

Uses of OWLFilesPlugin in edu.stanford.smi.protegex.owl.ui.metadatatab
 

Fields in edu.stanford.smi.protegex.owl.ui.metadatatab declared as OWLFilesPlugin
private  OWLFilesPlugin OntologyURIWizardPage.plugin
           
private  OWLFilesPlugin NamespaceWizardPage.plugin
           
 

Constructors in edu.stanford.smi.protegex.owl.ui.metadatatab with parameters of type OWLFilesPlugin
OntologyURIWizardPage(edu.stanford.smi.protege.util.Wizard wizard, OWLFilesPlugin plugin)
           
NamespaceWizardPage(edu.stanford.smi.protege.util.Wizard wizard, OWLFilesPlugin aPlugin)
           
 

Uses of OWLFilesPlugin in edu.stanford.smi.protegex.owl.ui.profiles
 

Fields in edu.stanford.smi.protegex.owl.ui.profiles declared as OWLFilesPlugin
private  OWLFilesPlugin ProfileSelectionWizardPage.plugin
           
 

Constructors in edu.stanford.smi.protegex.owl.ui.profiles with parameters of type OWLFilesPlugin
ProfileSelectionWizardPage(edu.stanford.smi.protege.util.Wizard wizard, OWLFilesPlugin plugin)