mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-27 15:15:30 +00:00
- Implemented BinTableFocusListener to manage focus events in BinTableView. - Created BinTableKeyListener to handle key events and trigger updates. - Added BinTableRefreshRunner and BinTableUpdateRunner for background processing. - Introduced BinTableSelectionRunner to manage selection changes in the table. - Developed BinTableToggleListener for toggling table states. - Implemented BrowserLauncher for opening URLs and files in the default browser. - Created ChartClickHandler and ChartMouseHandler for interactive chart features. - Added ChartDataPoint and ChartDataSeriesManager for managing chart data. - Introduced DataGapRange for handling data gaps in charts. - Created DoubleValueListener interface for double value callbacks. - Implemented HexByteTextArea for displaying and editing hex byte data. - Developed LineChartComponent for rendering line charts. - Added NavigationListener interface for navigation events. - Created SimpleCallback interface for simple callback mechanisms. - Implemented TableSelectionInfo interface for managing table selection states. - Developed TargetIndicatorComponent for visualizing target indicators. - Added TextFieldSelectAllListener to select all text in text fields on focus.
25 lines
551 B
Java
25 lines
551 B
Java
package com.efiAnalytics.ui;
|
|
|
|
import java.awt.geom.Point2D;
|
|
|
|
public class ChartDataPoint extends Point2D.Double {
|
|
private boolean a = false;
|
|
|
|
public aZ(double paramDouble1, double paramDouble2) {
|
|
super(paramDouble1, paramDouble2);
|
|
}
|
|
|
|
public boolean a() {
|
|
return this.a;
|
|
}
|
|
|
|
public void a(boolean paramBoolean) {
|
|
this.a = paramBoolean;
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/com/efiAnalytics/ui/aZ.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |