mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-24 13:45:00 +00:00
- Introduced CheckboxActionListener for handling checkbox actions. - Added DataLogProfileEditorPanel for managing data log profiles. - Implemented DeviceDescKeyAdapter and DeviceIdKeyAdapter for key event handling in device configuration. - Created DeviceFileSelectListener for file selection actions related to device configuration. - Developed DeviceSelectCallback and DeviceSelectRunnable for handling device selection processes. - Added DialogCloseListener for closing dialog windows. - Introduced FieldLimitChangeListener interface for field limit changes. - Implemented HighSpeedLoggerFieldLimits for managing high-speed logger field limits. - Created IgnitionLogLoadHandler and IgnitionLogLoadRunnable for handling ignition log loading. - Added LogDeviceWrapper for wrapping log device information. - Implemented PanelActionListener for panel actions. - Developed ProtocolStatsPanel for displaying protocol statistics. - Created RealTimeDialogCloseListener and RealTimeDisplayPanel for real-time data display. - Introduced RefTablePropertyStore for managing reference table properties. - Added TriggerLogger related classes for handling trigger logging functionality.
20 lines
629 B
Java
20 lines
629 B
Java
package com.efiAnalytics.tunerStudio.panels;
|
|
|
|
import com.efiAnalytics.ui.bV;
|
|
import com.efiAnalytics.ui.eB;
|
|
|
|
class IgnitionLogLoadRunnable implements Runnable {
|
|
IgnitionLogLoadRunnable(IgnitionLogLoadHandler paramC) {}
|
|
|
|
public void run() {
|
|
this.a.b = new eB(bV.a(this.a.e.k), "Loading Ignition Log", "Loading Ignition Log File, please wait....", true, false);
|
|
this.a.b.a(this.a.d);
|
|
this.a.b.setVisible(true);
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/com/efiAnalytics/tunerStudio/panels/D.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |