MCPcopy Index your code
hub / github.com/OpenSourcePhysics/osp / setVisible

Method setVisible

src/swingjs/api/js/DOMNode.java:212–212  ·  view source on GitHub ↗
(DOMNode node, boolean visible)

Source from the content-addressed store, hash-verified

210 }
211
212 public static void setVisible(DOMNode node, boolean visible) {
213 setStyle(node, "display", visible ? "block" : "none");
214 }
215

Callers 15

IsingTempControlMethod · 0.65
IsingControlMethod · 0.65
mainMethod · 0.65
mainMethod · 0.65
SetXMLControlTestMethod · 0.65
AssetsTestMethod · 0.65
Test_EventMethod · 0.65
ReleaseZipFileTestMethod · 0.65
actionPerformedMethod · 0.65
LoaderTestMethod · 0.65
loadIntoEditorMethod · 0.65
doneAsyncMethod · 0.65

Calls

no outgoing calls

Tested by 15

SetXMLControlTestMethod · 0.52
AssetsTestMethod · 0.52
Test_EventMethod · 0.52
ReleaseZipFileTestMethod · 0.52
actionPerformedMethod · 0.52
LoaderTestMethod · 0.52
loadIntoEditorMethod · 0.52
doneAsyncMethod · 0.52
TextLayoutTestMethod · 0.52
FontResizeTestMethod · 0.52
Test_VideoMethod · 0.52
applyMethod · 0.52