Bug 394803 - [CTabFolder] Javadocs missing for API CTabFolderRenderer.PART_*
Summary: [CTabFolder] Javadocs missing for API CTabFolderRenderer.PART_*
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 4.3   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 4.3 RC4   Edit
Assignee: Bogdan Gheorghe CLA
QA Contact:
URL:
Whiteboard:
Keywords: Documentation
Depends on:
Blocks:
 
Reported: 2012-11-21 10:58 EST by Markus Keller CLA
Modified: 2013-06-06 05:33 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 Markus Keller CLA 2012-11-21 10:58:10 EST
Follow-up to bug 377113

The API constants CTabFolderRenderer.PART_* are missing Javadocs. The best solution is probably to refer the the class Javadoc and explain all the constants and their relationships there.

There is a bit of explanation in CTabFolderRenderer#draw(..), but for computeSize and computeTrim, these need to be specified more clearly. E.g. is PART_BORDER the border around the whole control, or just around (BODY - HEADER)? Is HEADER inside BODY or on top/bottom of the latter?
Comment 1 Dani Megert CLA 2013-05-29 03:04:00 EDT
Please retarget to RC3 or RC4, if still planned for Kepler.
Comment 2 Dani Megert CLA 2013-06-05 10:16:36 EDT
Today is the last day for this.
Comment 3 Bogdan Gheorghe CLA 2013-06-05 11:44:43 EDT
Added some javadocs.