Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » reagrding tabbed properties view
reagrding tabbed properties view [message #205297] Tue, 17 April 2007 06:44 Go to next message
Eclipse UserFriend
Originally posted by: raushansharma2004.yahoo.com

hiii

I have made a radio button in my properties view.Now i want a particular
section in my tabbed properties changes based on the radio button
selected. I know i have to add a filter in plugin.xml for that but i dont
know which eclipse class i have to ues for this.

Thanks
Raushan
Re: reagrding tabbed properties view [message #205314 is a reply to message #205297] Tue, 17 April 2007 07:06 Go to previous message
wdaogang is currently offline wdaogangFriend
Messages: 11
Registered: July 2009
Junior Member
<extension
point="org.eclipse.ui.newWizards"
id=""
>

<category
id=""
name=""/>
<wizard
category=""
class=""
icon=""
id=""
name=""
preferredPerspectives=""
project="true">
<description>
Create a project support
</description>
</wizard>
<wizard
category=""
class=""
icon=""
id=""
name="">
<description></description>
</wizard>
<wizard
category=""
class=""
icon=""
id=""
name=""
<description></description>
</wizard>
</extension>
"raushan" <raushansharma2004@yahoo.com> ????
news:5f1c17771360e1e867b8309d8195723e$1@www.eclipse.org...
> hiii
>
> I have made a radio button in my properties view.Now i want a particular
> section in my tabbed properties changes based on the radio button
> selected. I know i have to add a filter in plugin.xml for that but i dont
> know which eclipse class i have to ues for this.
>
> Thanks
> Raushan
>
>
Previous Topic:setting the size of a view
Next Topic:how to add wizard to file->new menu
Goto Forum:
  


Current Time: Thu Apr 25 00:58:28 GMT 2024

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

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

Back to the top