Files
tustu/app/com/efiAnalytics/tuningwidgets/panels/DatalogFieldComparator.java
johndoe6345789 25113f3627 Add new panels and listeners for Datalog field management
- Introduced DatalogFieldUpdateRunnable for handling updates in the DatalogFieldSelectorPanel.
- Created DatalogFieldWrapper to manage field data and interactions.
- Implemented DatalogUpdateThread for asynchronous updates in the UI.
- Added FieldSmoothingManager to manage field smoothing settings.
- Developed IncFileBrowseListener and IncFileGeneratorPanel for file selection and generation.
- Implemented LogRecordSizeListener and LogRecordSizeRunnable for handling log record sizes.
- Created various listeners for managing field selections and profiles, including MoveFieldUpListener, ProfileAddFieldListener, and ProfileRemoveFieldListener.
- Added TriggerConditionPanel and associated listeners for managing trigger conditions in the UI.
- Implemented XAxisFieldListener and YAxisFieldListener for handling axis field selections in CurveFitControlPanel.
2026-01-11 05:55:40 +00:00

17 lines
510 B
Java

package com.efiAnalytics.tuningwidgets.panels;
import java.util.Comparator;
class DatalogFieldComparator implements Comparator {
DatalogFieldComparator(DatalogFieldSelectorPanel paramn) {}
public int a(z paramz1, z paramz2) {
return paramz1.toString().compareToIgnoreCase(paramz2.toString());
}
}
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/com/efiAnalytics/tuningwidgets/panels/x.class
* Java compiler version: 8 (52.0)
* JD-Core Version: 1.1.3
*/