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

Method getRootNode

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

Gets the root node of the selected launch tree. May return null. @return the root node

()

Source from the content-addressed store, hash-verified

689 * @return the root node
690 */
691 public LaunchNode getRootNode() {
692 if (getSelectedTab() == null) {
693 return null;
694 }
695 return getSelectedTab().getRootNode();
696 }
697
698 /**
699 * Gets the current number of tabs (LaunchPanels)

Callers 15

openMethod · 0.95
refreshGUIMethod · 0.95
actionPerformedMethod · 0.95
loadObjectMethod · 0.95
refreshSelectedTabMethod · 0.95
saveChangesMethod · 0.45
refreshGUIMethod · 0.45
actionPerformedMethod · 0.45
removeSelectedNodesMethod · 0.45
isTabSetWritableMethod · 0.45
saveObjectMethod · 0.45
getLauncherStateMethod · 0.45

Calls 1

getSelectedTabMethod · 0.95

Tested by

no test coverage detected