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

Method hide

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

Source from the content-addressed store, hash-verified

308 return tick != 5;
309 });
310 browser_.setFocus(false);
311 Drawing.dirty(browser_);
312 }
313
314 @HiddenInAutocomplete
315 public void runCommands() {
316 browser_.executeJavaScript("goCommands()");
317 show();
318 }
319
320 @HiddenInAutocomplete
321 public void center() {
322 FieldBoxWindow window = this.find(Boxes.window, both())
323 .findFirst()
324 .get();
325 Rect f = browser_.properties.get(Box.frame);
326 f.x = (int) ((window.getWidth() - f.w) / 2);
327 f.y = (int) ((window.getHeight() - f.h) / 2);

Callers 5

loadedMethod · 0.95
changehooks.jsFile · 0.45
VbFunction · 0.45
raphael-min.jsFile · 0.45

Calls 4

dirtyMethod · 0.95
getLoopMethod · 0.80
attachMethod · 0.45
putMethod · 0.45

Tested by

no test coverage detected