MCPcopy Create free account
hub / github.com/GateNLP/gate-core / getGuiRoots

Method getGuiRoots

src/main/java/gate/gui/MainFrame.java:2209–2211  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2207 }// processWindowEvent(WindowEvent e)
2208
2209 public static java.util.Collection<Component> getGuiRoots() {
2210 return guiRoots;
2211 }
2212
2213 /**
2214 * This method will lock all input to the gui by means of a modal

Callers 14

OptionsDialogMethod · 0.95
actionPerformedMethod · 0.95
DocumentExportDialogMethod · 0.95
AnnotationDiffGUIMethod · 0.95
actionPerformedMethod · 0.95
NewResourceDialogMethod · 0.95
lockGUIMethod · 0.95
runMethod · 0.95
initMethod · 0.95
disposeMethod · 0.95
disposeMethod · 0.95
setVisibleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected