edu.stanford.smi.protege.plugin
Interface ExportProjectPlugin
- All Superinterfaces:
- Disposable, Plugin
- All Known Implementing Classes:
- AbstractExportPlugin
- public interface ExportProjectPlugin
- extends Plugin
A plugin that controls the export of all or part of a knowledge to "somewhere else".
The export plugin ends up being a state object that is passed around among the wizard pages
of the configuration dialog. When the user hits "finish" the exportProject method gets called. The
pages are responsible for setting informatin in the exportPlugin object in their onFinish() method
so that the ExportPlugin.exportProject method can execute.
- Author:
- Ray Fergerson
Methods inherited from interface edu.stanford.smi.protege.plugin.Plugin |
getName |
canExport
public boolean canExport(Project project)
exportProject
public void exportProject(Project project)
createExportWizardPage
public WizardPage createExportWizardPage(ExportWizard wizard,
Project project)
Submit a bug report or feature request
Protégé is a trademark of Stanford University.
Copyright (c) 1998-2005 Stanford University.