|
|
Re: Grouping of related properties in the PropertyView [message #155249 is a reply to message #154706] |
Sat, 23 October 2004 14:22 |
Eclipse User |
|
|
|
Originally posted by: dyx.gmx.net
See the DimensionPopertySource and LocationPropertySource classes in the=
=
logic example.
Also see this article:
http://www.eclipse.org/articles/Article-Properties-View/prop erties-view.=
html
> Hi
>
> is it possible to goup some corresponding properties in the
> common PropertyView?
>
> like:
>
> |
> +-Location--|
> | +- X 3
> | |_ Y 4
> |
> +-Dimension-|
> +- Width 300
> |_ Height 500
>
>
> Or is it possible to avoid the alpha. sorting of the
> Properties and use the order of the insert statements?
>
> desc=3D new IPropertyDescriptor[superDescriptors.length + 4];
> desc[0]=3D new IntegerPropertyDescriptor(ID_PROPERTY_LOCATION_X, "x");=
> desc[1]=3D new IntegerPropertyDescriptor(ID_PROPERTY_LOCATION_Y, "y");=
> desc[2]=3D new IntegerPropertyDescriptor(ID_PROPERTY_HEIGHT , "heig=
ht");
> desc[3]=3D new IntegerPropertyDescriptor(ID_PROPERTY_WIDTH , "widt=
h");
>
>
> Greetings
>
> Andreas
>
>
> P.S.
> I have found an example image on "google image search" which =
> represents
> my requirements.
> see: http://www.agnisoft.com/soap/images/proxyOI.jpg
-- =
Using Opera's revolutionary e-mail client: http://www.opera.com/m2/
|
|
|
|
Powered by
FUDForum. Page generated in 0.02817 seconds