How to get path of selected file while browsing from an import wizard in eclipse plug-in -
in plugin trying make menu named import
. action directly open import wizard. in import wizard have choose path through browse button. want use path in plugin. how can path?
like greg said, won't able info standard wizards.
you have implement own wizard , save variable of path in performfinish()
method somewhere preferences or in context.
Comments
Post a Comment