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

Method boot

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

Source from the content-addressed store, hash-verified

287 public void show() {
288// System.out.println(" showing because show() called ");
289
290 Optional<PresentationMode> o = find(PresentationMode._presentationMode, both()).findFirst();
291 if (o.isPresent() && o.get().isPresent()) return;
292
293 browser_.properties.put(Box.hidden, false);
294 browser_.setFocus(true);
295 Drawing.dirty(browser_);
296 }
297
298 @HiddenInAutocomplete
299 public void hide() {

Callers 1

loadedMethod · 0.95

Calls 3

dirtyMethod · 0.95
finishBootingMethod · 0.80
putMethod · 0.45

Tested by

no test coverage detected