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

Method DataTool

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

Constructs a blank DataTool.

()

Source from the content-addressed store, hash-verified

314 * Constructs a blank DataTool.
315 */
316 public DataTool() {
317 this(ToolsRes.getString("DataTool.Frame.Title"), "DataTool"); //$NON-NLS-1$ //$NON-NLS-2$
318 }
319
320 /**
321 * Constructs a DataTool and opens the specified xml file.

Callers

nothing calls this directly

Calls 9

getStringMethod · 0.95
openMethod · 0.95
addTabsMethod · 0.95
createTabsMethod · 0.95
addTabMethod · 0.95
createGUIMethod · 0.95
addToolMethod · 0.95
setNameMethod · 0.65

Tested by

no test coverage detected