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

Method delete

basex-core/src/main/java/org/basex/gui/view/ViewPanel.java:43–47  ·  view source on GitHub ↗

Makes the view invisible.

()

Source from the content-addressed store, hash-verified

41 * Makes the view invisible.
42 */
43 public void delete() {
44 final String name = "SHOW" + view.getName().toUpperCase(Locale.ENGLISH);
45 view.gui.gopts.set((BooleanOption) view.gui.gopts.option(name), false);
46 view.gui.layoutViews();
47 }
48
49 @Override
50 public String layoutString(final boolean all) {

Callers 2

dropPanelMethod · 0.45
executeMethod · 0.45

Calls 4

layoutViewsMethod · 0.80
setMethod · 0.65
getNameMethod · 0.45
optionMethod · 0.45

Tested by

no test coverage detected