It's all about the answers!

Ask a question

Extendin AttributePart : reading description field of projct


Baris Erdemir (1812819) | asked Mar 02 '11, 5:15 a.m.
Hi,

I am extending com.ibm.team.workitem.ide.ui.internal.editor.presentations.AttributePart

In overridden setInput( Object input) method, I am initializing my WorkItemWorkingCopy:

WorkItemEditorInput workItemEditorInput = ( WorkItemEditorInput) input;

WorkItemWorkingCopy fWorkingCopy = workItemEditorInput.getWorkingCopy();


I would like to read description field of project area. Can you please help about the appropriate api?

Thanks,

Be the first one to answer this question!


Register or to post your answer.