Package | Description |
---|---|
org.eclipse.wst.jsdt.core |
Modifier and Type | Method and Description |
---|---|
IProblemRequestor |
WorkingCopyOwner.getProblemRequestor(IJavaScriptUnit workingCopy)
Returns the problem requestor used by a working copy of this working copy owner.
|
Modifier and Type | Method and Description |
---|---|
void |
IJavaScriptUnit.becomeWorkingCopy(IProblemRequestor problemRequestor,
IProgressMonitor monitor)
Deprecated.
Use
IJavaScriptUnit.becomeWorkingCopy(IProgressMonitor) instead.
Note that if this deprecated method is used, problems will be reported to the given problem requestor
as well as the problem requestor returned by the working copy owner (if not null). While this may
be desired in some situations, by and large it is not. |
IJavaScriptUnit |
IJavaScriptUnit.getWorkingCopy(WorkingCopyOwner owner,
IProblemRequestor problemRequestor,
IProgressMonitor monitor)
Deprecated.
Use
ITypeRoot.getWorkingCopy(WorkingCopyOwner, IProgressMonitor) instead.
Note that if this deprecated method is used, problems will be reported on the passed problem requester
as well as on the problem requestor returned by the working copy owner (if not null). |
Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.