|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
code that wishes to act as an exporter for Pliny data must implement this interface. It will be called by the exporter Action.
ResourceExplorerExportAction| Method Summary | |
void |
run(org.eclipse.core.runtime.IProgressMonitor monitor)
the exportAction will call this method when it is time to do the export. |
void |
setFileName(String fileName)
the export Action will call this method to provide a String containing the fully qualified fileName that is to be used for export. |
| Method Detail |
public void setFileName(String fileName)
fileName -
public void run(org.eclipse.core.runtime.IProgressMonitor monitor)
throws PlinyExportException
monitor - monitor to be used during the export
PlinyExportException - all internally arising exceptions should be converted
to this exception
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||