Useful to modify the locations used by this file chooser. @return a map of resource (name file location) @see #setLocations(java.util.Map)
()
| 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. |
no test coverage detected