mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-24 13:45:00 +00:00
Refactor class names for clarity and consistency across the bt package
This commit is contained in:
@@ -3,7 +3,7 @@ package bt;
|
||||
import java.awt.event.FocusEvent;
|
||||
import java.awt.event.FocusListener;
|
||||
|
||||
class S implements FocusListener {
|
||||
class ArrayEditorFocusListener implements FocusListener {
|
||||
int a = -1;
|
||||
|
||||
S(R paramR, int paramInt) {
|
||||
|
||||
@@ -32,7 +32,7 @@ import javax.swing.JPanel;
|
||||
import javax.swing.UIManager;
|
||||
import s.g;
|
||||
|
||||
public class R extends JPanel implements cq, h, bc {
|
||||
public class ArrayEditorPanel extends JPanel implements cq, h, bc {
|
||||
ArrayList a = new ArrayList();
|
||||
|
||||
ArrayList b = new ArrayList();
|
||||
|
||||
@@ -3,7 +3,7 @@ package bt;
|
||||
import java.awt.event.FocusEvent;
|
||||
import java.awt.event.FocusListener;
|
||||
|
||||
class U implements FocusListener {
|
||||
class BinTableFocusListener implements FocusListener {
|
||||
U(T paramT) {}
|
||||
|
||||
public void focusGained(FocusEvent paramFocusEvent) {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package bt;
|
||||
|
||||
class V extends Thread {
|
||||
class BinTablePaintThrottle extends Thread {
|
||||
long a = Math.round(1000.0D / x.a());
|
||||
|
||||
boolean b = false;
|
||||
|
||||
@@ -31,7 +31,7 @@ import java.util.logging.Logger;
|
||||
import javax.swing.JPanel;
|
||||
import r.i;
|
||||
|
||||
public class T extends JPanel implements aN, cq, L, bP, d, bc {
|
||||
public class BinTablePanel extends JPanel implements aN, cq, TextChangeNotifier, bP, d, bc {
|
||||
bh a;
|
||||
|
||||
d b;
|
||||
|
||||
@@ -4,7 +4,7 @@ import com.efiAnalytics.ui.bc;
|
||||
import java.util.ArrayList;
|
||||
import javax.swing.JPanel;
|
||||
|
||||
public class d extends JPanel {
|
||||
public class CloseableComponentPanel extends JPanel {
|
||||
ArrayList H = new ArrayList();
|
||||
|
||||
public void a(bc parambc) {
|
||||
|
||||
@@ -13,7 +13,7 @@ import java.awt.event.FocusListener;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
public class q implements LayoutManager2, ContainerListener, FocusListener {
|
||||
public class CollapsibleVerticalLayout implements LayoutManager2, ContainerListener, FocusListener {
|
||||
int a;
|
||||
|
||||
int b = 2;
|
||||
|
||||
@@ -2,7 +2,7 @@ package bt;
|
||||
|
||||
import bH.X;
|
||||
|
||||
class z {
|
||||
class ComboBoxItem {
|
||||
String a = null;
|
||||
|
||||
String b = null;
|
||||
|
||||
@@ -2,7 +2,7 @@ package bt;
|
||||
|
||||
import com.efiAnalytics.ui.fi;
|
||||
|
||||
class n implements fi {
|
||||
class ContextHelpEditorCallback implements fi {
|
||||
n(l paraml) {}
|
||||
|
||||
public void a(String paramString) {
|
||||
|
||||
@@ -15,7 +15,7 @@ import javax.swing.ImageIcon;
|
||||
import javax.swing.JLabel;
|
||||
import s.g;
|
||||
|
||||
public class l extends JLabel {
|
||||
public class ContextHelpLabel extends JLabel {
|
||||
R a = null;
|
||||
|
||||
String b = null;
|
||||
|
||||
@@ -3,7 +3,7 @@ package bt;
|
||||
import java.awt.event.MouseAdapter;
|
||||
import java.awt.event.MouseEvent;
|
||||
|
||||
class m extends MouseAdapter {
|
||||
class ContextHelpMouseAdapter extends MouseAdapter {
|
||||
m(l paraml) {}
|
||||
|
||||
public void mouseClicked(MouseEvent paramMouseEvent) {
|
||||
|
||||
@@ -8,7 +8,7 @@ import V.a;
|
||||
import bH.D;
|
||||
import com.efiAnalytics.ui.bN;
|
||||
|
||||
public class G implements cq, bP {
|
||||
public class CurveOutputChannelSubscriber implements cq, bP {
|
||||
double a = Double.NaN;
|
||||
|
||||
bN b;
|
||||
|
||||
@@ -4,7 +4,7 @@ import G.R;
|
||||
import G.bv;
|
||||
import javax.swing.JPanel;
|
||||
|
||||
public interface N {
|
||||
public interface CustomEditorPanelProvider {
|
||||
boolean a(bv parambv);
|
||||
|
||||
JPanel a(R paramR, bv parambv);
|
||||
|
||||
@@ -4,7 +4,7 @@ import G.bv;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
public class M {
|
||||
public class CustomEditorPanelRegistry {
|
||||
private static M a = null;
|
||||
|
||||
private final List b = new ArrayList();
|
||||
|
||||
@@ -9,7 +9,7 @@ import java.util.Collections;
|
||||
import java.util.HashMap;
|
||||
import java.util.List;
|
||||
|
||||
public class e implements S, ab {
|
||||
public class EnableDelayManager implements S, ab {
|
||||
private static e d = null;
|
||||
|
||||
HashMap a = new HashMap<>();
|
||||
|
||||
@@ -3,7 +3,7 @@ package bt;
|
||||
import java.util.logging.Level;
|
||||
import java.util.logging.Logger;
|
||||
|
||||
class f extends Thread {
|
||||
class EnableDelayThread extends Thread {
|
||||
int a = 100;
|
||||
|
||||
long b = System.currentTimeMillis() + this.a;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package bt;
|
||||
|
||||
public interface o {
|
||||
public interface EnabledStateCallback {
|
||||
void a(boolean paramBoolean);
|
||||
|
||||
String c();
|
||||
|
||||
@@ -31,7 +31,7 @@ import java.util.logging.Logger;
|
||||
import javax.swing.BorderFactory;
|
||||
import javax.swing.JPanel;
|
||||
|
||||
public class D extends bh implements ca, h, ac, bc {
|
||||
public class GaugeReadoutPanel extends bh implements ca, h, ac, bc {
|
||||
dD a = new dD(this);
|
||||
|
||||
GridLayout b = new GridLayout(0, 1, eJ.a(3), eJ.a(4));
|
||||
|
||||
@@ -15,7 +15,7 @@ import javax.swing.ImageIcon;
|
||||
import javax.swing.JLabel;
|
||||
import s.g;
|
||||
|
||||
public class j extends JLabel {
|
||||
public class HelpIconLabel extends JLabel {
|
||||
ImageIcon a = null;
|
||||
|
||||
String b = null;
|
||||
|
||||
@@ -3,7 +3,7 @@ package bt;
|
||||
import java.awt.event.MouseAdapter;
|
||||
import java.awt.event.MouseEvent;
|
||||
|
||||
class k extends MouseAdapter {
|
||||
class HelpIconMouseAdapter extends MouseAdapter {
|
||||
k(j paramj) {}
|
||||
|
||||
public void mouseClicked(MouseEvent paramMouseEvent) {
|
||||
|
||||
@@ -27,7 +27,7 @@ import java.util.logging.Logger;
|
||||
import javax.swing.BorderFactory;
|
||||
import javax.swing.JPanel;
|
||||
|
||||
public class r extends bh implements ca, h, ac, bc {
|
||||
public class IndicatorReadoutPanel extends bh implements ca, RefreshableComponent, ac, bc {
|
||||
dD a = new dD(this);
|
||||
|
||||
GridLayout b = new GridLayout(0, 1, eJ.a(3), eJ.a(4));
|
||||
|
||||
@@ -5,7 +5,7 @@ import com.efiAnalytics.apps.ts.dashboard.aH;
|
||||
import com.efiAnalytics.ui.cy;
|
||||
import java.awt.Color;
|
||||
|
||||
class t extends aH implements cy {
|
||||
class LiveGraphDataSeries extends aH implements cy {
|
||||
private String b = null;
|
||||
|
||||
private double c = 0.0D;
|
||||
|
||||
@@ -3,7 +3,7 @@ package bt;
|
||||
import java.awt.event.MouseAdapter;
|
||||
import java.awt.event.MouseEvent;
|
||||
|
||||
class v extends MouseAdapter {
|
||||
class LiveGraphMouseAdapter extends MouseAdapter {
|
||||
v(s params) {}
|
||||
|
||||
public void mousePressed(MouseEvent paramMouseEvent) {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package bt;
|
||||
|
||||
class u extends Thread {
|
||||
class LiveGraphPaintThrottle extends Thread {
|
||||
long a = 120L;
|
||||
|
||||
boolean b = false;
|
||||
|
||||
@@ -20,7 +20,7 @@ import java.util.Iterator;
|
||||
import java.util.logging.Level;
|
||||
import java.util.logging.Logger;
|
||||
|
||||
public class s extends dl implements cq, bc {
|
||||
public class LiveGraphPanel extends dl implements cq, bc {
|
||||
private HashMap c = new HashMap<>();
|
||||
|
||||
u a = null;
|
||||
|
||||
@@ -10,7 +10,7 @@ import java.awt.Toolkit;
|
||||
import javax.swing.Icon;
|
||||
import javax.swing.ImageIcon;
|
||||
|
||||
public class w {
|
||||
public class MenuItemIconProvider {
|
||||
String[] a = new String[] { "resources/wrench.png", "resources/tools.gif", "resources/hammer.gif" };
|
||||
|
||||
int b = 0;
|
||||
|
||||
@@ -2,7 +2,7 @@ package bt;
|
||||
|
||||
import javax.swing.JPanel;
|
||||
|
||||
public class g extends JPanel {
|
||||
public class NamedPanel extends JPanel {
|
||||
private String a = null;
|
||||
|
||||
public String a_() {
|
||||
|
||||
@@ -2,7 +2,7 @@ package bt;
|
||||
|
||||
import com.efiAnalytics.ui.fi;
|
||||
|
||||
class c implements fi {
|
||||
class NoteEditorCallback implements fi {
|
||||
c(a parama) {}
|
||||
|
||||
public void a(String paramString) {
|
||||
|
||||
@@ -14,7 +14,7 @@ import javax.swing.ImageIcon;
|
||||
import javax.swing.JLabel;
|
||||
import r.i;
|
||||
|
||||
public class a extends JLabel {
|
||||
public class NoteIconLabel extends JLabel {
|
||||
R a = null;
|
||||
|
||||
String b = null;
|
||||
|
||||
@@ -3,7 +3,7 @@ package bt;
|
||||
import java.awt.event.MouseAdapter;
|
||||
import java.awt.event.MouseEvent;
|
||||
|
||||
class b extends MouseAdapter {
|
||||
class NoteIconMouseAdapter extends MouseAdapter {
|
||||
b(a parama) {}
|
||||
|
||||
public void mouseClicked(MouseEvent paramMouseEvent) {
|
||||
|
||||
@@ -5,7 +5,7 @@ import java.awt.Dimension;
|
||||
import java.util.ArrayList;
|
||||
import javax.swing.BorderFactory;
|
||||
|
||||
public class A extends do {
|
||||
public class NumericTextField extends do {
|
||||
ArrayList a = new ArrayList();
|
||||
|
||||
private int b = 60;
|
||||
|
||||
@@ -3,7 +3,7 @@ package bt;
|
||||
import java.awt.event.FocusAdapter;
|
||||
import java.awt.event.FocusEvent;
|
||||
|
||||
class B extends FocusAdapter {
|
||||
class NumericTextFieldFocusAdapter extends FocusAdapter {
|
||||
B(A paramA) {}
|
||||
|
||||
public void focusGained(FocusEvent paramFocusEvent) {
|
||||
|
||||
@@ -3,7 +3,7 @@ package bt;
|
||||
import java.awt.event.KeyAdapter;
|
||||
import java.awt.event.KeyEvent;
|
||||
|
||||
public class C extends KeyAdapter {
|
||||
public class NumericTextFieldKeyAdapter extends KeyAdapter {
|
||||
public C(A paramA) {}
|
||||
|
||||
public void keyPressed(KeyEvent paramKeyEvent) {
|
||||
|
||||
@@ -3,7 +3,7 @@ package bt;
|
||||
import com.efiAnalytics.ui.et;
|
||||
import r.a;
|
||||
|
||||
public class i implements et {
|
||||
public class PrefixedPropertyStore implements et {
|
||||
String a = "";
|
||||
|
||||
public i(String paramString) {
|
||||
|
||||
@@ -2,7 +2,7 @@ package bt;
|
||||
|
||||
import r.a;
|
||||
|
||||
public class x {
|
||||
public class RefreshRateCalculator {
|
||||
public static double a() {
|
||||
int i = b();
|
||||
return (i > 10) ? (Math.pow(i, 0.3D) / 6.0D) : 15.0D;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package bt;
|
||||
|
||||
public interface h {
|
||||
public interface RefreshableComponent {
|
||||
void a();
|
||||
}
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ import aE.g;
|
||||
import com.efiAnalytics.ui.et;
|
||||
import r.a;
|
||||
|
||||
public class E implements et {
|
||||
public class RequiredFuelCalculatorPropertyStore implements et {
|
||||
R a = null;
|
||||
|
||||
public E(R paramR) {
|
||||
|
||||
@@ -19,7 +19,7 @@ import javax.swing.JButton;
|
||||
import javax.swing.JPanel;
|
||||
import s.g;
|
||||
|
||||
public class I extends aV implements bc {
|
||||
public class SettingCalibrationField extends aV implements bc {
|
||||
JButton a;
|
||||
|
||||
bk b;
|
||||
|
||||
@@ -3,7 +3,7 @@ package bt;
|
||||
import java.awt.event.ActionEvent;
|
||||
import java.awt.event.ActionListener;
|
||||
|
||||
class J implements ActionListener {
|
||||
class SettingCalibrationFieldActionListener implements ActionListener {
|
||||
J(I paramI) {}
|
||||
|
||||
public void actionPerformed(ActionEvent paramActionEvent) {
|
||||
|
||||
@@ -43,7 +43,7 @@ import r.a;
|
||||
import r.i;
|
||||
import s.g;
|
||||
|
||||
public class W extends JPanel implements aN, e, bc, eS {
|
||||
public class Table2DEditorPanel extends JPanel implements aN, e, bc, eS {
|
||||
private R q;
|
||||
|
||||
JSplitPane a = new JSplitPane();
|
||||
|
||||
@@ -3,7 +3,7 @@ package bt;
|
||||
import bH.ab;
|
||||
import s.g;
|
||||
|
||||
class X implements ab {
|
||||
class Table2DLabelTranslator implements ab {
|
||||
X(W paramW) {}
|
||||
|
||||
public String a(String paramString) {
|
||||
|
||||
@@ -8,7 +8,7 @@ import V.a;
|
||||
import bH.D;
|
||||
import com.efiAnalytics.ui.w;
|
||||
|
||||
class H implements cq, bP {
|
||||
class Table2DOutputChannelSubscriber implements cq, bP {
|
||||
double a = Double.NaN;
|
||||
|
||||
w b;
|
||||
|
||||
@@ -3,7 +3,7 @@ package bt;
|
||||
import com.efiAnalytics.ui.et;
|
||||
import r.a;
|
||||
|
||||
class Z implements et {
|
||||
class Table2DPropertyStore implements et {
|
||||
Z(W paramW) {}
|
||||
|
||||
public void a(String paramString1, String paramString2) {
|
||||
|
||||
@@ -3,7 +3,7 @@ package bt;
|
||||
import java.beans.PropertyChangeEvent;
|
||||
import java.beans.PropertyChangeListener;
|
||||
|
||||
class Y implements PropertyChangeListener {
|
||||
class Table2DSplitPaneListener implements PropertyChangeListener {
|
||||
Y(W paramW) {}
|
||||
|
||||
public void propertyChange(PropertyChangeEvent paramPropertyChangeEvent) {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package bt;
|
||||
|
||||
public interface p {
|
||||
public interface TableCellHighlightListener {
|
||||
void a(double paramDouble1, double paramDouble2);
|
||||
|
||||
void a(float[] paramArrayOffloat1, float[] paramArrayOffloat2);
|
||||
|
||||
@@ -8,7 +8,7 @@ import V.a;
|
||||
import bF.d;
|
||||
import bH.D;
|
||||
|
||||
public class F implements cq, bP {
|
||||
public class TableOutputChannelSubscriber implements cq, bP {
|
||||
double a = Double.NaN;
|
||||
|
||||
T b;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package bt;
|
||||
|
||||
public interface K {
|
||||
public interface TextChangeListener {
|
||||
void a(String paramString);
|
||||
|
||||
void b(String paramString);
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package bt;
|
||||
|
||||
public interface L {
|
||||
public interface TextChangeNotifier {
|
||||
void a(K paramK);
|
||||
|
||||
void b(K paramK);
|
||||
|
||||
@@ -5,7 +5,7 @@ import com.efiAnalytics.ui.bq;
|
||||
import java.awt.event.ActionListener;
|
||||
import javax.swing.JMenu;
|
||||
|
||||
public class O extends JMenu implements bq {
|
||||
public class TuningMenuBar extends JMenu implements bq {
|
||||
P a = new P();
|
||||
|
||||
public O(R paramR, int paramInt) {
|
||||
|
||||
@@ -20,7 +20,7 @@ import javax.swing.JMenu;
|
||||
import javax.swing.JMenuItem;
|
||||
import s.g;
|
||||
|
||||
public class P implements ActionListener {
|
||||
public class TuningMenuBuilder implements ActionListener {
|
||||
private int c = -1;
|
||||
|
||||
List a = new ArrayList();
|
||||
|
||||
@@ -5,7 +5,7 @@ import com.efiAnalytics.ui.bq;
|
||||
import java.awt.event.ActionListener;
|
||||
import javax.swing.JPopupMenu;
|
||||
|
||||
public class Q extends JPopupMenu implements bq {
|
||||
public class TuningPopupMenu extends JPopupMenu implements bq {
|
||||
P a = new P();
|
||||
|
||||
public Q(R paramR, int paramInt) {
|
||||
|
||||
@@ -6,7 +6,7 @@ import java.awt.event.ItemListener;
|
||||
import java.util.ArrayList;
|
||||
import javax.swing.JComboBox;
|
||||
|
||||
public class y extends JComboBox implements ItemListener {
|
||||
public class ValueComboBox extends JComboBox implements ItemListener {
|
||||
ArrayList a = new ArrayList();
|
||||
|
||||
private int b = 1;
|
||||
|
||||
Reference in New Issue
Block a user