Bug 37531 - the javadoc of CompareViewerPane.setImage(Image)
Summary: the javadoc of CompareViewerPane.setImage(Image)
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Compare (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.0 M1   Edit
Assignee: Andre Weinand CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-13 01:30 EDT by wangbin CLA
Modified: 2003-06-02 04:30 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description wangbin CLA 2003-05-13 01:30:33 EDT
following is the source code of CompareViewerPane
	/**
	 * Return the receiver's title text.
	 * 
	 * @return the text of the CompareViewerPane's title or null
	 */
	public void setImage(Image image) {
		CLabel cl= (CLabel) getTopLeft();
		cl.setImage(image);
	}
Comment 1 Andre Weinand CLA 2003-06-02 04:30:37 EDT
fixed and released for I20030603