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

Method getFileChooser

src/main/java/gate/gui/MainFrame.java:395–397  ·  view source on GitHub ↗

Get the file chooser. @return the current file chooser

()

Source from the content-addressed store, hash-verified

393 * @return the current file chooser
394 */
395 static public XJFileChooser getFileChooser() {
396 return fileChooser;
397 }
398
399 /**
400 * Get the {@link ResourceReference} chooser.

Callers 15

showDialogMethod · 0.95
actionPerformedMethod · 0.95
actionPerformedMethod · 0.95
actionPerformedMethod · 0.95
actionPerformedMethod · 0.95
actionPerformedMethod · 0.95
actionPerformedMethod · 0.95
actionPerformedMethod · 0.95
actionPerformedMethod · 0.95
actionPerformedMethod · 0.95
actionPerformedMethod · 0.95
actionPerformedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected