Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » How to use eclipse built-in check name functionality for custom wizards......(custom wizards......)
How to use eclipse built-in check name functionality for custom wizards...... [message #659117] Fri, 11 March 2011 06:59 Go to next message
Santosh  is currently offline Santosh Friend
Messages: 4
Registered: November 2010
Junior Member
hi,
We have some custom wizard which creates new resources for our plugin, We use our own code to check the name entered for new resource,Is there any way that we can use the eclipse bulit in name check functionality used by many eclipse wizards like eclipse new project wizard.......

Thanks in advance
Santosh.

[Updated on: Mon, 14 March 2011 05:22]

Report message to a moderator

Re: custom wizards...... [message #659456 is a reply to message #659117] Mon, 14 March 2011 05:26 Go to previous messageGo to next message
Prakash G.R. is currently offline Prakash G.R.Friend
Messages: 621
Registered: July 2009
Senior Member
On 11/03/11 12:29 PM, Santosh wrote:
> hi,
> We have some custom wizard which creates new resources for our plugin,
> We use our own code to check the name entered for new resource,Is there
> any way that we can use the eclipse bulit in name check functionality
> used by many eclipse wizards like eclipse new project wizard.......
>
> Thanks in advance Santosh.


Have a look at org.eclipse.ui.dialogs.WizardNewFileCreationPage and
org.eclipse.ui.wizards.newresource.BasicNewFileResourceWizar d classes

--
- Prakash
Platform UI Team, IBM

www.eclipse-tips.com
Re: custom wizards...... [message #659459 is a reply to message #659456] Mon, 14 March 2011 06:50 Go to previous message
Santosh  is currently offline Santosh Friend
Messages: 4
Registered: November 2010
Junior Member
Hi
Prakash, thanks for the reply,

Actually we have two wizard , out of which one is similar to WizardNewFolderMainPage class does and other one is similar to WizardNewProjectCreationPage class,

In both the cases WizardNewFolderMainPage and WizardNewProjectCreationPage class does not match our requirement in their present form,

I just need a way to use the eclipse name check functionality with our wizards .........

Previous Topic:Displaying a feature License by default
Next Topic:eclipse.generateFeature
Goto Forum:
  


Current Time: Thu Mar 28 15:45:43 GMT 2024

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

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

Back to the top