mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-05-02 01:25:52 +00:00
28 lines
811 B
Java
28 lines
811 B
Java
package com.efiAnalytics.ui;
|
|
|
|
import bH.I;
|
|
import java.awt.event.FocusEvent;
|
|
import java.awt.event.FocusListener;
|
|
import javax.swing.table.TableCellEditor;
|
|
|
|
class ay implements FocusListener {
|
|
ay(BinTableView paramBinTableView) {}
|
|
|
|
public void focusGained(FocusEvent paramFocusEvent) {}
|
|
|
|
public void focusLost(FocusEvent paramFocusEvent) {
|
|
TableCellEditor tableCellEditor = this.a.getCellEditor();
|
|
if (tableCellEditor != null)
|
|
if (I.a(tableCellEditor.getCellEditorValue().toString())) {
|
|
tableCellEditor.stopCellEditing();
|
|
} else {
|
|
tableCellEditor.cancelCellEditing();
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/com/efiAnalytics/ui/ay.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |