public StatsViewerPanel(Collection methodKeyAccumulators) {
EventList accumulatorsEventList = new BasicEventList();
accumulatorsEventList.addAll(methodKeyAccumulators);
TableFormat tableFormat = new StatsTableFormat();
StatsMatcherEditor classMatcherEditor = new StatsMatcherEditor(StatsMatcherEditor.FIELD_CLASS);
StatsMatcherEditor methodMatcherEditor = new StatsMatcherEditor(StatsMatcherEditor.FIELD_METHOD);
StatsMatcherEditor signatureMatcherEditor = new StatsMatcherEditor(StatsMatcherEditor.FIELD_SIGNATURE);
accumulatorsEventList = new FilterList(accumulatorsEventList, classMatcherEditor);
accumulatorsEventList = new FilterList(accumulatorsEventList, methodMatcherEditor);