mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-27 15:15:30 +00:00
- Implement CheckBoxMenuItemPropertyObserver for checkbox menu item state management - Create CloseDialogActionListener to handle dialog closure actions - Define Closeable interface for closeable components - Add CloseableActionListener for triggering close actions on closeable components - Introduce ColorChooserApplyListener for applying color selections - Develop ColorChooserPanel for color selection UI - Implement ColorMapValueEntry for managing color map values - Create DropdownButton for dropdown menu functionality - Add EmptyActionListener for empty action handling - Implement MessageDialogRunnable for displaying message dialogs - Create NonModalInfoDialogRunnable for non-modal information dialogs - Add PageNavigatorNextListener and PageNavigatorPreviousListener for navigation actions - Implement SetColorActionListener for setting colors in the UI - Create Table3DColorMapChangeListener for handling color map changes in 3D tables - Develop Table3DColorMapPanel for displaying 3D color maps - Implement TableStatisticsData for managing statistical data - Create TableStatisticsOverlay for overlaying statistics on UI components - Add TableCellChangeListener interface for cell change events - Implement Table3DPanelCheckboxMenuListener for checkbox menu interactions - Create Table3DPanelSecondaryActionListener for secondary actions in 3D panels - Add Table3DPanelStaticActionListener for static actions in 3D panels - Implement Table3DPanelStaticCActionListener for static C actions in 3D panels - Create Table3DPanelTertiaryActionListener for tertiary actions in 3D panels
61 lines
989 B
Java
61 lines
989 B
Java
package com.efiAnalytics.ui;
|
|
|
|
class TableStatisticsData {
|
|
private double b = 0.0D;
|
|
|
|
private double c = 0.0D;
|
|
|
|
private double d = 0.0D;
|
|
|
|
private double e = 0.0D;
|
|
|
|
private int f = 0;
|
|
|
|
db(cZ paramcZ) {}
|
|
|
|
public double a() {
|
|
return this.e;
|
|
}
|
|
|
|
public void a(double paramDouble) {
|
|
this.e = paramDouble;
|
|
}
|
|
|
|
private void a(int paramInt) {
|
|
this.f = paramInt;
|
|
}
|
|
|
|
public int b() {
|
|
return this.f;
|
|
}
|
|
|
|
public double c() {
|
|
return this.b;
|
|
}
|
|
|
|
public void b(double paramDouble) {
|
|
this.b = paramDouble;
|
|
}
|
|
|
|
public double d() {
|
|
return this.c;
|
|
}
|
|
|
|
public void c(double paramDouble) {
|
|
this.c = paramDouble;
|
|
}
|
|
|
|
public double e() {
|
|
return this.d;
|
|
}
|
|
|
|
public void d(double paramDouble) {
|
|
this.d = paramDouble;
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/com/efiAnalytics/ui/db.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |