Class Index | File Index

Classes


Class eclipse.Plugin

A plugin is an object that is isolated in its own frame, and obtains and provides services via the asynchronous postMessage mechanism.
Defined in: </shared/eclipse/e4/orion/I201101311515/plugins/org.eclipse.orion.client.core/static/js/plugin.js>.

Class Summary
Constructor Attributes Constructor Name and Description
 
eclipse.Plugin(pluginData, service)
A plugin is an object that is isolated in its own frame, and obtains and provides services via the asynchronous postMessage mechanism.
Method Summary
Method Attributes Method Name and Description
 
dispatchEvent(eventType, eventData, serviceType, serviceId)
 
 
stop()
Class Detail
eclipse.Plugin(pluginData, service)
A plugin is an object that is isolated in its own frame, and obtains and provides services via the asynchronous postMessage mechanism.
Parameters:
pluginData
service
Method Detail
dispatchEvent(eventType, eventData, serviceType, serviceId)
Parameters:
eventType
eventData
serviceType
serviceId

start()

stop()

Documentation generated by JsDoc Toolkit 2.4.0 on Mon Jan 31 2011 15:18:44 GMT-0500 (EST)