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

Method getTabXML

src/org/opensourcephysics/tools/DataTool.java:3267–3269  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3265 }
3266
3267 private String getTabXML() {
3268 return new XMLControlElement(getSelectedTab()).toXML();
3269 }
3270
3271 protected void cloneTab(int index, boolean editable) {
3272 // determine name of cloned tab

Callers 2

copyTabMethod · 0.95
cloneTabMethod · 0.95

Calls 2

getSelectedTabMethod · 0.95
toXMLMethod · 0.65

Tested by

no test coverage detected