ISISComputingGroup / IBEX

Top level repository for IBEX stories
5 stars 2 forks source link

Apply IBEXButtonBuilder to all applicable perspective buttons Timebox [1 day max] #8235

Closed isaachilly closed 4 months ago

isaachilly commented 7 months ago

Where?

Convert buttons to use IBEXButtonBuilder in all perspectives where applicable.

Extension to:

How?

Ideally programmer could create an automated program to do this. Most likely this ticket get's chipped away at by 1+ programmer manually converting each button.

Acceptance criteria

How to Test

verbose instructions for reviewer to test changes (Add before making a PR)

Time in planning

33:00 4/4/24

zsoltkebel commented 5 months ago

The IBEXButtonBuilder has been refactored as per group discussion so this ticket needs some further work to adopt the new design. Main difference: instead of buld use the get() method to retrieve the SWT Button instance if needed. You can find more details in the ticket #8311.

The branch with the updated IBEXButton and IBEXHelpButton is merged into this already.