Skip to main content



      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 01:59 Go to next message
Eclipse UserFriend
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 01:22] by Moderator

Re: custom wizards...... [message #659456 is a reply to message #659117] Mon, 14 March 2011 01:26 Go to previous messageGo to next message
Eclipse UserFriend
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 02:50 Go to previous message
Eclipse UserFriend
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: Tue Jul 01 02:57:05 EDT 2025

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

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

Back to the top