Files
tustu/app/com/efiAnalytics/ui/TableCenterCellEditor.java
johndoe6345789 dae4c29c01 Add new panels and UI components for thermistor calibration and weight input
- Implemented RestorePointsExclusionFilter for file filtering.
- Created SensorComboBoxItemListener to handle sensor selection events.
- Developed TableAxisDisplayPanel for displaying axis data in a table format.
- Added TemperatureUnitActionListener to manage temperature unit changes.
- Introduced ThermistorCalibrationPanel for thermistor calibration functionality.
- Created WeightFieldFocusAdapter to manage focus events in weight input fields.
- Added WeightInputPanel for inputting weight in both pounds and kilograms.
- Removed obsolete aK panel class.
- Introduced DisabledButton class to create non-interactive buttons.
- Added FormattedTableCellRenderer for custom table cell rendering.
- Implemented NoSelectionModel to prevent selection in specific tables.
- Created NonEditableTable to disable editing in tables.
- Added StringTransferable for handling string data transfer.
- Implemented TableCenterCellEditor for centered text in table cells.
- Developed TableTransferHandler for managing data transfer in tables.
2026-01-11 06:19:41 +00:00

26 lines
802 B
Java

package com.efiAnalytics.ui;
import java.awt.Component;
import javax.swing.DefaultCellEditor;
import javax.swing.JTable;
class TableCenterCellEditor extends DefaultCellEditor {
TableCenterCellEditor(S paramS) {
super(new do());
do do = (do)getComponent();
do.setHorizontalAlignment(0);
}
public Component getTableCellEditorComponent(JTable paramJTable, Object paramObject, boolean paramBoolean, int paramInt1, int paramInt2) {
do do = (do)getComponent();
do.setFont(this.a.getFont());
do.setText(paramJTable.getModel().getValueAt(paramInt1, paramInt2).toString());
return do;
}
}
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/com/efiAnalytics/ui/aa.class
* Java compiler version: 8 (52.0)
* JD-Core Version: 1.1.3
*/