Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-ui-dev] PropertySheet view in standalone applications

If your goal is to stick with SWT as a standalone app, you'll have to
implement the something like the PropertySheet yourself, perhaps leveraging
Table and TableEditor.  It's actually not that bad.

David Phipps
david@xxxxxxxxxxx

----- Original Message -----
From: "Stelian Iancu" <stelian.iancu@xxxxxxx>
To: <platform-ui-dev@xxxxxxxxxxx>
Sent: Wednesday, July 10, 2002 2:16 AM
Subject: [platform-ui-dev] PropertySheet view in standalone applications


>
> Hello!
>
> I have a window split in two: on the left side I have a tree and I want to
> show the properties of the current selected node in a PropertySheet on the
> right. So I was thinking to use the PropertySheet view but I saw that is
> coupled with the workbench. So, is there any possibility to use it or I
have
> to implement it by myself?
>
> Thanks!
>
> P.S. I put the same question in the newsgroup but nobody answered. :(
>
> --
> Regards,
>  Stelian Iancu                          stelian.iancu@xxxxxxx
>
>
> _______________________________________________
> platform-ui-dev mailing list
> platform-ui-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/platform-ui-dev



Back to the top