Package | Description |
---|---|
org.eclipse.wst.jsdt.core | |
org.eclipse.wst.jsdt.core.compiler.libraries | |
org.eclipse.wst.jsdt.launching | |
org.eclipse.wst.jsdt.libraries |
Modifier and Type | Class and Description |
---|---|
class |
JsGlobalScopeContainerInitializer
Abstract base implementation of all includepath container initializer.
|
Modifier and Type | Method and Description |
---|---|
protected IJsGlobalScopeContainer |
JsGlobalScopeContainerInitializer.getContainer(IPath containerPath,
IJavaScriptProject project) |
IJsGlobalScopeContainer |
IJsGlobalScopeContainerInitializer.getFailureContainer(IPath containerPath,
IJavaScriptProject project)
Returns a includepath container that is used after this initializer failed to bind a includepath container
to a
IJsGlobalScopeContainer for the given project. |
IJsGlobalScopeContainer |
JsGlobalScopeContainerInitializer.getFailureContainer(IPath containerPath,
IJavaScriptProject project) |
static IJsGlobalScopeContainer |
JavaScriptCore.getJsGlobalScopeContainer(IPath containerPath,
IJavaScriptProject project)
Answers the project specific value for a given includepath container.
|
IJsGlobalScopeContainer |
JSDScopeUtil.getLibraryContainer(IPath cpEntry,
IJavaScriptProject javaProject) |
Modifier and Type | Method and Description |
---|---|
IIncludePathEntry[] |
JSDScopeUtil.getIncludepathEntries(IJsGlobalScopeContainer container) |
void |
IJsGlobalScopeContainerInitializer.requestJsGlobalScopeContainerUpdate(IPath containerPath,
IJavaScriptProject project,
IJsGlobalScopeContainer containerSuggestion)
Request a registered container definition to be updated according to a container suggestion.
|
void |
JsGlobalScopeContainerInitializer.requestJsGlobalScopeContainerUpdate(IPath containerPath,
IJavaScriptProject project,
IJsGlobalScopeContainer containerSuggestion) |
static void |
JavaScriptCore.setJsGlobalScopeContainer(IPath containerPath,
IJavaScriptProject[] affectedProjects,
IJsGlobalScopeContainer[] respectiveContainers,
IProgressMonitor monitor)
Bind a container reference path to some actual containers (
IJsGlobalScopeContainer ). |
Modifier and Type | Class and Description |
---|---|
class |
FireFoxLibInitializer |
class |
InternetExplorerLibInitializer |
Modifier and Type | Class and Description |
---|---|
class |
JREContainer
JRE Container - resolves a includepath container variable to a JRE
Provisional API: This class/interface is part of an interim API that is still under development and expected to
change significantly before reaching stability.
|
class |
JREContainerInitializer
Resolves a container for a JRE includepath container entry.
|
Modifier and Type | Method and Description |
---|---|
void |
JREContainerInitializer.requestJsGlobalScopeContainerUpdate(IPath containerPath,
IJavaScriptProject project,
IJsGlobalScopeContainer containerSuggestion) |
Modifier and Type | Class and Description |
---|---|
class |
BasicBrowserLibraryContainer
Container for generic client-side scripting libraries.
|
class |
BasicBrowserLibraryJsGlobalScopeContainerInitializer
Provisional API: This class/interface is part of an interim API that is still under development and expected to
change significantly before reaching stability.
|
Modifier and Type | Method and Description |
---|---|
protected IJsGlobalScopeContainer |
BasicBrowserLibraryJsGlobalScopeContainerInitializer.getContainer(IPath containerPath,
IJavaScriptProject project) |
protected IJsGlobalScopeContainer |
BasicBrowserLibraryJsGlobalScopeContainerInitializer.getContainer(IPath containerPath,
IJavaScriptProject project) |
Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.