|
JPF 0.10 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PluginManager.PluginLocation | |
org.java.plugin | This package contains framework runtime API. |
org.java.plugin.standard | This package contains standard implementation of main framework runtime API. |
Uses of PluginManager.PluginLocation in org.java.plugin |
Methods in org.java.plugin with parameters of type PluginManager.PluginLocation | |
abstract java.util.Map |
PluginManager.publishPlugins(PluginManager.PluginLocation[] locations)
Registers plug-ins and their locations with this plug-in manager. |
Uses of PluginManager.PluginLocation in org.java.plugin.standard |
Classes in org.java.plugin.standard that implement PluginManager.PluginLocation | |
class |
StandardPluginLocation
A standard implementation of plug-in location interface. |
Methods in org.java.plugin.standard that return PluginManager.PluginLocation | |
static PluginManager.PluginLocation |
StandardPluginLocation.create(java.io.File file)
Creates plug-in location from a given file and checks that all required resources are available. |
Methods in org.java.plugin.standard with parameters of type PluginManager.PluginLocation | |
java.util.Map |
StandardPluginManager.publishPlugins(PluginManager.PluginLocation[] locations)
Registers plug-ins and their locations with this plug-in manager. |
|
JPF 0.10 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |