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

Method getTab

src/org/opensourcephysics/tools/DataTool.java:645–648  ·  view source on GitHub ↗

Returns the tab associated with the specified Data object. May return null. @param data the Data @return the tab

(Data data)

Source from the content-addressed store, hash-verified

643 * @return the tab
644 */
645 public DataToolTab getTab(Data data) {
646 int i = getTabIndex(data);
647 return (i > -1) ? getTab(i) : null;
648 }
649
650 /**
651 * Returns the tab at the specified index. May return null.

Callers 15

removeTabMethod · 0.95
loadDataMethod · 0.95
getTabsMethod · 0.95
sendMethod · 0.95
getUniqueTabNameMethod · 0.95
addTabMethod · 0.95
saveChangesAtMethod · 0.95
setFontLevelMethod · 0.95
removeAllButTabMethod · 0.95
removeAllTabsMethod · 0.95
actionPerformedMethod · 0.95
mousePressedMethod · 0.95

Calls 2

getTabIndexMethod · 0.95
getTabCountMethod · 0.45

Tested by

no test coverage detected