javascript component
JavaScript Component Overview
WTP LogoWTP Home
 

Last modified March 29, 2005

 

[This document is a work in progress. It is an attempt to capture the key concepts of the WTP javascript component. Note that the concepts presented here may differ from what is found in the currently released code. This document describes the architecture, or "end goal", of the component. Once this document is finalized, the intent is to bring the code and its specs into line with this document.]

javascript ui
 

The javascript ui component has the API needed to support javascript regions in editors.

 

JSSourceViewerConfiguration can be used by clients to access processors used to handle JavaScript regions. Processors include: content assist, text hover.

javascript core
 

The javascript core component has the API needed to support the javascript content type.

 

ContentTypeIdForJavaScript contains the content type id for JavaScript. For more information, see: org.eclipse.wst.javascript.core.contenttype