MCPcopy Create free account
hub / github.com/OpenSourcePhysics/osp / accept

Method accept

src/org/opensourcephysics/tools/DataTool.java:486–494  ·  view source on GitHub ↗
(ArrayList<DataToolTab> tabs)

Source from the content-addressed store, hash-verified

484 loadTabsFromXMLAsync(control, new Consumer<ArrayList<DataToolTab>>() {
485
486 @Override
487 public void accept(ArrayList<DataToolTab> tabs) {
488 for (DataToolTab tab : tabs) {
489 addTab(tab);
490 tab.refreshGUI();
491 }
492 if (whenDone != null)
493 whenDone.accept(tabs);
494 }
495
496 });
497 }

Callers

nothing calls this directly

Calls 15

addTabMethod · 0.95
finestMethod · 0.95
refreshDataBuilderMethod · 0.95
getDataColumnsMethod · 0.95
addDatasetMethod · 0.95
loadObjectMethod · 0.95
loadObjectMethod · 0.95
getSelfContainedDataMethod · 0.95
createTabMethod · 0.95
addColumnsFromPasteMethod · 0.95
getTabCountMethod · 0.95
tabChangedMethod · 0.80

Tested by

no test coverage detected