Files
tustu/app/obfuscated_packages/W/DownloadResult.java
johndoe6345789 347ed15b78 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.
2026-01-11 07:39:35 +00:00

61 lines
954 B
Java

package W;
import java.io.File;
public class DownloadResult {
private boolean a = false;
private long b = -1L;
private File c = null;
private String d = "";
private double e = -1.0D;
public boolean a() {
return this.a;
}
public void a(boolean paramBoolean) {
this.a = paramBoolean;
}
public long b() {
return this.b;
}
public void a(long paramLong) {
this.b = paramLong;
}
public File c() {
return this.c;
}
public void a(File paramFile) {
this.c = paramFile;
}
public String d() {
return this.d;
}
public void a(String paramString) {
this.d = paramString;
}
public double e() {
return this.e;
}
public void a(double paramDouble) {
this.e = paramDouble;
}
}
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/W/R.class
* Java compiler version: 8 (52.0)
* JD-Core Version: 1.1.3
*/