Create export wizard in Eclipse plug-in -


i want create export function plug-in. created custom actions (in context menu)

i have 3 folders , want copy 1 folder destination (which user should able select).

do need create wizard or there simple ways? wizard exist can use? nice tutorial nice.

you can extend extension point org.eclipse.ui.exportwizards implement functionality

check http://help.eclipse.org/juno/index.jsp?topic=%2forg.eclipse.platform.doc.isv%2freference%2fextension-points%2forg_eclipse_ui_exportwizards.html&resultof=%22eclipse%22%20%22eclips%22%20%22export%22%20%22wizard%22%20

in class attribute can provide own implementation of export wizard functionality.

cheers, saurav


Comments