Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 280904

Summary: Decorations#setImages(Image[]) is missing
Product: [RT] RAP Reporter: RĂ¼diger Herrmann <ruediger.herrmann>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: P3    
Version: unspecified   
Target Milestone: 1.3 M2   
Hardware: All   
OS: All   
Whiteboard:

Description RĂ¼diger Herrmann CLA 2009-06-19 07:18:46 EDT
setImages( Image[] ) is missing on class Decorations in RWT
It might be sufficient to pick the first image from the array and delegate the task to setImage( Image ).
Comment 1 Benjamin Muskalla CLA 2009-09-22 04:36:35 EDT
Introduced setImages/getImages on Decorations, pulled up setImage/getImage to be consistent, added fallback for shell icon in ShellLCA and introduced Decorations_Test