static JTable dataToTable_uneditable_ifHasTable(O data, final JTable table) { if (table != null) dataToTable_uneditable(table, data); ret table; }