mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 14:15:20 +00:00
34 lines
907 B
Java
34 lines
907 B
Java
package bb;
|
|
|
|
import ae.AeInterfaceQuebec;
|
|
import javax.swing.table.DefaultTableModel;
|
|
|
|
class ManagerGetvalueat extends DefaultTableModel {
|
|
String[] a = new String[] { l.a(this.b, "Firmware Loader"), l.a(this.b, "Description") };
|
|
|
|
m(l paraml) {
|
|
setColumnIdentifiers((Object[])this.a);
|
|
}
|
|
|
|
public boolean isCellEditable(int paramInt1, int paramInt2) {
|
|
return false;
|
|
}
|
|
|
|
public int getColumnCount() {
|
|
return 2;
|
|
}
|
|
|
|
public int getRowCount() {
|
|
return this.b.b().size();
|
|
}
|
|
|
|
public Object getValueAt(int paramInt1, int paramInt2) {
|
|
return (this.b.b().size() > 0) ? ((paramInt2 == 0) ? ((AeInterfaceQuebec)this.b.b().get(paramInt1)).a() : ((AeInterfaceQuebec)this.b.b().get(paramInt1)).b()) : null;
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/bb/m.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |