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

Method dispose

src/swingjs/api/js/DOMNode.java:267–267  ·  view source on GitHub ↗

jQuery remove() Remove this node and return its parent. Automatically removing all events attached to it. @param node @return parent or null

(DOMNode node)

Source from the content-addressed store, hash-verified

265 * @return parent or null
266 */
267 public static void dispose(DOMNode node) {
268 if (node != null)
269 jQuery.$(node).remove();
270 }

Callers 15

disposeMethod · 0.95
createDialogMethod · 0.65
grabImageMethod · 0.65
mainMethod · 0.65
actionPerformedMethod · 0.65
actionPerformedMethod · 0.65
CCapture.jsFile · 0.65
clearComponentMethod · 0.65
QMWignerControlMethod · 0.65
runMethod · 0.65
runMethod · 0.65
runMethod · 0.65

Calls

no outgoing calls

Tested by 9

createDialogMethod · 0.52
grabImageMethod · 0.52
mainMethod · 0.52
actionPerformedMethod · 0.52
actionPerformedMethod · 0.52
actionPerformedMethod · 0.52
actionPerformedMethod · 0.52
actionPerformedMethod · 0.52
actionPerformedMethod · 0.52