Grouping of related properties in the PropertyView [message #154706] |
Thu, 21 October 2004 08:55  |
Eclipse User |
|
|
|
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= new IPropertyDescriptor[superDescriptors.length + 4];
desc[0]= new IntegerPropertyDescriptor(ID_PROPERTY_LOCATION_X, "x");
desc[1]= new IntegerPropertyDescriptor(ID_PROPERTY_LOCATION_Y, "y");
desc[2]= new IntegerPropertyDescriptor(ID_PROPERTY_HEIGHT , "height");
desc[3]= new IntegerPropertyDescriptor(ID_PROPERTY_WIDTH , "width");
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
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04899 seconds