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

Method getTabCount

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

Returns the tab count. @return the number of tabs

()

Source from the content-addressed store, hash-verified

664 * @return the number of tabs
665 */
666 public int getTabCount() {
667 return tabbedPane.getTabCount();
668 }
669
670 /**
671 * Returns a list of all open tabs.

Callers 15

loadDatasetURLMethod · 0.95
loadDatasetURIMethod · 0.95
getTabsMethod · 0.95
getUniqueTabNameMethod · 0.95
addTabMethod · 0.95
setFontLevelMethod · 0.95
refreshMenubarMethod · 0.95
cloneTabMethod · 0.95
pasteActionMethod · 0.95
acceptMethod · 0.95
refreshPanelsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected