Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Visual Editor (VE) » How to remove Properties from the Property Sheet
How to remove Properties from the Property Sheet [message #610744] Tue, 13 September 2005 01:07
Eclipse UserFriend
Originally posted by: xxx.yahoo.com

I have followed the "Extending the Visual Editor" tutorial to create
custom swt widgets
and added some properties. I just want to show only the properties that I
added and remove
the rest of it like bounds, background etc..

public BeanInfo[] getAdditionalBeanInfo() {

return null;
}

didn't remove the additional properties

I looked into the Ve code for SWT and saw all SWT BeanInfo classes
extending from IvjBeanInfo and in the tutorial it says to extend from
SimpleBeanInfo for SWT widgets.

I read that SWT widgets are not complete Java Bean and properties like
fieldname are annotations. How to remove the annotations from the property
sheet.

Do I have to write the Decoders for all the custom widgets?

Also, Do I need to do more than the tutorial to create custom widgets in
VE?

Thanks in Advance,

--ConfusedBean
Previous Topic:Sharing Event Listener
Next Topic:Extending VE - modify the way the root is generated
Goto Forum:
  


Current Time: Fri Mar 29 09:06:28 GMT 2024

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

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

Back to the top