Add wizard UI components and functionality

- Implement WizardCancelActionListener to handle cancellation actions.
- Create WizardDialog for managing dialog windows with window listener.
- Add WizardDialogCallback for handling dialog callbacks.
- Introduce WizardNextActionListener for handling next actions in the wizard.
- Develop WizardPanel to manage the wizard's layout and navigation.
- Implement WizardRunnable to run wizard actions in a separate thread.
- Define WizardStepCallback interface for step callbacks in the wizard.
- Create YAxisSelectorLayoutRunnable for managing layout updates.
- Add YAxisSelectorPanel for selecting Y-axis options in the UI.
- Remove unused interfaces and classes (cP, cT, co, cx, dx, eR, eU, ev).
This commit is contained in:
2026-01-11 07:05:02 +00:00
parent 31d7fce51a
commit e17cdf49b3
223 changed files with 611 additions and 863 deletions

View File

@@ -0,0 +1,19 @@
package com.efiAnalytics.ui;
import java.awt.event.ComponentAdapter;
import java.awt.event.ComponentEvent;
import javafx.application.Platform;
class JavaFxPanelResizeAdapter extends ComponentAdapter {
eG(eD parameD) {}
public void componentResized(ComponentEvent paramComponentEvent) {
Platform.runLater(new eH(this));
}
}
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/com/efiAnalytics/ui/eG.class
* Java compiler version: 8 (52.0)
* JD-Core Version: 1.1.3
*/