Bug 416325 - [Dialogs] TitleAreaDialog has no setDisabledTitleImage(Image) Method
Summary: [Dialogs] TitleAreaDialog has no setDisabledTitleImage(Image) Method
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.8   Edit
Hardware: PC Windows 7
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform UI Triaged CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-02 03:10 EDT by Michael Seele CLA
Modified: 2013-09-04 10:16 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Seele CLA 2013-09-02 03:10:07 EDT
The org.eclipse.jface.dialogs.TitleAreaDialog has no setDisabledTitleImage Method to set a disabled title image like a Action has that: org.eclipse.jface.action.IAction.setDisabledImageDescriptor(ImageDescriptor)

Please provide a setter for a disabled title image and display that when is disabled (cause disabling the normal title image looks ugly).
Comment 1 Paul Webster CLA 2013-09-04 10:16:47 EDT
What code are you using to disable the TitleAreaDialog (that you want the new image to respond to)?

PW