mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-24 13:45:00 +00:00
Add wizard UI components and functionality
- 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).
This commit is contained in:
@@ -3,10 +3,10 @@ package com.efiAnalytics.tuningwidgets.panels;
|
||||
import bH.X;
|
||||
import com.efiAnalytics.ui.do;
|
||||
|
||||
class au extends do {
|
||||
class DisplacementUnitField extends do {
|
||||
boolean a = false;
|
||||
|
||||
au(an paraman) {}
|
||||
DisplacementUnitField(RequiredFuelCalculatorDialog paraman) {}
|
||||
|
||||
public void a() {
|
||||
if (!this.a) {
|
||||
@@ -3,10 +3,10 @@ package com.efiAnalytics.tuningwidgets.panels;
|
||||
import bH.X;
|
||||
import com.efiAnalytics.ui.do;
|
||||
|
||||
class av extends do {
|
||||
class InjectorFlowUnitField extends do {
|
||||
boolean a = false;
|
||||
|
||||
av(an paraman) {}
|
||||
InjectorFlowUnitField(RequiredFuelCalculatorDialog paraman) {}
|
||||
|
||||
public void a() {
|
||||
if (!this.a) {
|
||||
@@ -1,6 +1,6 @@
|
||||
package com.efiAnalytics.tuningwidgets.panels;
|
||||
|
||||
public interface ay {
|
||||
public interface PanelSelectionListener {
|
||||
void panelSelectionChanged(String paramString1, String paramString2);
|
||||
}
|
||||
|
||||
@@ -3,8 +3,8 @@ package com.efiAnalytics.tuningwidgets.panels;
|
||||
import java.awt.event.ActionEvent;
|
||||
import java.awt.event.ActionListener;
|
||||
|
||||
class ao implements ActionListener {
|
||||
ao(an paraman) {}
|
||||
class ReqFuelActionListenerA implements ActionListener {
|
||||
ReqFuelActionListenerA(RequiredFuelCalculatorDialog paraman) {}
|
||||
|
||||
public void actionPerformed(ActionEvent paramActionEvent) {
|
||||
an.a(this.a);
|
||||
@@ -3,8 +3,8 @@ package com.efiAnalytics.tuningwidgets.panels;
|
||||
import java.awt.event.ActionEvent;
|
||||
import java.awt.event.ActionListener;
|
||||
|
||||
class ap implements ActionListener {
|
||||
ap(an paraman) {}
|
||||
class ReqFuelActionListenerB implements ActionListener {
|
||||
ReqFuelActionListenerB(RequiredFuelCalculatorDialog paraman) {}
|
||||
|
||||
public void actionPerformed(ActionEvent paramActionEvent) {
|
||||
an.b(this.a);
|
||||
@@ -3,8 +3,8 @@ package com.efiAnalytics.tuningwidgets.panels;
|
||||
import java.awt.event.ActionEvent;
|
||||
import java.awt.event.ActionListener;
|
||||
|
||||
class aq implements ActionListener {
|
||||
aq(an paraman) {}
|
||||
class ReqFuelActionListenerC implements ActionListener {
|
||||
ReqFuelActionListenerC(RequiredFuelCalculatorDialog paraman) {}
|
||||
|
||||
public void actionPerformed(ActionEvent paramActionEvent) {
|
||||
an.c(this.a);
|
||||
@@ -3,8 +3,8 @@ package com.efiAnalytics.tuningwidgets.panels;
|
||||
import java.awt.event.ActionEvent;
|
||||
import java.awt.event.ActionListener;
|
||||
|
||||
class ar implements ActionListener {
|
||||
ar(an paraman) {}
|
||||
class ReqFuelActionListenerD implements ActionListener {
|
||||
ReqFuelActionListenerD(RequiredFuelCalculatorDialog paraman) {}
|
||||
|
||||
public void actionPerformed(ActionEvent paramActionEvent) {
|
||||
an.d(this.a);
|
||||
@@ -3,8 +3,8 @@ package com.efiAnalytics.tuningwidgets.panels;
|
||||
import java.awt.event.ActionEvent;
|
||||
import java.awt.event.ActionListener;
|
||||
|
||||
class at implements ActionListener {
|
||||
at(an paraman) {}
|
||||
class ReqFuelCalculateListener implements ActionListener {
|
||||
ReqFuelCalculateListener(RequiredFuelCalculatorDialog paraman) {}
|
||||
|
||||
public void actionPerformed(ActionEvent paramActionEvent) {
|
||||
this.a.a();
|
||||
@@ -3,8 +3,8 @@ package com.efiAnalytics.tuningwidgets.panels;
|
||||
import java.awt.event.ActionEvent;
|
||||
import java.awt.event.ActionListener;
|
||||
|
||||
class as implements ActionListener {
|
||||
as(an paraman) {}
|
||||
class ReqFuelCloseListener implements ActionListener {
|
||||
ReqFuelCloseListener(RequiredFuelCalculatorDialog paraman) {}
|
||||
|
||||
public void actionPerformed(ActionEvent paramActionEvent) {
|
||||
this.a.dispose();
|
||||
@@ -25,12 +25,12 @@ import javax.swing.JPanel;
|
||||
import javax.swing.JRadioButton;
|
||||
import s.g;
|
||||
|
||||
public class an extends JDialog {
|
||||
au a = new au(this);
|
||||
public class RequiredFuelCalculatorDialog extends JDialog {
|
||||
DisplacementUnitField a = new DisplacementUnitField(this);
|
||||
|
||||
do b = new do();
|
||||
|
||||
av c = new av(this);
|
||||
InjectorFlowUnitField c = new InjectorFlowUnitField(this);
|
||||
|
||||
do d = new do();
|
||||
|
||||
@@ -33,7 +33,7 @@ import javax.swing.JButton;
|
||||
import javax.swing.JPanel;
|
||||
import s.g;
|
||||
|
||||
public class az extends d implements aN, aO {
|
||||
public class RequiredFuelPanel extends d implements aN, aO {
|
||||
y a;
|
||||
|
||||
String b = "";
|
||||
@@ -3,7 +3,7 @@ package com.efiAnalytics.tuningwidgets.panels;
|
||||
import G.bb;
|
||||
import java.util.ArrayList;
|
||||
|
||||
class am {
|
||||
class TablePanelItemWrapper {
|
||||
bb a = null;
|
||||
|
||||
public am(ae paramae, bb parambb) {
|
||||
@@ -4,8 +4,8 @@ import java.awt.event.ActionEvent;
|
||||
import java.awt.event.ActionListener;
|
||||
import javax.swing.JButton;
|
||||
|
||||
class aw implements ActionListener {
|
||||
aw(SelectableTablePanel paramSelectableTablePanel) {}
|
||||
class TablePanelMenuButtonListener implements ActionListener {
|
||||
TablePanelMenuButtonListener(SelectableTablePanel paramSelectableTablePanel) {}
|
||||
|
||||
public void actionPerformed(ActionEvent paramActionEvent) {
|
||||
JButton jButton = (JButton)paramActionEvent.getSource();
|
||||
@@ -3,8 +3,8 @@ package com.efiAnalytics.tuningwidgets.panels;
|
||||
import java.awt.event.ActionEvent;
|
||||
import java.awt.event.ActionListener;
|
||||
|
||||
class ax implements ActionListener {
|
||||
ax(SelectableTablePanel paramSelectableTablePanel) {}
|
||||
class TablePanelMenuItemListener implements ActionListener {
|
||||
TablePanelMenuItemListener(SelectableTablePanel paramSelectableTablePanel) {}
|
||||
|
||||
public void actionPerformed(ActionEvent paramActionEvent) {
|
||||
this.a.a(paramActionEvent.getActionCommand());
|
||||
@@ -1,6 +1,6 @@
|
||||
package com.efiAnalytics.ui;
|
||||
|
||||
public interface dr {
|
||||
public interface ActionCallback {
|
||||
void a();
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@ package com.efiAnalytics.ui;
|
||||
import java.awt.event.ActionListener;
|
||||
import java.util.List;
|
||||
|
||||
public interface cY {
|
||||
public interface ActionListenerProvider {
|
||||
List a(ActionListener paramActionListener);
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package com.efiAnalytics.ui;
|
||||
|
||||
public interface bU {
|
||||
public interface ApplicationInfoProvider {
|
||||
String l();
|
||||
|
||||
String m();
|
||||
@@ -3,8 +3,8 @@ package com.efiAnalytics.ui;
|
||||
import java.awt.event.ActionEvent;
|
||||
import java.awt.event.ActionListener;
|
||||
|
||||
class cw implements ActionListener {
|
||||
cw(ct paramct) {}
|
||||
class ApplyButtonListener implements ActionListener {
|
||||
ApplyButtonListener(ct paramct) {}
|
||||
|
||||
public void actionPerformed(ActionEvent paramActionEvent) {
|
||||
this.a.c();
|
||||
@@ -6,7 +6,7 @@ import java.awt.Graphics;
|
||||
import java.awt.Polygon;
|
||||
import javax.swing.JButton;
|
||||
|
||||
class ez extends JButton {
|
||||
class ArrowButton extends JButton {
|
||||
Dimension a = new Dimension(14, 8);
|
||||
|
||||
int b = 1;
|
||||
@@ -15,7 +15,7 @@ import java.util.List;
|
||||
import javax.swing.JComponent;
|
||||
import javax.swing.UIManager;
|
||||
|
||||
public class fn extends JComponent {
|
||||
public class AxisSelectorButton extends JComponent {
|
||||
private int c = -1;
|
||||
|
||||
private String d = "";
|
||||
@@ -3,7 +3,7 @@ package com.efiAnalytics.ui;
|
||||
import java.awt.event.MouseAdapter;
|
||||
import java.awt.event.MouseEvent;
|
||||
|
||||
class fo extends MouseAdapter {
|
||||
class AxisSelectorMouseAdapter extends MouseAdapter {
|
||||
boolean a = false;
|
||||
|
||||
fo(fn paramfn) {}
|
||||
@@ -1,6 +1,6 @@
|
||||
package com.efiAnalytics.ui;
|
||||
|
||||
public interface fT {
|
||||
public interface BooleanGetter {
|
||||
boolean g_();
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package com.efiAnalytics.ui;
|
||||
|
||||
public interface eu {
|
||||
public interface BooleanProvider {
|
||||
boolean a();
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@ package com.efiAnalytics.ui;
|
||||
import java.awt.event.ActionEvent;
|
||||
import java.awt.event.ActionListener;
|
||||
|
||||
class eW implements ActionListener {
|
||||
class ButtonCellActionListener implements ActionListener {
|
||||
eW(eV parameV) {}
|
||||
|
||||
public void actionPerformed(ActionEvent paramActionEvent) {
|
||||
@@ -11,7 +11,7 @@ import javax.swing.event.CellEditorListener;
|
||||
import javax.swing.table.TableCellEditor;
|
||||
import javax.swing.table.TableCellRenderer;
|
||||
|
||||
public class eV extends AbstractCellEditor implements TableCellEditor, TableCellRenderer {
|
||||
public class ButtonCellEditorRenderer extends AbstractCellEditor implements TableCellEditor, TableCellRenderer {
|
||||
private int a;
|
||||
|
||||
private int c;
|
||||
@@ -3,8 +3,8 @@ package com.efiAnalytics.ui;
|
||||
import java.awt.event.ActionEvent;
|
||||
import java.awt.event.ActionListener;
|
||||
|
||||
class cv implements ActionListener {
|
||||
cv(ct paramct) {}
|
||||
class CancelButtonListener implements ActionListener {
|
||||
CancelButtonListener(ct paramct) {}
|
||||
|
||||
public void actionPerformed(ActionEvent paramActionEvent) {
|
||||
this.a.b();
|
||||
@@ -2,7 +2,7 @@ package com.efiAnalytics.ui;
|
||||
|
||||
import java.util.EventListener;
|
||||
|
||||
public interface eX extends EventListener {
|
||||
public interface CellButtonClickListener extends EventListener {
|
||||
void a(int paramInt1, int paramInt2);
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package com.efiAnalytics.ui;
|
||||
|
||||
public interface eg {
|
||||
public interface CellValueChangeListener {
|
||||
void a(int paramInt1, int paramInt2, double paramDouble);
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@ import java.awt.Container;
|
||||
import java.awt.Dimension;
|
||||
import java.awt.FlowLayout;
|
||||
|
||||
class fR extends FlowLayout {
|
||||
class CenteredFlowLayout extends FlowLayout {
|
||||
fR(fL paramfL) {}
|
||||
|
||||
public void layoutContainer(Container paramContainer) {
|
||||
@@ -2,7 +2,7 @@ package com.efiAnalytics.ui;
|
||||
|
||||
import java.awt.Color;
|
||||
|
||||
public interface bh {
|
||||
public interface ColorChangeCallback {
|
||||
void a(Color paramColor);
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@ import java.awt.Color;
|
||||
import java.awt.event.ActionEvent;
|
||||
import java.awt.event.ActionListener;
|
||||
|
||||
class bf implements ActionListener {
|
||||
class ColorClearActionListener implements ActionListener {
|
||||
bf(bd parambd) {}
|
||||
|
||||
public void actionPerformed(ActionEvent paramActionEvent) {
|
||||
@@ -3,7 +3,7 @@ package com.efiAnalytics.ui;
|
||||
import java.awt.event.ActionEvent;
|
||||
import java.awt.event.ActionListener;
|
||||
|
||||
class bg implements ActionListener {
|
||||
class ColorSetActionListener implements ActionListener {
|
||||
bg(bd parambd) {}
|
||||
|
||||
public void actionPerformed(ActionEvent paramActionEvent) {
|
||||
@@ -5,10 +5,10 @@ import java.awt.Graphics;
|
||||
import javax.swing.DefaultListCellRenderer;
|
||||
import javax.swing.JList;
|
||||
|
||||
class dj extends DefaultListCellRenderer {
|
||||
class ColoredListCellRenderer extends DefaultListCellRenderer {
|
||||
boolean a = false;
|
||||
|
||||
dj(de paramde) {}
|
||||
ColoredListCellRenderer(de paramde) {}
|
||||
|
||||
public void paint(Graphics paramGraphics) {
|
||||
super.paint(paramGraphics);
|
||||
@@ -3,8 +3,8 @@ package com.efiAnalytics.ui;
|
||||
import java.awt.event.FocusEvent;
|
||||
import java.awt.event.FocusListener;
|
||||
|
||||
class dg implements FocusListener {
|
||||
dg(de paramde) {}
|
||||
class ComboBoxFocusListener implements FocusListener {
|
||||
ComboBoxFocusListener(de paramde) {}
|
||||
|
||||
public void focusGained(FocusEvent paramFocusEvent) {
|
||||
this.a.repaint();
|
||||
@@ -4,7 +4,7 @@ import java.awt.event.KeyAdapter;
|
||||
import java.awt.event.KeyEvent;
|
||||
import javax.swing.SwingUtilities;
|
||||
|
||||
class dh extends KeyAdapter {
|
||||
class ComboBoxKeyAdapter extends KeyAdapter {
|
||||
long a = 0L;
|
||||
|
||||
StringBuilder b = new StringBuilder(20);
|
||||
@@ -1,7 +1,7 @@
|
||||
package com.efiAnalytics.ui;
|
||||
|
||||
class di implements Runnable {
|
||||
di(dh paramdh) {}
|
||||
class ComboBoxPopupShowRunnable implements Runnable {
|
||||
ComboBoxPopupShowRunnable(ComboBoxKeyAdapter paramdh) {}
|
||||
|
||||
public void run() {
|
||||
this.a.d.showPopup();
|
||||
@@ -3,8 +3,8 @@ package com.efiAnalytics.ui;
|
||||
import java.awt.event.MouseAdapter;
|
||||
import java.awt.event.MouseEvent;
|
||||
|
||||
class df extends MouseAdapter {
|
||||
df(de paramde) {}
|
||||
class ComboBoxRepaintMouseAdapter extends MouseAdapter {
|
||||
ComboBoxRepaintMouseAdapter(de paramde) {}
|
||||
|
||||
public void mouseEntered(MouseEvent paramMouseEvent) {
|
||||
this.a.repaint();
|
||||
@@ -3,7 +3,7 @@ package com.efiAnalytics.ui;
|
||||
import java.awt.event.ActionEvent;
|
||||
import java.awt.event.ActionListener;
|
||||
|
||||
class eq implements ActionListener {
|
||||
class CommIndicatorActionListenerA implements ActionListener {
|
||||
eq(ep paramep) {}
|
||||
|
||||
public void actionPerformed(ActionEvent paramActionEvent) {
|
||||
@@ -3,7 +3,7 @@ package com.efiAnalytics.ui;
|
||||
import java.awt.event.ActionEvent;
|
||||
import java.awt.event.ActionListener;
|
||||
|
||||
class er implements ActionListener {
|
||||
class CommIndicatorActionListenerB implements ActionListener {
|
||||
er(ep paramep) {}
|
||||
|
||||
public void actionPerformed(ActionEvent paramActionEvent) {
|
||||
@@ -3,7 +3,7 @@ package com.efiAnalytics.ui;
|
||||
import java.awt.event.MouseAdapter;
|
||||
import java.awt.event.MouseEvent;
|
||||
|
||||
class es extends MouseAdapter {
|
||||
class CommIndicatorMouseListener extends MouseAdapter {
|
||||
es(ep paramep) {}
|
||||
|
||||
public void mousePressed(MouseEvent paramMouseEvent) {
|
||||
@@ -3,7 +3,7 @@ package com.efiAnalytics.ui;
|
||||
import java.awt.event.ActionEvent;
|
||||
import java.awt.event.ActionListener;
|
||||
|
||||
class bl implements ActionListener {
|
||||
class CommentBoxCloseListener implements ActionListener {
|
||||
bl(bi parambi) {}
|
||||
|
||||
public void actionPerformed(ActionEvent paramActionEvent) {
|
||||
@@ -3,7 +3,7 @@ package com.efiAnalytics.ui;
|
||||
import java.awt.event.ActionEvent;
|
||||
import java.awt.event.ActionListener;
|
||||
|
||||
class bm implements ActionListener {
|
||||
class CommentBoxDismissListener implements ActionListener {
|
||||
bm(bi parambi) {}
|
||||
|
||||
public void actionPerformed(ActionEvent paramActionEvent) {
|
||||
@@ -3,7 +3,7 @@ package com.efiAnalytics.ui;
|
||||
import java.awt.event.FocusEvent;
|
||||
import java.awt.event.FocusListener;
|
||||
|
||||
class bk implements FocusListener {
|
||||
class CommentBoxFocusListener implements FocusListener {
|
||||
bk(bi parambi) {}
|
||||
|
||||
public void focusGained(FocusEvent paramFocusEvent) {}
|
||||
@@ -3,7 +3,7 @@ package com.efiAnalytics.ui;
|
||||
import javax.swing.event.HyperlinkEvent;
|
||||
import javax.swing.event.HyperlinkListener;
|
||||
|
||||
class bj implements HyperlinkListener {
|
||||
class CommentBoxHyperlinkListener implements HyperlinkListener {
|
||||
long a = 0L;
|
||||
|
||||
bj(bi parambi) {}
|
||||
@@ -4,7 +4,7 @@ import java.awt.Component;
|
||||
import java.awt.KeyEventDispatcher;
|
||||
import java.awt.event.KeyEvent;
|
||||
|
||||
class bn implements KeyEventDispatcher {
|
||||
class CommentBoxKeyDispatcher implements KeyEventDispatcher {
|
||||
Component a = null;
|
||||
|
||||
public bn(bi parambi, Component paramComponent) {
|
||||
@@ -3,7 +3,7 @@ package com.efiAnalytics.ui;
|
||||
import java.awt.event.MouseAdapter;
|
||||
import java.awt.event.MouseEvent;
|
||||
|
||||
class bo extends MouseAdapter {
|
||||
class CommentBoxMouseListener extends MouseAdapter {
|
||||
bo(bi parambi) {}
|
||||
|
||||
public void mouseClicked(MouseEvent paramMouseEvent) {
|
||||
@@ -20,7 +20,7 @@ import javax.swing.JTextPane;
|
||||
import javax.swing.JWindow;
|
||||
import javax.swing.border.Border;
|
||||
|
||||
public class bi extends JWindow {
|
||||
public class CommentBoxWindow extends JWindow {
|
||||
JTextPane a = new JTextPane();
|
||||
|
||||
ArrayList b = new ArrayList();
|
||||
@@ -12,7 +12,7 @@ import javax.swing.Icon;
|
||||
import javax.swing.ImageIcon;
|
||||
import javax.swing.JLabel;
|
||||
|
||||
public class cI extends JLabel {
|
||||
public class CommentIconLabel extends JLabel {
|
||||
ImageIcon a = null;
|
||||
|
||||
String b = null;
|
||||
@@ -3,7 +3,7 @@ package com.efiAnalytics.ui;
|
||||
import java.awt.event.MouseAdapter;
|
||||
import java.awt.event.MouseEvent;
|
||||
|
||||
class cJ extends MouseAdapter {
|
||||
class CommentIconMouseAdapter extends MouseAdapter {
|
||||
cJ(cI paramcI) {}
|
||||
|
||||
public void mouseClicked(MouseEvent paramMouseEvent) {
|
||||
@@ -21,7 +21,7 @@ import javax.swing.JLabel;
|
||||
import javax.swing.JMenuItem;
|
||||
import javax.swing.JPopupMenu;
|
||||
|
||||
public class ep extends JLabel implements aG, aV {
|
||||
public class CommunicationIndicator extends JLabel implements aG, aV {
|
||||
int a = 0;
|
||||
|
||||
Insets b = eJ.a(new Insets(1, 1, 1, 1));
|
||||
@@ -7,7 +7,7 @@ import java.awt.GraphicsEnvironment;
|
||||
import javax.swing.JMenu;
|
||||
import javax.swing.JPopupMenu;
|
||||
|
||||
public class fp {
|
||||
public class ComponentUtils {
|
||||
public static void a(Component paramComponent, boolean paramBoolean) {
|
||||
if (paramComponent instanceof Container) {
|
||||
Container container = (Container)paramComponent;
|
||||
@@ -1,6 +1,6 @@
|
||||
package com.efiAnalytics.ui;
|
||||
|
||||
public interface fz {
|
||||
public interface CoordinateValidator {
|
||||
boolean a(double paramDouble1, double paramDouble2);
|
||||
|
||||
boolean b(double paramDouble1, double paramDouble2);
|
||||
@@ -1,6 +1,6 @@
|
||||
package com.efiAnalytics.ui;
|
||||
|
||||
class bP implements ef {
|
||||
class CurveDataPoint implements ef {
|
||||
double a = 0.0D;
|
||||
|
||||
double b = 0.0D;
|
||||
@@ -2,7 +2,7 @@ package com.efiAnalytics.ui;
|
||||
|
||||
import java.util.ArrayList;
|
||||
|
||||
class bQ extends ArrayList {
|
||||
class CurveDataPointList extends ArrayList {
|
||||
private String b = null;
|
||||
|
||||
private String c = null;
|
||||
@@ -22,7 +22,7 @@ import java.awt.event.FocusListener;
|
||||
import java.util.ArrayList;
|
||||
import javax.swing.JComponent;
|
||||
|
||||
public class bN extends JComponent implements FocusListener {
|
||||
public class CurveEditorComponent extends JComponent implements FocusListener {
|
||||
private double G = 1.0D;
|
||||
|
||||
private dj H = (dj)new B(1.0D);
|
||||
@@ -7,7 +7,7 @@ import java.awt.event.MouseEvent;
|
||||
import java.awt.event.MouseListener;
|
||||
import java.awt.event.MouseMotionListener;
|
||||
|
||||
class bO implements MouseListener, MouseMotionListener {
|
||||
class CurveEditorMouseHandler implements MouseListener, MouseMotionListener {
|
||||
bP a = null;
|
||||
|
||||
Point b = null;
|
||||
@@ -1,6 +1,6 @@
|
||||
package com.efiAnalytics.ui;
|
||||
|
||||
public interface bT {
|
||||
public interface CurveIndexValidator {
|
||||
boolean a(int paramInt);
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package com.efiAnalytics.ui;
|
||||
|
||||
public interface bR {
|
||||
public interface CurvePointSelectionCallback {
|
||||
void a(ef[] paramArrayOfef);
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package com.efiAnalytics.ui;
|
||||
|
||||
public interface bS {
|
||||
public interface CurveValueChangeCallback {
|
||||
void a(int paramInt1, int paramInt2, double paramDouble);
|
||||
|
||||
void b(int paramInt1, int paramInt2, double paramDouble);
|
||||
@@ -15,7 +15,7 @@ import java.util.Enumeration;
|
||||
import java.util.Vector;
|
||||
import javax.swing.JComponent;
|
||||
|
||||
public class cp extends JComponent {
|
||||
public class CustomButton extends JComponent {
|
||||
String a = "";
|
||||
|
||||
String b = null;
|
||||
@@ -8,7 +8,7 @@ import java.awt.LayoutManager;
|
||||
import java.io.Serializable;
|
||||
import java.util.ArrayList;
|
||||
|
||||
public class cR implements LayoutManager, Serializable {
|
||||
public class CustomGridLayout implements LayoutManager, Serializable {
|
||||
int a;
|
||||
|
||||
int b;
|
||||
@@ -5,11 +5,11 @@ import java.awt.Dimension;
|
||||
import java.awt.Graphics;
|
||||
import javax.swing.JComponent;
|
||||
|
||||
public class dl extends JComponent {
|
||||
dm b = null;
|
||||
public class DataHistoryComponent extends JComponent {
|
||||
DataHistoryRenderer b = null;
|
||||
|
||||
public dl() {
|
||||
this.b = new dm(this);
|
||||
public DataHistoryComponent() {
|
||||
this.b = new DataHistoryRenderer(this);
|
||||
setBackground(Color.BLACK);
|
||||
}
|
||||
|
||||
@@ -16,7 +16,7 @@ import java.awt.image.BufferedImage;
|
||||
import java.util.ArrayList;
|
||||
import javax.swing.JComponent;
|
||||
|
||||
public class dm {
|
||||
public class DataHistoryRenderer {
|
||||
ArrayList a = new ArrayList();
|
||||
|
||||
JComponent b = null;
|
||||
@@ -2,7 +2,7 @@ package com.efiAnalytics.ui;
|
||||
|
||||
import java.awt.Color;
|
||||
|
||||
public interface cy {
|
||||
public interface DataSeriesProvider {
|
||||
double a(int paramInt);
|
||||
|
||||
int size();
|
||||
@@ -3,10 +3,10 @@ package com.efiAnalytics.ui;
|
||||
import java.awt.Container;
|
||||
import javax.swing.JDialog;
|
||||
|
||||
class dw implements fS {
|
||||
class DialogCloseHandler implements fS {
|
||||
JDialog a = null;
|
||||
|
||||
public dw(ds paramds, JDialog paramJDialog) {
|
||||
public DialogCloseHandler(TabbedSettingsPanel paramds, JDialog paramJDialog) {
|
||||
this.a = paramJDialog;
|
||||
}
|
||||
|
||||
@@ -4,10 +4,10 @@ import java.awt.Component;
|
||||
import java.awt.KeyEventDispatcher;
|
||||
import java.awt.event.KeyEvent;
|
||||
|
||||
class dH implements KeyEventDispatcher {
|
||||
class DialogKeyEventDispatcher implements KeyEventDispatcher {
|
||||
Component a = null;
|
||||
|
||||
dH(dF paramdF, Component paramComponent) {
|
||||
DialogKeyEventDispatcher(dF paramdF, Component paramComponent) {
|
||||
this.a = paramComponent;
|
||||
}
|
||||
|
||||
@@ -41,7 +41,7 @@ import javax.swing.UIManager;
|
||||
import javax.swing.filechooser.FileFilter;
|
||||
import javax.swing.filechooser.FileView;
|
||||
|
||||
public class bV {
|
||||
public class DialogUtilities {
|
||||
static String a = null;
|
||||
|
||||
static JFileChooser b = null;
|
||||
@@ -3,8 +3,8 @@ package com.efiAnalytics.ui;
|
||||
import java.awt.event.WindowAdapter;
|
||||
import java.awt.event.WindowEvent;
|
||||
|
||||
class dG extends WindowAdapter {
|
||||
dG(dF paramdF) {}
|
||||
class DialogWindowCloseListener extends WindowAdapter {
|
||||
DialogWindowCloseListener(dF paramdF) {}
|
||||
|
||||
public void windowClosing(WindowEvent paramWindowEvent) {
|
||||
this.a.k();
|
||||
@@ -1,11 +1,13 @@
|
||||
package com.efiAnalytics.ui;
|
||||
|
||||
public interface DoubleValueListener {
|
||||
void a(double paramDouble1, double paramDouble2);
|
||||
void a(double paramDouble);
|
||||
|
||||
void b(double paramDouble);
|
||||
}
|
||||
|
||||
|
||||
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/com/efiAnalytics/ui/aY.class
|
||||
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/com/efiAnalytics/ui/ev.class
|
||||
* Java compiler version: 8 (52.0)
|
||||
* JD-Core Version: 1.1.3
|
||||
*/
|
||||
@@ -2,7 +2,7 @@ package com.efiAnalytics.ui;
|
||||
|
||||
import javax.swing.JMenu;
|
||||
|
||||
public class bp extends JMenu implements bq {
|
||||
public class DynamicMenu extends JMenu implements bq {
|
||||
public bp() {}
|
||||
|
||||
public bp(String paramString) {
|
||||
@@ -16,7 +16,7 @@ import javax.swing.JScrollPane;
|
||||
import javax.swing.event.ListSelectionEvent;
|
||||
import javax.swing.event.ListSelectionListener;
|
||||
|
||||
public class ei extends JPanel implements ListSelectionListener {
|
||||
public class EditableListPanel extends JPanel implements ListSelectionListener {
|
||||
JList a = new JList();
|
||||
|
||||
en b = new en(this);
|
||||
@@ -1,13 +1,13 @@
|
||||
package com.efiAnalytics.ui;
|
||||
|
||||
public interface fE {
|
||||
void a();
|
||||
public interface ExpandCollapseListener {
|
||||
void l();
|
||||
|
||||
void b();
|
||||
void m();
|
||||
}
|
||||
|
||||
|
||||
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/com/efiAnalytics/ui/fE.class
|
||||
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/com/efiAnalytics/ui/cP.class
|
||||
* Java compiler version: 8 (52.0)
|
||||
* JD-Core Version: 1.1.3
|
||||
*/
|
||||
@@ -1,46 +1,53 @@
|
||||
package com.efiAnalytics.ui;
|
||||
|
||||
import java.io.File;
|
||||
import java.io.Serializable;
|
||||
import java.util.ArrayList;
|
||||
import java.util.Iterator;
|
||||
import javax.swing.filechooser.FileFilter;
|
||||
|
||||
public class ExtensionFileFilter extends FileFilter implements Serializable {
|
||||
String a = "";
|
||||
public class ExtensionFileFilter extends FileFilter {
|
||||
private String b;
|
||||
|
||||
ArrayList b = new ArrayList();
|
||||
String a = null;
|
||||
|
||||
public dd(String paramString) {
|
||||
a(paramString);
|
||||
}
|
||||
|
||||
public void a(String paramString) {
|
||||
this.a = paramString;
|
||||
}
|
||||
|
||||
public void b(String paramString) {
|
||||
this.b.add(paramString.toLowerCase());
|
||||
public cx(String paramString) {
|
||||
this.b = paramString;
|
||||
}
|
||||
|
||||
public boolean accept(File paramFile) {
|
||||
if (paramFile.isDirectory())
|
||||
return true;
|
||||
Iterator<String> iterator = this.b.iterator();
|
||||
while (iterator.hasNext()) {
|
||||
if (paramFile.getName().toLowerCase().indexOf(("." + (String)iterator.next()).toLowerCase()) != -1)
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
return paramFile.isDirectory() ? true : (paramFile.getName().toLowerCase().endsWith("." + this.b));
|
||||
}
|
||||
|
||||
public String getDescription() {
|
||||
return this.a;
|
||||
if (this.a != null)
|
||||
return this.a;
|
||||
String str = this.b.toLowerCase();
|
||||
switch (str) {
|
||||
case "mlg":
|
||||
return "MegaLogViewer Binary Data Log (*.mlg)";
|
||||
case "msl":
|
||||
return "MegaLogViewer ASCII Data Log (*.msl)";
|
||||
case "csv":
|
||||
return "Comma Separated Values (*.csv)";
|
||||
case "msq":
|
||||
return "Tune File (*.msq)";
|
||||
case "bigtune":
|
||||
return "BigStuff Calibration (*.bigtune)";
|
||||
case "tsproj":
|
||||
return "TunerStudio Project Archive (*.tsproj)";
|
||||
case "bsproj":
|
||||
return "BigComm Project Archive (*.bsproj)";
|
||||
case "xls":
|
||||
return "Excel (*.xls)";
|
||||
}
|
||||
return this.b + " File (*." + str + ")";
|
||||
}
|
||||
|
||||
public String a() {
|
||||
return this.b;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/com/efiAnalytics/ui/dd.class
|
||||
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/com/efiAnalytics/ui/cx.class
|
||||
* Java compiler version: 8 (52.0)
|
||||
* JD-Core Version: 1.1.3
|
||||
*/
|
||||
@@ -22,7 +22,7 @@ import javax.swing.JLabel;
|
||||
import javax.swing.JPanel;
|
||||
import javax.swing.JTextField;
|
||||
|
||||
public class cj extends JDialog implements ActionListener {
|
||||
public class FieldPropertiesDialog extends JDialog implements ActionListener {
|
||||
public boolean a = false;
|
||||
|
||||
JButton b;
|
||||
@@ -6,7 +6,7 @@ import java.io.File;
|
||||
import javax.swing.JFileChooser;
|
||||
import javax.swing.JPanel;
|
||||
|
||||
public abstract class ck extends JPanel implements PropertyChangeListener {
|
||||
public abstract class FileChooserPreviewPanel extends JPanel implements PropertyChangeListener {
|
||||
public abstract void a(File paramFile);
|
||||
|
||||
public abstract void b(File paramFile);
|
||||
@@ -5,7 +5,7 @@ import java.beans.PropertyChangeEvent;
|
||||
import java.beans.PropertyChangeListener;
|
||||
import javax.swing.JFileChooser;
|
||||
|
||||
class bZ implements PropertyChangeListener {
|
||||
class FileChooserPropertyListener implements PropertyChangeListener {
|
||||
public void propertyChange(PropertyChangeEvent paramPropertyChangeEvent) {
|
||||
String str = paramPropertyChangeEvent.getPropertyName();
|
||||
JFileChooser jFileChooser = (JFileChooser)paramPropertyChangeEvent.getSource();
|
||||
@@ -6,7 +6,7 @@ import java.nio.file.Files;
|
||||
import javax.swing.AbstractAction;
|
||||
import javax.swing.JFileChooser;
|
||||
|
||||
class bX extends AbstractAction {
|
||||
class FileDeleteAction extends AbstractAction {
|
||||
public void actionPerformed(ActionEvent paramActionEvent) {
|
||||
JFileChooser jFileChooser = (JFileChooser)paramActionEvent.getSource();
|
||||
try {
|
||||
@@ -4,7 +4,7 @@ import java.beans.PropertyChangeEvent;
|
||||
import java.beans.PropertyChangeListener;
|
||||
import java.io.File;
|
||||
|
||||
class bW implements PropertyChangeListener {
|
||||
class FileExtensionChangeListener implements PropertyChangeListener {
|
||||
bW(String paramString) {}
|
||||
|
||||
public void propertyChange(PropertyChangeEvent paramPropertyChangeEvent) {
|
||||
@@ -1,6 +1,6 @@
|
||||
package com.efiAnalytics.ui;
|
||||
|
||||
public interface eo {
|
||||
public interface FileSelectionCallback {
|
||||
void a(ef[] paramArrayOfef);
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@ package com.efiAnalytics.ui;
|
||||
|
||||
import java.io.File;
|
||||
|
||||
public interface cm {
|
||||
public interface FileSelectionHandler {
|
||||
File a();
|
||||
|
||||
void a(File paramFile);
|
||||
@@ -3,7 +3,7 @@ package com.efiAnalytics.ui;
|
||||
import java.awt.event.ActionEvent;
|
||||
import java.awt.event.ActionListener;
|
||||
|
||||
class ek implements ActionListener {
|
||||
class FileSelectorActionListenerC implements ActionListener {
|
||||
ek(ei paramei) {}
|
||||
|
||||
public void actionPerformed(ActionEvent paramActionEvent) {
|
||||
@@ -3,7 +3,7 @@ package com.efiAnalytics.ui;
|
||||
import java.awt.event.ActionEvent;
|
||||
import java.awt.event.ActionListener;
|
||||
|
||||
class el implements ActionListener {
|
||||
class FileSelectorActionListenerD implements ActionListener {
|
||||
el(ei paramei) {}
|
||||
|
||||
public void actionPerformed(ActionEvent paramActionEvent) {
|
||||
@@ -3,7 +3,7 @@ package com.efiAnalytics.ui;
|
||||
import java.awt.event.ActionEvent;
|
||||
import java.awt.event.ActionListener;
|
||||
|
||||
class em implements ActionListener {
|
||||
class FileSelectorActionListenerE implements ActionListener {
|
||||
em(ei paramei) {}
|
||||
|
||||
public void actionPerformed(ActionEvent paramActionEvent) {
|
||||
@@ -2,7 +2,7 @@ package com.efiAnalytics.ui;
|
||||
|
||||
import javax.swing.DefaultListModel;
|
||||
|
||||
class en extends DefaultListModel {
|
||||
class FileSelectorListModel extends DefaultListModel {
|
||||
en(ei paramei) {}
|
||||
}
|
||||
|
||||
@@ -9,7 +9,7 @@ import java.awt.geom.Point2D;
|
||||
import java.awt.geom.Rectangle2D;
|
||||
import java.io.Serializable;
|
||||
|
||||
public class dL implements Shape, Serializable {
|
||||
public class FloatPolygon implements Shape, Serializable {
|
||||
public int a;
|
||||
|
||||
public float[] b;
|
||||
@@ -3,7 +3,7 @@ package com.efiAnalytics.ui;
|
||||
import java.util.logging.Level;
|
||||
import java.util.logging.Logger;
|
||||
|
||||
class fw extends Thread {
|
||||
class FocusRequestThread extends Thread {
|
||||
fw(fs paramfs) {}
|
||||
|
||||
public void run() {
|
||||
@@ -15,8 +15,8 @@ import java.util.List;
|
||||
import java.util.logging.Level;
|
||||
import java.util.logging.Logger;
|
||||
|
||||
public class cq {
|
||||
private static cq d = null;
|
||||
public class FontManager {
|
||||
private static FontManager d = null;
|
||||
|
||||
private String[] e = null;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package com.efiAnalytics.ui;
|
||||
|
||||
class cH implements fi {
|
||||
class HelpIconDialogCallback implements fi {
|
||||
cH(cF paramcF) {}
|
||||
|
||||
public void a(String paramString) {
|
||||
@@ -11,7 +11,7 @@ import javax.swing.Icon;
|
||||
import javax.swing.ImageIcon;
|
||||
import javax.swing.JLabel;
|
||||
|
||||
public class cF extends JLabel {
|
||||
public class HelpIconLabel extends JLabel {
|
||||
static ImageIcon a = null;
|
||||
|
||||
private String c;
|
||||
@@ -3,7 +3,7 @@ package com.efiAnalytics.ui;
|
||||
import java.awt.event.MouseAdapter;
|
||||
import java.awt.event.MouseEvent;
|
||||
|
||||
class cG extends MouseAdapter {
|
||||
class HelpIconMouseAdapter extends MouseAdapter {
|
||||
cG(cF paramcF) {}
|
||||
|
||||
public void mouseClicked(MouseEvent paramMouseEvent) {
|
||||
@@ -6,7 +6,7 @@ import java.awt.Image;
|
||||
import java.awt.Toolkit;
|
||||
import java.util.HashMap;
|
||||
|
||||
public class cO {
|
||||
public class IconResourceManager {
|
||||
private static cO av = null;
|
||||
|
||||
private static int aw = 0;
|
||||
@@ -12,7 +12,7 @@ import javax.imageio.ImageIO;
|
||||
import javax.imageio.ImageWriter;
|
||||
import javax.imageio.stream.FileImageOutputStream;
|
||||
|
||||
public class cz {
|
||||
public class ImageExporter {
|
||||
public boolean a(Component paramComponent, String paramString1, String paramString2, String paramString3) {
|
||||
BufferedImage bufferedImage;
|
||||
paramString2 = a(paramString2);
|
||||
@@ -6,7 +6,7 @@ import java.awt.Image;
|
||||
import java.awt.Toolkit;
|
||||
import java.io.File;
|
||||
|
||||
public class cl extends ck {
|
||||
public class ImagePreviewPanel extends ck {
|
||||
Image a = null;
|
||||
|
||||
public cl() {
|
||||
@@ -11,7 +11,7 @@ import java.awt.image.ImageObserver;
|
||||
import java.awt.image.Kernel;
|
||||
import java.awt.image.RescaleOp;
|
||||
|
||||
public class cN {
|
||||
public class ImageScaler {
|
||||
public static final boolean a = Boolean.getBoolean("imgscalr.debug");
|
||||
|
||||
public static final String b = System.getProperty("imgscalr.logPrefix", "[imgscalr] ");
|
||||
@@ -1,6 +1,6 @@
|
||||
package com.efiAnalytics.ui;
|
||||
|
||||
public interface cQ {
|
||||
public interface IndexChangeListener {
|
||||
void a(int paramInt);
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@ package com.efiAnalytics.ui;
|
||||
import java.awt.event.FocusEvent;
|
||||
import java.awt.event.FocusListener;
|
||||
|
||||
class fr implements FocusListener {
|
||||
class InputFieldFocusListener implements FocusListener {
|
||||
fr(fq paramfq) {}
|
||||
|
||||
public void focusGained(FocusEvent paramFocusEvent) {
|
||||
@@ -1,6 +1,6 @@
|
||||
package com.efiAnalytics.ui;
|
||||
|
||||
public interface fy {
|
||||
public interface InputValidator {
|
||||
boolean a(String paramString);
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@ import java.awt.event.ComponentAdapter;
|
||||
import java.awt.event.ComponentEvent;
|
||||
import javafx.application.Platform;
|
||||
|
||||
class eG extends ComponentAdapter {
|
||||
class JavaFxPanelResizeAdapter extends ComponentAdapter {
|
||||
eG(eD parameD) {}
|
||||
|
||||
public void componentResized(ComponentEvent paramComponentEvent) {
|
||||
@@ -1,6 +1,6 @@
|
||||
package com.efiAnalytics.ui;
|
||||
|
||||
class eH implements Runnable {
|
||||
class JavaFxResizeUpdateRunnable implements Runnable {
|
||||
eH(eG parameG) {}
|
||||
|
||||
public void run() {
|
||||
@@ -4,10 +4,10 @@ import javax.swing.JComboBox;
|
||||
import javax.swing.JLabel;
|
||||
import javax.swing.JPanel;
|
||||
|
||||
public class dZ extends JPanel {
|
||||
public class LabeledComboBoxPanel extends JPanel {
|
||||
JComboBox a = new JComboBox();
|
||||
|
||||
public dZ(dS paramdS, String paramString, String[] paramArrayOfString) {
|
||||
public LabeledComboBoxPanel(RegistrationDialog paramdS, String paramString, String[] paramArrayOfString) {
|
||||
JLabel jLabel = new JLabel(paramString + " ");
|
||||
jLabel.setHorizontalAlignment(4);
|
||||
add("Center", jLabel);
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user