MCPcopy Create free account
hub / github.com/BaseXdb/basex / execute

Method execute

basex-core/src/main/java/org/basex/gui/view/ViewMover.java:36–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34
35 new BaseXPopup(this, new GUIPopupCmd(Text.CLOSE) {
36 @Override
37 public void execute() { ((ViewPanel) getParent()).delete(); }
38 });
39 }
40

Callers

nothing calls this directly

Calls 1

deleteMethod · 0.45

Tested by

no test coverage detected