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

Bug 341247

Summary: add a method createLoadCustomizationsDialog() to the AbstractLoadCustomizationAction
Product: z_Archived Reporter: Vincent Lorenzo <vincent.lorenzo>
Component: EMF-FacetAssignee: Gregoire Dupe <gdupe>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P3 Flags: gdupe: indigo+
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

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