Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
copyTab
Method · 0.95
cloneTab
Method · 0.95
Calls
2
getSelectedTab
Method · 0.95
toXML
Method · 0.65
Tested by
no test coverage detected