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

Method getTool

src/org/opensourcephysics/tools/ExportTool.java:321–327  ·  view source on GitHub ↗

Gets the shared Tool. @return the shared ExportTool

()

Source from the content-addressed store, hash-verified

319 * @return the shared ExportTool
320 */
321 public static ExportTool getTool() {
322 if (TOOL == null) {
323 TOOL = new ExportTool();
324 Toolbox.addTool("ExportTool", TOOL); //$NON-NLS-1$
325 }
326 return TOOL;
327 }
328
329}
330

Callers 1

actionPerformedMethod · 0.95

Calls 1

addToolMethod · 0.95

Tested by

no test coverage detected