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

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