Changeset 8928 in josm for trunk/src/org/openstreetmap/josm/plugins
- Timestamp:
- 2015-10-22T14:35:57+02:00 (9 years ago)
- Location:
- trunk/src/org/openstreetmap/josm/plugins
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/plugins/Plugin.java
r8840 r8928 92 92 * Called in the preferences dialog to create a preferences page for the plugin, 93 93 * if any available. 94 * @return the preferences dialog, or {@code null} 94 95 */ 95 96 public PreferenceSetting getPreferenceSetting() { … … 141 142 * 142 143 * (Note the missing leading "/".) 144 * @return a class loader for loading resources from the plugin jar 143 145 */ 144 146 public ClassLoader getPluginResourceClassLoader() { -
trunk/src/org/openstreetmap/josm/plugins/PluginHandler.java
r8882 r8928 953 953 * @param monitor the progress monitor. Defaults to {@link NullProgressMonitor#INSTANCE} if null. 954 954 * @param displayErrMsg if {@code true}, a blocking error message is displayed in case of I/O exception. 955 * @return the list of plugins to load 955 956 * @throws IllegalArgumentException if plugins is null 956 957 */
Note:
See TracChangeset
for help on using the changeset viewer.