Bug 243828 - [api] provide common utility classes for form based editors
Summary: [api] provide common utility classes for form based editors
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Mylyn (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P2 normal (vote)
Target Milestone: 3.1   Edit
Assignee: Steffen Pingel CLA
QA Contact:
URL:
Whiteboard:
Keywords: plan
Depends on:
Blocks:
 
Reported: 2008-08-11 20:16 EDT by Steffen Pingel CLA
Modified: 2009-06-16 05:46 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 Steffen Pingel CLA 2008-08-11 20:16:29 EDT
The task editor provides extensibility by allowing factories to contribute pages that extend IFormPage. Some of the functionality such as cut/copy/paste only works when clients extend AbstractTaskEditorPage which is intended for implementing pages that edit tasks and support a submit operation. 

The API should be improved by extracting common utility methods and classes for form based editors to support other pages such as the planning page and context page with focus tracking, spell checking, clipboard support etc.
Comment 1 Steffen Pingel CLA 2009-01-13 03:41:26 EST
Added CommonTextSupport and WorkbenchActionSupport to o.e.m.commons.ui.