[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.platform.swt] Re: Populate existing property view with custom data

Hi,

I guess I need something more than this. I have some data in name, value 
pair, which I get on performing some action.
When I perform this action, I want the Eclipse properties view to open and 
show the above name, value pair data in the existing table.

~Priya

"Keya" <rajakididi@xxxxxxxxxxx> wrote in message 
news:6e0f7f0fc1a827e2bc9826292df7f93f$1@xxxxxxxxxxxxxxxxxx
> The Properties View display data on the selection of some resource in the 
> Workbench [ Views + Editor ]. For example, selecting a Class from the 
> Outline View will display the properties associated with the Class.
> To attach a class with the Properties View your class needs to implement 
> IPropertySource.
>
> Is this what you need?
>
> Keya
>