Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 366681 - Make Widget.getNameText() protected so subclasses from, e.g., Composite are allowed to override
Summary: Make Widget.getNameText() protected so subclasses from, e.g., Composite are a...
Status: CLOSED WONTFIX
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 4.2   Edit
Hardware: PC All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform-SWT-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-14 05:49 EST by Thomas Singer CLA
Modified: 2012-04-23 09:09 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 Thomas Singer CLA 2011-12-14 05:49:46 EST
Build Identifier: 

Some subclasses of Widget are supposed for overriding like Composite. For those it makes sense for overriding some methods which usually are package protected.

Reproducible: Always
Comment 1 Felipe Heidrich CLA 2011-12-14 20:21:29 EST
Why do you want to overwrite getNameText() ?
couldn't you re-implement toString() instead ?