Uses of Class
com.vividsolutions.jump.workbench.plugin.PlugInClassLoader
-
Packages that use PlugInClassLoader Package Description com.vividsolutions.jump.workbench.plugin The API for "plug-ins", which are code modules that can be assigned to buttons and menu items. -
-
Uses of PlugInClassLoader in com.vividsolutions.jump.workbench.plugin
Methods in com.vividsolutions.jump.workbench.plugin that return PlugInClassLoader Modifier and Type Method Description PlugInClassLoader
PlugInManager. getPlugInClassLoader()
To access extension classes, use this ClassLoader rather than the default ClassLoader.
-