Skip to main content



      Home
Home » Eclipse Projects » GEF » Nested properties
Nested properties [message #164037] Sun, 16 January 2005 14:59 Go to next message
Eclipse UserFriend
Originally posted by: ask.academ.org

Hi, all!

In "Take control of your properties" article I'v read that: "...The Eclipse
workbench supports the notion of nested properties... ".
Can anybody give me a point in any documectation or javadoc of Eclipse about
this?

Thank you, Sergey.
Re: Nested properties [message #164133 is a reply to message #164037] Mon, 17 January 2005 11:01 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: none.us.ibm.com

It is simple. The object returned by getPropertyValue() just needs to be an
instance of IPropertySource.

"Sergey K. Andryushkevich" <ask@academ.org> wrote in message
news:cseh2t$tt2$1@www.eclipse.org...
> Hi, all!
>
> In "Take control of your properties" article I'v read that: "...The
> Eclipse workbench supports the notion of nested properties... ".
> Can anybody give me a point in any documectation or javadoc of Eclipse
> about this?
>
> Thank you, Sergey.
>
>
Re: Nested properties [message #164152 is a reply to message #164133] Mon, 17 January 2005 12:54 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: ask.academ.org

Why? For example String or Integer are'n an instance of IPropertySource...
Or you mean that is object is an IPropertySource it works like nested
propery?
If it is, is there this topic in documentation?

"Randy Hudson" <none@us.ibm.com> wrote in message
news:csgnfs$qed$1@www.eclipse.org...
> It is simple. The object returned by getPropertyValue() just needs to be
> an instance of IPropertySource.
>
> "Sergey K. Andryushkevich" <ask@academ.org> wrote in message
> news:cseh2t$tt2$1@www.eclipse.org...
>> Hi, all!
>>
>> In "Take control of your properties" article I'v read that: "...The
>> Eclipse workbench supports the notion of nested properties... ".
>> Can anybody give me a point in any documectation or javadoc of Eclipse
>> about this?
>>
>> Thank you, Sergey.
>>
>>
>
>
Re: Nested properties [message #164198 is a reply to message #164152] Mon, 17 January 2005 18:03 Go to previous message
Eclipse UserFriend
Originally posted by: none.us.ibm.com

If your value is a String and you want it to have sub-properties, you
wrapper the String in an instance of IPropertySource.

If the value is actually passed to a celleditor, you probably want the
String passed. So you implement getEditableValue to unwrap the string.

"Sergey K. Andryushkevich" <ask@academ.org> wrote in message
news:csgu41$s5f$1@www.eclipse.org...
> Why? For example String or Integer are'n an instance of IPropertySource...
> Or you mean that is object is an IPropertySource it works like nested
> propery?
> If it is, is there this topic in documentation?
>
> "Randy Hudson" <none@us.ibm.com> wrote in message
> news:csgnfs$qed$1@www.eclipse.org...
>> It is simple. The object returned by getPropertyValue() just needs to be
>> an instance of IPropertySource.
>>
>> "Sergey K. Andryushkevich" <ask@academ.org> wrote in message
>> news:cseh2t$tt2$1@www.eclipse.org...
>>> Hi, all!
>>>
>>> In "Take control of your properties" article I'v read that: "...The
>>> Eclipse workbench supports the notion of nested properties... ".
>>> Can anybody give me a point in any documectation or javadoc of Eclipse
>>> about this?
>>>
>>> Thank you, Sergey.
>>>
>>>
>>
>>
>
>
Previous Topic:Problem with DirectedGraphLayout With Loopbacks
Next Topic:Label aligned along a connection
Goto Forum:
  


Current Time: Sun Jul 27 13:56:33 EDT 2025

Powered by FUDForum. Page generated in 0.25932 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top