|
JavaScript Development Tools Release 3.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IProblemRequestor | |
---|---|
org.eclipse.wst.jsdt.core |
Uses of IProblemRequestor in org.eclipse.wst.jsdt.core |
---|
Methods in org.eclipse.wst.jsdt.core that return IProblemRequestor | |
---|---|
IProblemRequestor |
WorkingCopyOwner.getProblemRequestor(IJavaScriptUnit workingCopy)
Returns the problem requestor used by a working copy of this working copy owner. |
Methods in org.eclipse.wst.jsdt.core with parameters of type IProblemRequestor | |
---|---|
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). |
|
JavaScript Development Tools Release 3.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |