Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » create custom export wizard(create custom export wizard)
create custom export wizard [message #1735660] Tue, 21 June 2016 16:53
Sachin Samaram is currently offline Sachin SamaramFriend
Messages: 271
Registered: April 2016
Senior Member
Hi,

Can anybody tell me how to create custom export wizard in eclipse?

I have wriiten below code:

<extension
point="org.eclipse.ui.exportWizards">
<category
id="com.prolifics.customexport.exportWizards.sampleCategory"
name="Export Panther Library">
</category>
<wizard
category="com.prolifics.customexport.exportWizards.sampleCategory"
class="com.prolifics.customexport.exportWizards.ExportWizard"
icon="icons/export.gif"
id="com.prolifics.customexport.exportWizards.sampleCategory"
name="Panther Library">
</wizard>
</extension>

How can I write custom export wizard to export the selected as lib file?
Previous Topic:Suppress the warning that there is no 'target/' directory?
Next Topic:Enabling the Plug-In Spy
Goto Forum:
  


Current Time: Thu Mar 28 12:05:00 GMT 2024

Powered by FUDForum. Page generated in 0.11050 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top