Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 341247 - add a method createLoadCustomizationsDialog() to the AbstractLoadCustomizationAction
Summary: add a method createLoadCustomizationsDialog() to the AbstractLoadCustomizati...
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: EMF-Facet (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Gregoire Dupe CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-29 11:24 EDT by Vincent Lorenzo CLA
Modified: 2020-05-01 11:26 EDT (History)
0 users

See Also:
gdupe: indigo+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vincent Lorenzo CLA 2011-03-29 11:24:29 EDT
I need to change the dialog provided for the action AbstractLoadCustomizationAction. In order don't override the run method, 
could you add a method getLoadCustomizationDialog() in this class?

Regards, 
-- 
Vincent Lorenzo
Comment 1 Gregoire Dupe CLA 2011-03-29 12:41:08 EDT
Hello,

I've extract the instantiation of the LoadCustomizationsDialog from the method AbstractLoadCustomizationsAction.run() to AbstractLoadCustomizationsAction.createLoadCustomizationDialog(). This method is protected in protected to be overrideable.

Committed revision 474.

Regards,
Gregoire Dupe
Comment 2 Vincent Lorenzo CLA 2011-05-10 03:43:13 EDT
This bug can be marked as closed