Hiding bindings in properties editor

SWT Designer allows you to create the views, editors, perspectives, pref pages, composites, etc. that comprise Eclipse SWT & RCP applications and plug-ins.

Moderators: Konstantin.Scheglov, gnebling, Alexander.Mitin, jwren, Eric Clayberg

Hiding bindings in properties editor

Postby domfe » Tue Oct 05, 2010 12:32 am

Hello.
I'm trying to hide the bindings property. I've made my *.wbp-component.xml and
it works for component description and GEF validator. I've followed the API documentation.
Eclipse 3.6
WindowBuilder 8.0.0.r36x201009160631

Code: Select all
   <parameters>
      <parameter name="GEF.requestvalidator.parent">true</parameter>
      <parameter name="GEF.requestvalidator.parentOnly"><![CDATA[
         isComponentType(child, "sample.newgui.MyItem")
      ]]></parameter>
      <parameter name="databinding.disable">true</parameter>
   </parameters>


Any help is greatly appreciated.
domfe
 
Posts: 46
Joined: Mon Oct 04, 2010 6:42 am

Re: Hiding bindings in properties editor

Postby asablin » Wed Oct 06, 2010 10:10 pm

"databinding.disable" supported only in SwingDesigner.
Now it supported also for others toolkits and will be available at next build.
asablin
Moderator
 
Posts: 19
Joined: Thu Sep 23, 2010 3:07 am


Return to SWT Designer

Who is online

Users browsing this forum: Bing [Bot], Google [Bot] and 1 guest

cron