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

Method getInstance

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

Source from the content-addressed store, hash-verified

380 }
381
382 static public MainFrame getInstance() {
383 return getInstance(null);
384 }
385
386 static synchronized public MainFrame getInstance(GraphicsConfiguration gc) {
387 if(instance == null) instance = new MainFrame(gc);

Callers 15

runMethod · 0.95
showDialogMethod · 0.95
actionPerformedMethod · 0.95
getSelectedFileMethod · 0.95
runMethod · 0.95
DocumentExportDialogMethod · 0.95
ListEditorDialogMethod · 0.95
runMethod · 0.95
actionPerformedMethod · 0.95
actionPerformedMethod · 0.95
linkClickedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected