mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-24 13:45:00 +00:00
- 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.
38 lines
677 B
Java
38 lines
677 B
Java
package L;
|
|
|
|
import G.aM;
|
|
import java.util.HashMap;
|
|
|
|
public class ParameterIndexManager {
|
|
private static l c = null;
|
|
|
|
HashMap a = new HashMap<>();
|
|
|
|
int b = 0;
|
|
|
|
public static l a() {
|
|
if (c == null)
|
|
c = new l();
|
|
return c;
|
|
}
|
|
|
|
public void b() {
|
|
this.a.clear();
|
|
this.b = 0;
|
|
}
|
|
|
|
public int a(aM paramaM) {
|
|
this.a.put(Integer.valueOf(this.b), paramaM);
|
|
return this.b++;
|
|
}
|
|
|
|
public aM a(int paramInt) {
|
|
return (aM)this.a.get(Integer.valueOf(paramInt));
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/L/l.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |