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

Method setURL

src/org/opensourcephysics/tools/LaunchNode.java:111–114  ·  view source on GitHub ↗
(URL url)

Source from the content-addressed store, hash-verified

109 boolean isDisplayable;
110
111 public void setURL(URL url) {
112 htmlURL = url;
113 isDisplayable = (url != null && Launcher.isDisplayable(url.toString()));
114 }
115
116 public URL getURL() {
117 return htmlURL;

Callers 4

stateChangedMethod · 0.95
valueChangedMethod · 0.95
setSelectedNodeMethod · 0.45
stateChangedMethod · 0.45

Calls 2

isDisplayableMethod · 0.95
toStringMethod · 0.45

Tested by

no test coverage detected