Uses of Interface
org.eclipse.wst.jsdt.web.core.javascript.IJsTranslation

Packages that use IJsTranslation
org.eclipse.wst.jsdt.web.core.javascript   
org.eclipse.wst.jsdt.web.core.javascript.search   
org.eclipse.wst.jsdt.web.ui.views.contentoutline   
 

Uses of IJsTranslation in org.eclipse.wst.jsdt.web.core.javascript
 

Classes in org.eclipse.wst.jsdt.web.core.javascript that implement IJsTranslation
 class JsTranslation
          Provisional API: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Methods in org.eclipse.wst.jsdt.web.core.javascript that return IJsTranslation
 IJsTranslation JsTranslation.getInstance(IStructuredDocument htmlDocument, IJavaScriptProject javaProj, boolean listenForChanges)
           
 IJsTranslation IJsTranslation.getInstance(IStructuredDocument htmlDocument, IJavaScriptProject javaProj, boolean listenForChanges)
           
 IJsTranslation JsTranslationAdapter.getJSPTranslation(boolean listenForChanges)
          Returns the JSPTranslation for this adapter.
 

Uses of IJsTranslation in org.eclipse.wst.jsdt.web.core.javascript.search
 

Methods in org.eclipse.wst.jsdt.web.core.javascript.search that return IJsTranslation
 IJsTranslation JSDTSearchDocumentDelegate.getJspTranslation()
           
 IJsTranslation JsSearchDocument.getJSPTranslation()
          It's not recommended for clients to hold on to this JSPTranslation since it's kind of large.
 

Uses of IJsTranslation in org.eclipse.wst.jsdt.web.ui.views.contentoutline
 

Methods in org.eclipse.wst.jsdt.web.ui.views.contentoutline that return IJsTranslation
 IJsTranslation JsJfaceNode.getTranslation()