mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-24 21:55:12 +00:00
- Implement WizardCancelActionListener to handle cancellation actions. - Create WizardDialog for managing dialog windows with window listener. - Add WizardDialogCallback for handling dialog callbacks. - Introduce WizardNextActionListener for handling next actions in the wizard. - Develop WizardPanel to manage the wizard's layout and navigation. - Implement WizardRunnable to run wizard actions in a separate thread. - Define WizardStepCallback interface for step callbacks in the wizard. - Create YAxisSelectorLayoutRunnable for managing layout updates. - Add YAxisSelectorPanel for selecting Y-axis options in the UI. - Remove unused interfaces and classes (cP, cT, co, cx, dx, eR, eU, ev).
46 lines
862 B
Java
46 lines
862 B
Java
package com.efiAnalytics.ui;
|
|
|
|
import java.util.ArrayList;
|
|
|
|
class CurveDataPointList extends ArrayList {
|
|
private String b = null;
|
|
|
|
private String c = null;
|
|
|
|
bQ(bN parambN) {}
|
|
|
|
public String a() {
|
|
return this.b;
|
|
}
|
|
|
|
public void a(String paramString) {
|
|
this.b = paramString;
|
|
}
|
|
|
|
public String b() {
|
|
return this.c;
|
|
}
|
|
|
|
public void b(String paramString) {
|
|
this.c = paramString;
|
|
}
|
|
|
|
public bQ c() {
|
|
bQ bQ1 = new bQ(this.a);
|
|
bQ1.b = this.b;
|
|
bQ1.c = this.c;
|
|
for (bP bP1 : this) {
|
|
bP bP2 = new bP(this.a, bP1.a(), bP1.b());
|
|
bP2.a = bP1.a;
|
|
bP2.b = bP1.b;
|
|
bQ1.add((E)bP2);
|
|
}
|
|
return bQ1;
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/com/efiAnalytics/ui/bQ.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |