mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-24 13:45:00 +00:00
Add Gauge Color Setters and Properties Menu
- Introduced multiple GaugeColorSetter classes (B to L) for setting gauge colors dynamically. - Implemented GaugePropertiesMenu class to manage gauge properties and settings. - Added action listeners for gauge styles and slider value changes to enhance interactivity. - Created RadioButtonColorSelectionListener and StaticValueActionListener for handling user input. - Ensured compatibility with existing gauge components and UI elements.
This commit is contained in:
@@ -4,7 +4,7 @@ import ax.S;
|
||||
import ax.ac;
|
||||
import java.util.List;
|
||||
|
||||
public abstract class r extends ac {
|
||||
public abstract class AbstractListFunction extends ac {
|
||||
List b;
|
||||
|
||||
protected r(List paramList) {
|
||||
@@ -4,7 +4,7 @@ import ax.S;
|
||||
import ax.ab;
|
||||
import ax.ac;
|
||||
|
||||
public class a extends ac {
|
||||
public class AccelHpFunction extends ac {
|
||||
ab a;
|
||||
|
||||
ab b;
|
||||
@@ -5,7 +5,7 @@ import ax.S;
|
||||
import ax.ab;
|
||||
import ax.ac;
|
||||
|
||||
public class b extends ac implements dj {
|
||||
public class AccumulateFunction extends ac implements dj {
|
||||
ab a;
|
||||
|
||||
ab b;
|
||||
@@ -4,7 +4,7 @@ import ax.S;
|
||||
import ax.ab;
|
||||
import ax.ac;
|
||||
|
||||
public class c extends ac {
|
||||
public class AerodynamicDragHpFunction extends ac {
|
||||
ab a;
|
||||
|
||||
ab b;
|
||||
@@ -7,7 +7,7 @@ import ax.S;
|
||||
import ax.ab;
|
||||
import ax.ac;
|
||||
|
||||
public class U extends ac {
|
||||
public class ArrayLookup2DFunction extends ac {
|
||||
aI a;
|
||||
|
||||
ab b;
|
||||
@@ -8,7 +8,7 @@ import ax.U;
|
||||
import ax.ab;
|
||||
import ax.ac;
|
||||
|
||||
public class d extends ac {
|
||||
public class ArrayLookupFunction extends ac {
|
||||
ab a = null;
|
||||
|
||||
ab b;
|
||||
@@ -5,7 +5,7 @@ import ax.ab;
|
||||
import ax.ac;
|
||||
import java.util.List;
|
||||
|
||||
public class e extends ac {
|
||||
public class AverageFunction extends ac {
|
||||
List a;
|
||||
|
||||
protected e(List paramList) {
|
||||
@@ -4,7 +4,7 @@ import G.R;
|
||||
import G.T;
|
||||
import G.cZ;
|
||||
|
||||
class i implements cZ {
|
||||
class CanIdSupplier implements cZ {
|
||||
i(h paramh) {}
|
||||
|
||||
public String a() {
|
||||
@@ -10,7 +10,7 @@ import ax.ab;
|
||||
import ax.ac;
|
||||
import java.util.Iterator;
|
||||
|
||||
public class t extends ac {
|
||||
public class ChannelDigitsByOffset extends ac {
|
||||
aI a;
|
||||
|
||||
ab b;
|
||||
@@ -10,7 +10,7 @@ import ax.ab;
|
||||
import ax.ac;
|
||||
import java.util.Iterator;
|
||||
|
||||
public class u extends ac {
|
||||
public class ChannelMaxByOffset extends ac {
|
||||
aI a;
|
||||
|
||||
ab b;
|
||||
@@ -10,7 +10,7 @@ import ax.ab;
|
||||
import ax.ac;
|
||||
import java.util.Iterator;
|
||||
|
||||
public class v extends ac {
|
||||
public class ChannelMinByOffset extends ac {
|
||||
aI a;
|
||||
|
||||
ab b;
|
||||
@@ -10,7 +10,7 @@ import ax.ab;
|
||||
import ax.ac;
|
||||
import java.util.Iterator;
|
||||
|
||||
public class w extends ac {
|
||||
public class ChannelScaleByOffset extends ac {
|
||||
aI a;
|
||||
|
||||
ab b;
|
||||
@@ -10,7 +10,7 @@ import ax.ab;
|
||||
import ax.ac;
|
||||
import java.util.Iterator;
|
||||
|
||||
public class x extends ac {
|
||||
public class ChannelTranslateByOffset extends ac {
|
||||
aI a;
|
||||
|
||||
ab b;
|
||||
@@ -5,7 +5,7 @@ import I.k;
|
||||
import ax.S;
|
||||
import ax.ab;
|
||||
|
||||
class j implements ab {
|
||||
class ChannelValueByName implements ab {
|
||||
cZ a;
|
||||
|
||||
String b;
|
||||
@@ -14,7 +14,7 @@ import java.util.Iterator;
|
||||
import java.util.logging.Level;
|
||||
import java.util.logging.Logger;
|
||||
|
||||
public class s extends ac implements cq {
|
||||
public class ChannelValueByOffset extends ac implements cq {
|
||||
aI a;
|
||||
|
||||
ab b;
|
||||
@@ -5,7 +5,7 @@ import ax.ab;
|
||||
import ax.ac;
|
||||
import java.util.List;
|
||||
|
||||
public class B extends ac {
|
||||
public class ConditionalIfFunction extends ac {
|
||||
ab a;
|
||||
|
||||
ab b;
|
||||
@@ -3,7 +3,7 @@ package L;
|
||||
import ax.S;
|
||||
import ax.ac;
|
||||
|
||||
public class f extends ac {
|
||||
public class ConstantValueFunction extends ac {
|
||||
double a;
|
||||
|
||||
public f(double paramDouble) {
|
||||
@@ -5,7 +5,7 @@ import ax.e;
|
||||
import bH.D;
|
||||
import java.util.List;
|
||||
|
||||
public class m extends e {
|
||||
public class DummyFunctionFactory extends e {
|
||||
private static m a = null;
|
||||
|
||||
public m() {
|
||||
@@ -10,7 +10,7 @@ import java.io.FileNotFoundException;
|
||||
import java.util.logging.Level;
|
||||
import java.util.logging.Logger;
|
||||
|
||||
public class k extends Q {
|
||||
public class ExpressionParser extends Q {
|
||||
String a = "";
|
||||
|
||||
aI b = null;
|
||||
@@ -1,6 +1,6 @@
|
||||
package L;
|
||||
|
||||
public class z {
|
||||
public class HaversineDistanceCalculator {
|
||||
public double a(double paramDouble1, double paramDouble2, double paramDouble3, double paramDouble4) {
|
||||
char c = 'ᣣ';
|
||||
Double double_1 = a(Double.valueOf(paramDouble3 - paramDouble1));
|
||||
@@ -9,7 +9,7 @@ import java.util.Map;
|
||||
import java.util.logging.Level;
|
||||
import java.util.logging.Logger;
|
||||
|
||||
public class V {
|
||||
public class IncFileCacheManager {
|
||||
private Map d = Collections.synchronizedMap(new HashMap<>());
|
||||
|
||||
Long a = Long.valueOf(0L);
|
||||
@@ -1,6 +1,6 @@
|
||||
package L;
|
||||
|
||||
class W {
|
||||
class IncFileReference {
|
||||
String a = null;
|
||||
|
||||
String b = null;
|
||||
@@ -4,7 +4,7 @@ import ax.S;
|
||||
import ax.ab;
|
||||
import ax.ac;
|
||||
|
||||
public class C extends ac {
|
||||
public class IsNaNFunction extends ac {
|
||||
ab a;
|
||||
|
||||
boolean b = false;
|
||||
@@ -4,7 +4,7 @@ import G.aI;
|
||||
import ax.S;
|
||||
import ax.ac;
|
||||
|
||||
public class D extends ac {
|
||||
public class IsOnlineFunction extends ac {
|
||||
aI a;
|
||||
|
||||
public D(aI paramaI) {
|
||||
@@ -4,7 +4,7 @@ import ax.S;
|
||||
import ax.ab;
|
||||
import ax.ac;
|
||||
|
||||
public class E extends ac {
|
||||
public class IsTrueForFunction extends ac {
|
||||
private ab b;
|
||||
|
||||
private ab c;
|
||||
@@ -6,7 +6,7 @@ import ax.ac;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
public class K extends ac {
|
||||
public class LastValueFunction extends ac {
|
||||
ab a;
|
||||
|
||||
ab b = null;
|
||||
@@ -6,7 +6,7 @@ import ax.ac;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
public class F extends ac {
|
||||
public class LastValueWithTrigger extends ac {
|
||||
ab a;
|
||||
|
||||
ab b;
|
||||
@@ -3,7 +3,7 @@ package L;
|
||||
import ax.S;
|
||||
import ax.ac;
|
||||
|
||||
public class y extends ac {
|
||||
public class LogTimeFunction extends ac {
|
||||
public static long a = -1L;
|
||||
|
||||
public double a(S paramS) {
|
||||
@@ -6,7 +6,7 @@ import ax.ac;
|
||||
import ax.e;
|
||||
import java.util.List;
|
||||
|
||||
public class n extends e {
|
||||
public class MathFunctionFactory extends e {
|
||||
private static n e = null;
|
||||
|
||||
ab a = new o(this);
|
||||
@@ -5,7 +5,7 @@ import ax.ab;
|
||||
import ax.ac;
|
||||
import java.util.List;
|
||||
|
||||
public class G extends ac {
|
||||
public class MaxFunction extends ac {
|
||||
List a;
|
||||
|
||||
protected G(List paramList) {
|
||||
@@ -5,7 +5,7 @@ import ax.ab;
|
||||
import ax.ac;
|
||||
import java.util.List;
|
||||
|
||||
public class H extends ac {
|
||||
public class MaxValueFunction extends ac {
|
||||
List a;
|
||||
|
||||
ab b;
|
||||
@@ -5,7 +5,7 @@ import ax.ab;
|
||||
import ax.ac;
|
||||
import java.util.List;
|
||||
|
||||
public class I extends ac {
|
||||
public class MinFunction extends ac {
|
||||
List a;
|
||||
|
||||
protected I(List paramList) {
|
||||
@@ -5,7 +5,7 @@ import ax.ab;
|
||||
import ax.ac;
|
||||
import java.util.List;
|
||||
|
||||
public class J extends ac {
|
||||
public class MinValueFunction extends ac {
|
||||
List a;
|
||||
|
||||
ab b;
|
||||
@@ -3,7 +3,7 @@ package L;
|
||||
import G.aM;
|
||||
import java.util.HashMap;
|
||||
|
||||
public class l {
|
||||
public class ParameterIndexManager {
|
||||
private static l c = null;
|
||||
|
||||
HashMap a = new HashMap<>();
|
||||
@@ -3,7 +3,7 @@ package L;
|
||||
import ax.S;
|
||||
import ax.ab;
|
||||
|
||||
class o implements ab {
|
||||
class RecordCounterValue implements ab {
|
||||
o(n paramn) {}
|
||||
|
||||
public double b(S paramS) {
|
||||
@@ -4,7 +4,7 @@ import ax.S;
|
||||
import ax.ab;
|
||||
import ax.ac;
|
||||
|
||||
public class L extends ac {
|
||||
public class RecordNumberAlternate extends ac {
|
||||
ab a;
|
||||
|
||||
double b = Double.NaN;
|
||||
@@ -4,7 +4,7 @@ import ax.S;
|
||||
import ax.ab;
|
||||
import ax.ac;
|
||||
|
||||
public class A extends ac {
|
||||
public class RecordNumberFunction extends ac {
|
||||
ab a;
|
||||
|
||||
double b = Double.NaN;
|
||||
@@ -4,7 +4,7 @@ import ax.S;
|
||||
import ax.ab;
|
||||
import ax.ac;
|
||||
|
||||
public class M extends ac {
|
||||
public class RollingDragHpFunction extends ac {
|
||||
ab a;
|
||||
|
||||
ab b;
|
||||
@@ -7,7 +7,7 @@ import ax.ac;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
public class N extends ac {
|
||||
public class SelectExpressionFunction extends ac {
|
||||
ab a;
|
||||
|
||||
List b = new ArrayList();
|
||||
@@ -4,7 +4,7 @@ import ax.S;
|
||||
import ax.ab;
|
||||
import ax.ac;
|
||||
|
||||
public class P extends ac {
|
||||
public class SmoothBasicFunction extends ac {
|
||||
private ab a;
|
||||
|
||||
private ab b;
|
||||
@@ -6,7 +6,7 @@ import ax.S;
|
||||
import ax.ab;
|
||||
import ax.ac;
|
||||
|
||||
public class O extends ac {
|
||||
public class SmoothFilteredFunction extends ac {
|
||||
private a c;
|
||||
|
||||
private ab d;
|
||||
@@ -5,7 +5,7 @@ import ax.ab;
|
||||
import ax.ac;
|
||||
import java.util.List;
|
||||
|
||||
public class Q extends ac {
|
||||
public class SumFunction extends ac {
|
||||
List a;
|
||||
|
||||
protected Q(List paramList) {
|
||||
@@ -3,7 +3,7 @@ package L;
|
||||
import ax.S;
|
||||
import ax.ac;
|
||||
|
||||
public class R extends ac {
|
||||
public class SystemTimeFunction extends ac {
|
||||
public double a(S paramS) {
|
||||
return System.currentTimeMillis() / 1000.0D;
|
||||
}
|
||||
@@ -8,7 +8,7 @@ import ax.U;
|
||||
import ax.ab;
|
||||
import ax.ac;
|
||||
|
||||
public class T extends ac {
|
||||
public class TableLookup3DFunction extends ac {
|
||||
aI a;
|
||||
|
||||
ab b;
|
||||
@@ -6,7 +6,7 @@ import ax.ac;
|
||||
import bH.F;
|
||||
import java.io.FileNotFoundException;
|
||||
|
||||
public class S extends ac {
|
||||
public class TableLookupFunction extends ac {
|
||||
ab a = null;
|
||||
|
||||
ab b = null;
|
||||
@@ -3,7 +3,7 @@ package L;
|
||||
import ax.S;
|
||||
import ax.ac;
|
||||
|
||||
public class X extends ac {
|
||||
public class TimeNowFunction extends ac {
|
||||
private static long a = System.currentTimeMillis();
|
||||
|
||||
private static boolean b = false;
|
||||
@@ -4,7 +4,7 @@ import ax.S;
|
||||
import ax.ab;
|
||||
import ax.ac;
|
||||
|
||||
public class Z extends ac {
|
||||
public class TimeTrueFunction extends ac {
|
||||
private ab c;
|
||||
|
||||
long a = -1L;
|
||||
@@ -5,7 +5,7 @@ import ax.ab;
|
||||
import ax.ac;
|
||||
import java.util.List;
|
||||
|
||||
public class Y extends ac {
|
||||
public class TimerStopwatchFunction extends ac {
|
||||
ab a;
|
||||
|
||||
ab b;
|
||||
@@ -3,7 +3,7 @@ package L;
|
||||
import ax.S;
|
||||
import ax.ab;
|
||||
|
||||
class p implements ab {
|
||||
class TimestampValue implements ab {
|
||||
p(n paramn) {}
|
||||
|
||||
public double b(S paramS) {
|
||||
@@ -3,7 +3,7 @@ package L;
|
||||
import ax.S;
|
||||
import ax.ab;
|
||||
|
||||
class q implements ab {
|
||||
class ToggleCounterValue implements ab {
|
||||
q(n paramn) {}
|
||||
|
||||
public double b(S paramS) {
|
||||
@@ -10,7 +10,7 @@ import ax.ac;
|
||||
import ax.e;
|
||||
import java.util.List;
|
||||
|
||||
public class h extends e {
|
||||
public class TunerStudioFunctionFactory extends e {
|
||||
private aI b;
|
||||
|
||||
private static boolean c = true;
|
||||
@@ -4,7 +4,7 @@ import ax.S;
|
||||
import ax.ac;
|
||||
import bH.D;
|
||||
|
||||
public class g extends ac {
|
||||
public class UnsupportedFeatureFunction extends ac {
|
||||
String a = "";
|
||||
|
||||
boolean b = false;
|
||||
@@ -10,10 +10,10 @@ import java.util.ArrayList;
|
||||
import java.util.HashMap;
|
||||
import java.util.Iterator;
|
||||
|
||||
public abstract class b extends V {
|
||||
public abstract class BinaryDataLogReader extends DataLogReader {
|
||||
private BufferedInputStream e = null;
|
||||
|
||||
private c f = null;
|
||||
private BinaryLogConfiguration f = null;
|
||||
|
||||
private byte[] g = null;
|
||||
|
||||
|
||||
@@ -3,22 +3,22 @@ package W;
|
||||
import java.util.ArrayList;
|
||||
import java.util.Iterator;
|
||||
|
||||
public class c {
|
||||
public class BinaryLogConfiguration {
|
||||
private int b = 0;
|
||||
|
||||
private int c = 0;
|
||||
|
||||
private int d = 0;
|
||||
|
||||
private a e = null;
|
||||
private OutputChannelImpl e = null;
|
||||
|
||||
ArrayList a = new ArrayList();
|
||||
|
||||
public void a(a parama) {
|
||||
public void a(OutputChannelImpl parama) {
|
||||
this.a.add(parama);
|
||||
}
|
||||
|
||||
public a a(int paramInt) {
|
||||
public OutputChannelImpl a(int paramInt) {
|
||||
return this.a.get(paramInt);
|
||||
}
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ public class CalibrationDataRow {
|
||||
this.d = paramString3;
|
||||
}
|
||||
|
||||
public G(E paramE) {}
|
||||
public CalibrationDataRow(ThrottleCalibrationGenerator paramE) {}
|
||||
|
||||
public String a() {
|
||||
return this.b;
|
||||
|
||||
@@ -2,7 +2,7 @@ package W;
|
||||
|
||||
import java.util.HashMap;
|
||||
|
||||
public class Z {
|
||||
public class ChannelIndexMap {
|
||||
private Float a = Float.valueOf(1.0E7F);
|
||||
|
||||
private HashMap b = new HashMap<>();
|
||||
|
||||
@@ -4,7 +4,7 @@ import java.io.ByteArrayOutputStream;
|
||||
import java.io.IOException;
|
||||
import java.io.OutputStream;
|
||||
|
||||
public class y extends OutputStream {
|
||||
public class CompressingOutputStream extends OutputStream {
|
||||
OutputStream a;
|
||||
|
||||
private String d = "";
|
||||
|
||||
@@ -2,7 +2,7 @@ package W;
|
||||
|
||||
import G.Q;
|
||||
|
||||
public interface r {
|
||||
public interface ConstantFilter {
|
||||
boolean a(Q paramQ);
|
||||
}
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ package W;
|
||||
import V.a;
|
||||
import java.util.ArrayList;
|
||||
|
||||
public interface Y {
|
||||
public interface DataChangeListener {
|
||||
void a(ArrayList paramArrayList, long paramLong);
|
||||
|
||||
boolean a(long paramLong);
|
||||
|
||||
@@ -4,7 +4,7 @@ import java.util.HashMap;
|
||||
import java.util.Iterator;
|
||||
import java.util.Map;
|
||||
|
||||
public abstract class V {
|
||||
public abstract class DataLogReader {
|
||||
Map c = new HashMap<>();
|
||||
|
||||
public static boolean d = true;
|
||||
|
||||
@@ -10,16 +10,16 @@ import java.util.Map;
|
||||
import java.util.logging.Level;
|
||||
import java.util.logging.Logger;
|
||||
|
||||
public class W {
|
||||
private static W a = null;
|
||||
public class DataLogReaderFactory {
|
||||
private static DataLogReaderFactory a = null;
|
||||
|
||||
private Map b = new HashMap<>();
|
||||
|
||||
private p c = null;
|
||||
private LogPreferences c = null;
|
||||
|
||||
public static W a() {
|
||||
public static DataLogReaderFactory a() {
|
||||
if (a == null)
|
||||
a = new W();
|
||||
a = new DataLogReaderFactory();
|
||||
return a;
|
||||
}
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ import java.net.URLEncoder;
|
||||
import java.util.ArrayList;
|
||||
import java.util.Scanner;
|
||||
|
||||
public class o {
|
||||
public class DelimitedLogWriter {
|
||||
private File g = null;
|
||||
|
||||
Writer a = null;
|
||||
@@ -29,7 +29,7 @@ public class o {
|
||||
|
||||
String f = "";
|
||||
|
||||
private o(String paramString) {
|
||||
private DelimitedLogWriter(String paramString) {
|
||||
this.g = new File(paramString);
|
||||
this.a = new BufferedWriter(new FileWriter(this.g));
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@ package W;
|
||||
|
||||
import java.io.File;
|
||||
|
||||
public class R {
|
||||
public class DownloadResult {
|
||||
private boolean a = false;
|
||||
|
||||
private long b = -1L;
|
||||
|
||||
@@ -8,8 +8,8 @@ import java.io.IOException;
|
||||
import java.net.HttpURLConnection;
|
||||
import java.net.URL;
|
||||
|
||||
public class w {
|
||||
public static R a(String paramString) {
|
||||
public class EcuDefinitionDownloader {
|
||||
public static DownloadResult a(String paramString) {
|
||||
if (paramString.toLowerCase().startsWith("speeduino"))
|
||||
return b(paramString);
|
||||
if (paramString.toLowerCase().startsWith("rusefi"))
|
||||
|
||||
@@ -3,7 +3,7 @@ package W;
|
||||
import java.io.File;
|
||||
import java.io.IOException;
|
||||
|
||||
public class t {
|
||||
public class EcuDefinitionFinder {
|
||||
public static String a = null;
|
||||
|
||||
public static File a(File[] paramArrayOfFile, String paramString) {
|
||||
|
||||
@@ -3,7 +3,7 @@ package W;
|
||||
import bH.D;
|
||||
import java.io.File;
|
||||
|
||||
class x extends Thread {
|
||||
class EcuDefinitionUpdateThread extends Thread {
|
||||
String a;
|
||||
|
||||
double b;
|
||||
|
||||
@@ -11,7 +11,7 @@ import java.io.IOException;
|
||||
import java.util.logging.Level;
|
||||
import java.util.logging.Logger;
|
||||
|
||||
class f implements bQ {
|
||||
class EncodedDataLoader implements bQ {
|
||||
File a;
|
||||
|
||||
File b;
|
||||
|
||||
@@ -12,7 +12,7 @@ import java.io.UnsupportedEncodingException;
|
||||
import java.util.logging.Level;
|
||||
import java.util.logging.Logger;
|
||||
|
||||
public class s {
|
||||
public class EncodingAwareReader {
|
||||
public static BufferedReader a(File paramFile) {
|
||||
BufferedReader bufferedReader;
|
||||
try {
|
||||
|
||||
@@ -2,7 +2,7 @@ package W;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
public class l implements k {
|
||||
public class EnumValueFormatter implements ValueFormatter {
|
||||
private String[] a;
|
||||
|
||||
public l(List paramList) {
|
||||
|
||||
@@ -7,7 +7,7 @@ import java.io.FileInputStream;
|
||||
import java.io.FileOutputStream;
|
||||
import java.io.IOException;
|
||||
|
||||
public class d {
|
||||
public class FileByteUtils {
|
||||
public static byte[] a(File paramFile) {
|
||||
byte[] arrayOfByte = new byte[(int)paramFile.length()];
|
||||
BufferedInputStream bufferedInputStream = new BufferedInputStream(new FileInputStream(paramFile));
|
||||
|
||||
@@ -7,7 +7,7 @@ import java.io.FileNotFoundException;
|
||||
import java.io.IOException;
|
||||
import java.io.InputStreamReader;
|
||||
|
||||
public class U {
|
||||
public class FileTypeDetector {
|
||||
public static boolean a(File paramFile) {
|
||||
FileInputStream fileInputStream;
|
||||
if (paramFile == null || !paramFile.exists())
|
||||
|
||||
@@ -4,10 +4,10 @@ import bH.D;
|
||||
import java.io.BufferedOutputStream;
|
||||
import java.io.FileOutputStream;
|
||||
|
||||
public class e extends BufferedOutputStream {
|
||||
public class FlushableBufferedOutputStream extends BufferedOutputStream {
|
||||
FileOutputStream a;
|
||||
|
||||
public e(FileOutputStream paramFileOutputStream) {
|
||||
public FlushableBufferedOutputStream(FileOutputStream paramFileOutputStream) {
|
||||
super(paramFileOutputStream);
|
||||
this.a = paramFileOutputStream;
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@ package W;
|
||||
import java.io.File;
|
||||
import java.io.FileFilter;
|
||||
|
||||
class u implements FileFilter {
|
||||
class IniFileFilter implements FileFilter {
|
||||
public boolean accept(File paramFile) {
|
||||
return (paramFile != null && (paramFile.getName().toLowerCase().contains(".ini") || paramFile.getName().toLowerCase().contains(".ecu")));
|
||||
}
|
||||
|
||||
@@ -14,7 +14,7 @@ import java.util.HashMap;
|
||||
import java.util.Iterator;
|
||||
import java.util.Map;
|
||||
|
||||
public class P {
|
||||
public class IniFileWriter {
|
||||
private OutputStreamWriter c = null;
|
||||
|
||||
private BufferedWriter d = null;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package W;
|
||||
|
||||
public class S extends Exception {
|
||||
public S(String paramString) {
|
||||
public class IniParseException extends Exception {
|
||||
public IniParseException(String paramString) {
|
||||
super(paramString);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@ package W;
|
||||
|
||||
import java.util.ArrayList;
|
||||
|
||||
public class N extends ArrayList {
|
||||
public class IniSection extends ArrayList {
|
||||
private String a = null;
|
||||
|
||||
public String a() {
|
||||
|
||||
@@ -3,7 +3,7 @@ package W;
|
||||
import G.R;
|
||||
import java.io.BufferedWriter;
|
||||
|
||||
public interface O {
|
||||
public interface IniSectionWriter {
|
||||
String a();
|
||||
|
||||
String b();
|
||||
|
||||
@@ -2,7 +2,7 @@ package W;
|
||||
|
||||
import java.util.ArrayList;
|
||||
|
||||
public class Q {
|
||||
public class IniValueParser {
|
||||
public static String a(String paramString) {
|
||||
return paramString.substring(paramString.indexOf("=") + 1, paramString.length()).trim();
|
||||
}
|
||||
|
||||
@@ -17,7 +17,7 @@ import java.util.logging.Logger;
|
||||
import net.lingala.zip4j.core.ZipFile;
|
||||
import net.lingala.zip4j.model.FileHeader;
|
||||
|
||||
public class g {
|
||||
public class LanguageFileParser {
|
||||
private String a = "efiaLangFile!";
|
||||
|
||||
public Map a(File paramFile) {
|
||||
|
||||
@@ -10,7 +10,7 @@ import java.util.Date;
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
|
||||
public class j implements R {
|
||||
public class LogChannel implements R {
|
||||
public String a = null;
|
||||
|
||||
private String e = null;
|
||||
|
||||
@@ -6,7 +6,7 @@ import java.util.Collection;
|
||||
import java.util.HashMap;
|
||||
import java.util.Iterator;
|
||||
|
||||
public class n extends ArrayList {
|
||||
public class LogChannelCollection extends ArrayList {
|
||||
private HashMap c = new HashMap<>();
|
||||
|
||||
private HashMap d = new HashMap<>();
|
||||
|
||||
@@ -15,7 +15,7 @@ import java.io.InputStreamReader;
|
||||
import java.util.logging.Level;
|
||||
import java.util.logging.Logger;
|
||||
|
||||
public class X {
|
||||
public class LogFormatIdentifier {
|
||||
public static String a = "delimitedAscii";
|
||||
|
||||
public static String b = "VTune Data+";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package W;
|
||||
|
||||
public interface p {
|
||||
public interface LogPreferences {
|
||||
boolean a();
|
||||
|
||||
String b();
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package W;
|
||||
|
||||
public interface T {
|
||||
public interface OutputChannelDefinition {
|
||||
String a();
|
||||
|
||||
String b();
|
||||
|
||||
@@ -2,7 +2,7 @@ package W;
|
||||
|
||||
import bH.c;
|
||||
|
||||
public class a implements T {
|
||||
public class OutputChannelImpl implements OutputChannelDefinition {
|
||||
private String a = "";
|
||||
|
||||
private String b = "";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package W;
|
||||
|
||||
public interface q {
|
||||
public interface ProgressListener {
|
||||
void started(long paramLong);
|
||||
|
||||
void updateProgress(long paramLong, double paramDouble);
|
||||
|
||||
@@ -2,7 +2,7 @@ package W;
|
||||
|
||||
import V.a;
|
||||
|
||||
public class m extends a {
|
||||
public class RecoverableException extends a {
|
||||
private boolean a = true;
|
||||
|
||||
public m(String paramString) {
|
||||
|
||||
@@ -10,8 +10,8 @@ import java.io.FileNotFoundException;
|
||||
import java.io.IOException;
|
||||
import java.util.ArrayList;
|
||||
|
||||
public class v {
|
||||
private static v a = null;
|
||||
public class SettingsGroupManager {
|
||||
private static SettingsGroupManager a = null;
|
||||
|
||||
private s[] b = null;
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ import java.util.ArrayList;
|
||||
import java.util.logging.Level;
|
||||
import java.util.logging.Logger;
|
||||
|
||||
public class z {
|
||||
public class SignatureExtractor {
|
||||
public static String a(String paramString) {
|
||||
return a(new File(paramString));
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package W;
|
||||
|
||||
public interface i {
|
||||
public interface StringCallback {
|
||||
void a(String paramString);
|
||||
}
|
||||
|
||||
|
||||
@@ -17,20 +17,20 @@ public class ThrottleCalibrationGenerator {
|
||||
f.a("");
|
||||
f.a("\tLow ADC = " + paramInt1 + " \tHigh ADC = " + paramInt2);
|
||||
f.a("");
|
||||
G[] arrayOfG = new G[257];
|
||||
arrayOfG[0] = new G(this);
|
||||
CalibrationDataRow[] arrayOfG = new CalibrationDataRow[257];
|
||||
arrayOfG[0] = new CalibrationDataRow(this);
|
||||
arrayOfG[0].a("ADC");
|
||||
for (byte b = 1; b < arrayOfG.length; b++) {
|
||||
int i = b - 1;
|
||||
int j = -1;
|
||||
j = Math.round(100.0F * (i - paramInt1) / (paramInt2 - paramInt1));
|
||||
arrayOfG[b] = new G(this, "DB", "" + j, "" + i);
|
||||
arrayOfG[b] = new CalibrationDataRow(this, "DB", "" + j, "" + i);
|
||||
}
|
||||
File file = new File(paramString, "throttlefactor.inc");
|
||||
return a(file, f, arrayOfG);
|
||||
}
|
||||
|
||||
public File a(File paramFile, F paramF, G[] paramArrayOfG) {
|
||||
public File a(File paramFile, F paramF, CalibrationDataRow[] paramArrayOfG) {
|
||||
try {
|
||||
if (paramFile.exists() && !paramFile.delete())
|
||||
throw new a("Unable to delete existing inc file! Check permissions.\n" + paramFile.getAbsolutePath());
|
||||
|
||||
@@ -2,7 +2,7 @@ package W;
|
||||
|
||||
import bH.X;
|
||||
|
||||
public class h {
|
||||
public class TranslationEntry {
|
||||
private String a = null;
|
||||
|
||||
private String b = null;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package W;
|
||||
|
||||
public interface k {
|
||||
public interface ValueFormatter {
|
||||
String a(float paramFloat);
|
||||
}
|
||||
|
||||
|
||||
@@ -3,8 +3,8 @@ package t;
|
||||
import java.awt.event.ActionEvent;
|
||||
import java.awt.event.ActionListener;
|
||||
|
||||
class x implements ActionListener {
|
||||
x(w paramw) {}
|
||||
class ActionCommandListener implements ActionListener {
|
||||
ActionCommandListener(w paramw) {}
|
||||
|
||||
public void actionPerformed(ActionEvent paramActionEvent) {
|
||||
this.a.a(paramActionEvent.getActionCommand());
|
||||
@@ -3,8 +3,8 @@ package t;
|
||||
import java.awt.event.ActionEvent;
|
||||
import java.awt.event.ActionListener;
|
||||
|
||||
class y implements ActionListener {
|
||||
y(w paramw) {}
|
||||
class ActionCommandListenerAlt implements ActionListener {
|
||||
ActionCommandListenerAlt(w paramw) {}
|
||||
|
||||
public void actionPerformed(ActionEvent paramActionEvent) {
|
||||
this.a.a(paramActionEvent.getActionCommand());
|
||||
@@ -3,8 +3,8 @@ package t;
|
||||
import java.awt.event.ActionEvent;
|
||||
import java.awt.event.ActionListener;
|
||||
|
||||
class z implements ActionListener {
|
||||
z(w paramw) {}
|
||||
class ActionCommandListenerAlt2 implements ActionListener {
|
||||
ActionCommandListenerAlt2(w paramw) {}
|
||||
|
||||
public void actionPerformed(ActionEvent paramActionEvent) {
|
||||
this.a.a(paramActionEvent.getActionCommand());
|
||||
@@ -3,8 +3,8 @@ package t;
|
||||
import javax.swing.event.ChangeEvent;
|
||||
import javax.swing.event.ChangeListener;
|
||||
|
||||
class c implements ChangeListener {
|
||||
c(b paramb) {}
|
||||
class BorderWidthChangeListener implements ChangeListener {
|
||||
BorderWidthChangeListener(b paramb) {}
|
||||
|
||||
public void stateChanged(ChangeEvent paramChangeEvent) {
|
||||
b.a(this.a);
|
||||
@@ -9,10 +9,10 @@ import java.util.ArrayList;
|
||||
import javax.swing.UIManager;
|
||||
import s.g;
|
||||
|
||||
class b extends bn implements f {
|
||||
class BorderWidthSliderDialog extends bn implements f {
|
||||
private boolean a = false;
|
||||
|
||||
b(Window paramWindow, String paramString) {
|
||||
BorderWidthSliderDialog(Window paramWindow, String paramString) {
|
||||
super(paramWindow, g.b(paramString) + " " + g.b("Slider"));
|
||||
a(new c(this));
|
||||
this.c.setMinimum(0);
|
||||
@@ -4,8 +4,8 @@ import java.awt.event.ActionEvent;
|
||||
import java.awt.event.ActionListener;
|
||||
import javax.swing.JCheckBoxMenuItem;
|
||||
|
||||
class B implements ActionListener {
|
||||
B(w paramw) {}
|
||||
class CheckboxStateActionListenerA implements ActionListener {
|
||||
CheckboxStateActionListenerA(w paramw) {}
|
||||
|
||||
public void actionPerformed(ActionEvent paramActionEvent) {
|
||||
JCheckBoxMenuItem jCheckBoxMenuItem = (JCheckBoxMenuItem)paramActionEvent.getSource();
|
||||
@@ -4,8 +4,8 @@ import java.awt.event.ActionEvent;
|
||||
import java.awt.event.ActionListener;
|
||||
import javax.swing.JCheckBoxMenuItem;
|
||||
|
||||
class E implements ActionListener {
|
||||
E(w paramw) {}
|
||||
class CheckboxStateActionListenerB implements ActionListener {
|
||||
CheckboxStateActionListenerB(w paramw) {}
|
||||
|
||||
public void actionPerformed(ActionEvent paramActionEvent) {
|
||||
JCheckBoxMenuItem jCheckBoxMenuItem = (JCheckBoxMenuItem)paramActionEvent.getSource();
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user