Bug 558352 - Provide DialogParticipant to install load bounds/save bounds functionality
Summary: Provide DialogParticipant to install load bounds/save bounds functionality
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.15   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-12-16 04:02 EST by Alexander Fedorov CLA
Modified: 2019-12-20 08:11 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Fedorov CLA 2019-12-16 04:02:44 EST
From the conversation at https://git.eclipse.org/r/#/c/153968/
opened for Bug 553663 - Icon selection dialog of the e4 application model editor
resizes badly

[Alexander Fedorov]:
Areas for the future improvements in the scope of another ticket:
switch from inheritance to composition.
The "load and save bounds" functionality looks like extractable DialogParticipant to be implemented and installed to any Dialog.
We can use E4 Tools as a proof of concept area and then apply result to the JFace. What do you think?

[Benedikt Kuntz]:
+1, we are using this save/load bounds pattern in our e4 applications as well, would be nice to have that in a "framework" class
Comment 1 Lars Vogel CLA 2019-12-20 08:11:57 EST
Benedikt, something for you?