SortStatusMemento
9899100101102103104105
} private ProjectLocationsTable createResultTable() { ProjectLocationsTable table = new ProjectLocationsTable(resultModel); table.setVisibleRows(15); table.setSortStatusMemento(new SortStatusPreferencesMemento(getClass())); return table; }