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

Method apply

src/test/Test_Video.java:182–186  ·  view source on GitHub ↗
(HTML5Video video)

Source from the content-addressed store, hash-verified

180 dialog = HTML5Video.createDialog(null, label, 500, new Function<HTML5Video, Void>() {
181
182 @Override
183 public Void apply(HTML5Video video) {
184 dialog.setVisible(true);
185 return null;
186 }
187
188 });
189 }

Callers 8

leFunction · 0.45
AeFunction · 0.45
mediainfo.jsFile · 0.45
CCFrameEncoderFunction · 0.45
_emitFunction · 0.45
gif.jsFile · 0.45
runMethod · 0.45
stateLoopMethod · 0.45

Calls 1

setVisibleMethod · 0.65

Tested by

no test coverage detected