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

Method loaded

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

Source from the content-addressed store, hash-verified

83 public void loaded() {
84 loaded("http://localhost:" + find(ServerSupport.server, both()).findFirst().get().port + "/init");
85 }
86
87 @HiddenInAutocomplete
88 public void loaded(String initialURL) {
89
90 this.initialURL = initialURL;
91 Log.log("texteditor.debug", () -> "initializing browser");

Callers 1

makeNewTextEditorMethod · 0.95

Calls 15

logMethod · 0.95
executeJavaScriptMethod · 0.95
hideMethod · 0.95
findAndLoadMethod · 0.95
bootMethod · 0.95
frameChangeMethod · 0.95
selectionMethod · 0.95
dirtyMethod · 0.95
triggerMethod · 0.95
duplicateMethod · 0.95

Tested by

no test coverage detected