Bug 206085 - extended functionality for GMF / org.eclipse.gmf.runtime.common.ui.util.TreeInlineTextEditor
Summary: extended functionality for GMF / org.eclipse.gmf.runtime.common.ui.util.TreeI...
Status: NEW
Alias: None
Product: GMF-Runtime
Classification: Modeling
Component: General (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal
Target Milestone: ---   Edit
Assignee: Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-11 16:24 EDT by Mira Vrbaski CLA
Modified: 2010-07-19 22:00 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mira Vrbaski CLA 2007-10-11 16:24:37 EDT
Build ID: 3.3

Steps To Reproduce:
1.Has to be able to extend get/set functionality for TextEditor at org.eclipse.gmf.runtime.common.ui.util.TreeInlineTextEditor

extended functionality should be:
 /**
     * returns the text widget
     * 
     * @return Text the text widget used for editing
     */
    public Text getTextEditor() {
        return textEditor;
    } 

and 


    /**
     * Sets the textEditor.
     * 
     * @param textEditor
     *            The textEditor to set
     */
    public void setTextEditor(Text textEditor) {
        this.textEditor = textEditor;
    }

2.
3.


More information:
Comment 1 Alex Shatalin CLA 2009-05-28 09:36:30 EDT
reassigning to runtime component
Comment 2 Eclipse Webmaster CLA 2010-07-19 22:00:20 EDT
[GMF Restructure] Bug 319140 : product GMF and component
Runtime was the original product and component for this bug