Class Index | File Index

Classes


Class eclipse.PluginRegistry

The registry manages the set of available plugins.
Defined in: </shared/eclipse/e4/orion/I201102080200/plugins/org.eclipse.orion.client.core/static/js/pluginregistry.js>.

Class Summary
Constructor Attributes Constructor Name and Description
 
eclipse.PluginRegistry(serviceRegistry)
The registry manages the set of available plugins.
Method Summary
Method Attributes Method Name and Description
 
addEventListener(eventType, eventListener)
 
callService(serviceType, methodName, callback, params)
 
callService2(serviceType, methodName, callback, params)
 
 
getPlugin(pluginURL)
 
 
getService(serviceReference, loadedCallback)
 
getServiceReference(serviceTypeId)
 
installPlugin(pluginURL, pluginData)
 
loadPlugin(pluginURL, callback)
 
 
stop()
 
ungetService(serviceReference)
 
uninstallPlugin(pluginURL)
Class Detail
eclipse.PluginRegistry(serviceRegistry)
The registry manages the set of available plugins.
Parameters:
serviceRegistry
Method Detail
addEventListener(eventType, eventListener)
Parameters:
eventType
eventListener

callService(serviceType, methodName, callback, params)
Parameters:
serviceType
methodName
callback
params

callService2(serviceType, methodName, callback, params)
Parameters:
serviceType
methodName
callback
params

clear()

getPlugin(pluginURL)
Parameters:
pluginURL

getPlugins()

getService(serviceReference, loadedCallback)
Parameters:
serviceReference
loadedCallback

getServiceReference(serviceTypeId)
Parameters:
serviceTypeId

installPlugin(pluginURL, pluginData)
Parameters:
pluginURL
pluginData

loadPlugin(pluginURL, callback)
Parameters:
pluginURL
callback

start()

stop()

ungetService(serviceReference)
Parameters:
serviceReference

uninstallPlugin(pluginURL)
Parameters:
pluginURL

Documentation generated by JsDoc Toolkit 2.4.0 on Tue Feb 08 2011 02:01:11 GMT-0500 (EST)