* @param m The Matcher that determines if an entry is a in the current group selection or not.
*/
public void showFloatGrouping(Matcher<BibtexEntry> m) {
showingFloatGrouping = true;
groupMatcher = m;
groupComparator = new HitOrMissComparator(m);
refreshSorting();
}