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

Method getTabCount

src/org/opensourcephysics/tools/Launcher.java:703–705  ·  view source on GitHub ↗

Gets the current number of tabs (LaunchPanels) @return the tab count

()

Source from the content-addressed store, hash-verified

701 * @return the tab count
702 */
703 public int getTabCount() {
704 return tabbedPane.getTabCount();
705 }
706
707 /**
708 * Gets the launch panel at the specified tab index. May return null.

Callers 12

setHyperlinksEnabledMethod · 0.95
setSelectedNodeByKeyMethod · 0.95
setFontLevelMethod · 0.95
getNodeAndPageMethod · 0.95
setSelectedTabMethod · 0.45
getTabMethod · 0.45
removeSelectedTabMethod · 0.45
removeAllTabsMethod · 0.45
refreshGUIMethod · 0.45
getOpenPathsMethod · 0.45
saveObjectMethod · 0.45
loadObjectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected