MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / trigger

Method trigger

src/main/java/fieldcef/plugins/TextEditor.java:279–287  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

277 @HiddenInAutocomplete
278 public void boot() {
279 browser_.properties.put(browser_.url, initialURL);
280 Drawing.dirty(this);
281 browser_.finishBooting();
282
283
284 }
285
286 @HiddenInAutocomplete
287 public void show() {
288// System.out.println(" showing because show() called ");
289
290 Optional<PresentationMode> o = find(PresentationMode._presentationMode, both()).findFirst();

Callers 4

loadedMethod · 0.95
jshint.jsFile · 0.45
xFunction · 0.45

Calls 2

getFocusMethod · 0.80

Tested by

no test coverage detected