Files
tustu/app/com/efiAnalytics/apps/ts/tuningViews/TuningViewFileLoadThread.java
johndoe6345789 597a90ec58 Add new components for tuning views and dialog interactions
- Introduced TuningViewWindow for managing tuning view windows.
- Implemented BurnButtonActionListener to handle burn button actions.
- Created BurnButtonDelayThread to manage delay in burn actions.
- Added BurnButtonInitializer for initializing burn button components.
- Developed BurnButtonMouseAdapter to manage mouse interactions on burn buttons.
- Implemented BurnButtonStateListener to manage burn button state changes.
- Created CrossHairActionListener for handling crosshair actions.
- Added CrossHairChannelListener to manage channel value updates.
- Developed CrossHairPopupListener for managing crosshair popup actions.
- Implemented SettingsPanelPopupListener for handling settings panel popups.
- Created SettingsPanelSelectionListener for managing selection changes in settings.
- Added TablePropertiesHandler for managing table properties.
- Introduced CrcCheckActionListener for CRC check actions.
- Implemented TimeSlipApplyListener for applying time slip settings.
- Created TimeSlipCancelListener for canceling time slip actions.
- Developed TimeSlipDialog for managing time slip dialog interactions.
- Added TimeSlipFieldFocusListener to manage focus events on time slip fields.
- Implemented TimeSlipPanel for displaying and managing time slip data.
- Created CylPressureSenderThread for sending cylinder pressure data.
- Developed MultiCylPressureSenderThread for managing multiple cylinder pressure data transmissions.
2026-01-11 07:15:59 +00:00

61 lines
1.6 KiB
Java

package com.efiAnalytics.apps.ts.tuningViews;
import V.a;
import bH.D;
import com.efiAnalytics.ui.bV;
import java.util.logging.Level;
import java.util.logging.Logger;
import s.g;
class TuningViewFileLoadThread extends Thread {
k a;
J b;
private boolean d = false;
y(n paramn, k paramk, J paramJ) {
this.a = paramk;
this.b = paramJ;
}
public void run() {
F f1;
if (this.d)
D.c("Attempting to load a TuningViewFile that has already been loaded");
try {
this.d = true;
this.b.y();
f1 = this.a.d();
if (f1 == null) {
this.d = false;
this.b.e(g.b("This Tuning View contains Password Protected Information. You must have the password to access it."));
for (byte b = 0; b < this.c.h.size(); b++) {
y y1 = this.c.h.get(b);
if (y1.b.equals(this.b)) {
this.c.h.set(b, new y(this.c, this.a, this.b));
return;
}
}
}
} catch (a a) {
bV.d("Failed to load Tune View File:\n" + ((this.a.a() != null) ? this.a.a().getAbsolutePath() : "null") + "\nError:\n" + a.getMessage(), this.c.getParent());
Logger.getLogger(n.class.getName()).log(Level.SEVERE, (String)null, (Throwable)a);
return;
} finally {
this.b.z();
}
F f2 = f1;
this.b.a(f2);
}
public boolean a() {
return this.d;
}
}
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/com/efiAnalytics/apps/ts/tuningViews/y.class
* Java compiler version: 8 (52.0)
* JD-Core Version: 1.1.3
*/