Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ve-dev] Why setLabelFor is not implemented for JLabel


Hi Maxim,

Tthe property sheet has a toolbar toggle button "Show Advanced Properties".  The idea behind this is that the properties commonly used are shown normally, and ones marked as "Expert" in the BeanInfo are shown on the Advanced list.  The "labelFor" property is an expert one so if you use the toggle button you should be able to see it.  It has a combo editor that shows a drop down of all of the components and from there you can select one.

Best regards,

Joe Winchester

Please respond to Dinosaurus <dinosaurus@xxxxxxxx>; Please respond to Discussions people developing code for the Visual Editor project <ve-dev@xxxxxxxxxxx>

Sent by:        ve-dev-bounces@xxxxxxxxxxx

To:        "Discussions people developing code for the Visual Editor project" <ve-dev@xxxxxxxxxxx>
cc:        
Subject:        [ve-dev] Why setLabelFor is not implemented for JLabel


Hello,

Why the labelFor property is hidden in the property editor
for JLabel instances? Are there any VEP technical restrictions
for that?

Regards,
Maxim
_______________________________________________
ve-dev mailing list
ve-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ve-dev


Back to the top