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

Method getLocations

src/main/java/gate/swing/XJFileChooser.java:137–139  ·  view source on GitHub ↗

Useful to modify the locations used by this file chooser. @return a map of resource (name file location) @see #setLocations(java.util.Map)

()

Source from the content-addressed store, hash-verified

135 * @see #setLocations(java.util.Map)
136 */
137 public Map<String, String> getLocations() {
138 return Gate.getUserConfig().getMap(XJFileChooser.class.getName());
139 }
140
141 /**
142 * Useful to modify the locations used by this file chooser.

Callers 5

XJFileChooserMethod · 0.95
runMethod · 0.80
runMethod · 0.80
addMenuItemsMethod · 0.80

Calls 3

getUserConfigMethod · 0.95
getMapMethod · 0.80
getNameMethod · 0.65

Tested by

no test coverage detected