Uses of Class
org.eclipse.jdt.internal.core.ClasspathChange

Packages that use ClasspathChange
org.eclipse.jdt.internal.core   
 

Uses of ClasspathChange in org.eclipse.jdt.internal.core
 

Methods in org.eclipse.jdt.internal.core that return ClasspathChange
protected  ClasspathChange JavaModelManager.PerProjectInfo.addClasspathChange()
           
 ClasspathChange DeltaProcessingState.addClasspathChange(IProject project, IClasspathEntry[] oldRawClasspath, IPath oldOutputLocation, IClasspathEntry[] oldResolvedClasspath)
           
 ClasspathChange DeltaProcessingState.getClasspathChange(IProject project)
           
 ClasspathChange JavaModelManager.PerProjectInfo.resetResolvedClasspath()
           
 ClasspathChange JavaProject.resetResolvedClasspath()
           
 ClasspathChange JavaModelManager.PerProjectInfo.setRawClasspath(IClasspathEntry[] newRawClasspath, IClasspathEntry[] referencedEntries, IPath newOutputLocation, IJavaModelStatus newRawClasspathStatus)
           
 ClasspathChange JavaModelManager.PerProjectInfo.setRawClasspath(IClasspathEntry[] newRawClasspath, IPath newOutputLocation, IJavaModelStatus newRawClasspathStatus)
           
 ClasspathChange JavaModelManager.PerProjectInfo.setResolvedClasspath(IClasspathEntry[] newResolvedClasspath, IClasspathEntry[] referencedEntries, java.util.Map newRootPathToRawEntries, java.util.Map newRootPathToResolvedEntries, IJavaModelStatus newUnresolvedEntryStatus, int timeStamp, boolean addClasspathChange)
           
 ClasspathChange JavaModelManager.PerProjectInfo.setResolvedClasspath(IClasspathEntry[] newResolvedClasspath, java.util.Map newRootPathToRawEntries, java.util.Map newRootPathToResolvedEntries, IJavaModelStatus newUnresolvedEntryStatus, int timeStamp, boolean addClasspathChange)
           
 

Methods in org.eclipse.jdt.internal.core with parameters of type ClasspathChange
protected  void ChangeClasspathOperation.classpathChanged(ClasspathChange change, boolean refreshExternalFolder)