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

Method show

basex-core/src/main/java/org/basex/gui/dialog/DialogMem.java:54–57  ·  view source on GitHub ↗

Activates the dialog window. @param gui reference to the main window

(final GUI gui)

Source from the content-addressed store, hash-verified

52 * @param gui reference to the main window
53 */
54 public static void show(final GUI gui) {
55 if(dialog == null) dialog = new DialogMem(gui);
56 dialog.setVisible(true);
57 }
58
59 @Override
60 public void setVisible(final boolean v) {

Callers 9

executeMethod · 0.95
mouseClickedMethod · 0.95
mainFunction · 0.45
createComboMethod · 0.45
chooseRootMethod · 0.45
chooseColsMethod · 0.45
EditorViewMethod · 0.45
historyPopupMethod · 0.45
completeMethod · 0.45

Calls 1

setVisibleMethod · 0.80

Tested by

no test coverage detected