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

Method getTab

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

Gets the launch panel at the specified tab index. May return null. @param i the tab index @return the launch panel

(int i)

Source from the content-addressed store, hash-verified

711 * @return the launch panel
712 */
713 public LaunchPanel getTab(int i) {
714 if (i >= tabbedPane.getTabCount()) {
715 return null;
716 }
717 return (LaunchPanel) tabbedPane.getComponentAt(i);
718 }
719
720 /**
721 * Gets the html tab at the specified index.

Callers 9

setHyperlinksEnabledMethod · 0.95
setSelectedTabMethod · 0.95
setSelectedNodeByKeyMethod · 0.95
removeSelectedTabMethod · 0.95
actionPerformedMethod · 0.95
setFontLevelMethod · 0.95
getNodeAndPageMethod · 0.95
saveObjectMethod · 0.95
loadObjectMethod · 0.95

Calls 1

getTabCountMethod · 0.45

Tested by

no test coverage detected