mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-05-01 17:15:20 +00:00
20 lines
533 B
Java
20 lines
533 B
Java
package com.efiAnalytics.ui;
|
|
|
|
import java.awt.event.FocusEvent;
|
|
import java.awt.event.FocusListener;
|
|
|
|
class av implements FocusListener {
|
|
av(BinTableView paramBinTableView) {}
|
|
|
|
public void focusGained(FocusEvent paramFocusEvent) {
|
|
((do)paramFocusEvent.getSource()).selectAll();
|
|
}
|
|
|
|
public void focusLost(FocusEvent paramFocusEvent) {}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/com/efiAnalytics/ui/av.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |