Files
tustu/app/com/efiAnalytics/ui/WizardDialog.java
johndoe6345789 e17cdf49b3 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).
2026-01-11 07:05:02 +00:00

35 lines
1008 B
Java

package com.efiAnalytics.ui;
import java.awt.Window;
import java.awt.event.WindowEvent;
import java.awt.event.WindowListener;
import javax.swing.JDialog;
class WizardDialog extends JDialog implements WindowListener {
fQ(fL paramfL, Window paramWindow, String paramString) {
super(paramWindow, paramString);
addWindowListener(this);
}
public void windowOpened(WindowEvent paramWindowEvent) {}
public void windowClosing(WindowEvent paramWindowEvent) {
this.a.d();
}
public void windowClosed(WindowEvent paramWindowEvent) {}
public void windowIconified(WindowEvent paramWindowEvent) {}
public void windowDeiconified(WindowEvent paramWindowEvent) {}
public void windowActivated(WindowEvent paramWindowEvent) {}
public void windowDeactivated(WindowEvent paramWindowEvent) {}
}
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/com/efiAnalytics/ui/fQ.class
* Java compiler version: 8 (52.0)
* JD-Core Version: 1.1.3
*/