Methods from org.eclipse.ltk.core.refactoring used by org.eclipse.jdt.debug.ui

Click an entry in the table below to reveal the details of the references made to that element.

Reference Details

org.eclipse.ltk.core.refactoring.Change.Change()

SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.jdt.internal.debug.core.refactoring.BreakpointChange.BreakpointChange(IJavaBreakpoint)65
org.eclipse.jdt.internal.debug.core.refactoring.LaunchConfigurationProjectMainTypeChange.LaunchConfigurationProjectMainTypeChange(ILaunchConfiguration, String, String)52

org.eclipse.ltk.core.refactoring.Change.getModifiedElement()

OVERRIDE
Reference LocationLine Number
org.eclipse.jdt.internal.debug.core.refactoring.BreakpointChange.getModifiedElement()-1
org.eclipse.jdt.internal.debug.core.refactoring.LaunchConfigurationProjectMainTypeChange.getModifiedElement()-1

org.eclipse.ltk.core.refactoring.Change.getName()

OVERRIDE
Reference LocationLine Number
org.eclipse.jdt.internal.debug.core.refactoring.ClassPrepareBreakpointTypeChange.getName()-1
org.eclipse.jdt.internal.debug.core.refactoring.DeleteBreakpointChange.getName()-1
org.eclipse.jdt.internal.debug.core.refactoring.ExceptionBreakpointTypeChange.getName()-1
org.eclipse.jdt.internal.debug.core.refactoring.LaunchConfigurationProjectMainTypeChange.getName()-1
org.eclipse.jdt.internal.debug.core.refactoring.LineBreakpointTypeChange.getName()-1
org.eclipse.jdt.internal.debug.core.refactoring.MethodBreakpointMethodChange.getName()-1
org.eclipse.jdt.internal.debug.core.refactoring.MethodBreakpointTypeChange.getName()-1
org.eclipse.jdt.internal.debug.core.refactoring.WatchpointFieldChange.getName()-1
org.eclipse.jdt.internal.debug.core.refactoring.WatchpointTypeChange.getName()-1

org.eclipse.ltk.core.refactoring.Change.initializeValidationData(IProgressMonitor)

OVERRIDE
Reference LocationLine Number
org.eclipse.jdt.internal.debug.core.refactoring.BreakpointChange.initializeValidationData(IProgressMonitor)-1
org.eclipse.jdt.internal.debug.core.refactoring.LaunchConfigurationProjectMainTypeChange.initializeValidationData(IProgressMonitor)-1

org.eclipse.ltk.core.refactoring.Change.isValid(IProgressMonitor)

OVERRIDE
Reference LocationLine Number
org.eclipse.jdt.internal.debug.core.refactoring.BreakpointChange.isValid(IProgressMonitor)-1
org.eclipse.jdt.internal.debug.core.refactoring.LaunchConfigurationProjectMainTypeChange.isValid(IProgressMonitor)-1

org.eclipse.ltk.core.refactoring.Change.perform(IProgressMonitor)

OVERRIDE
Reference LocationLine Number
org.eclipse.jdt.internal.debug.core.refactoring.ClassPrepareBreakpointTypeChange.perform(IProgressMonitor)-1
org.eclipse.jdt.internal.debug.core.refactoring.DeleteBreakpointChange.perform(IProgressMonitor)-1
org.eclipse.jdt.internal.debug.core.refactoring.ExceptionBreakpointTypeChange.perform(IProgressMonitor)-1
org.eclipse.jdt.internal.debug.core.refactoring.LaunchConfigurationProjectMainTypeChange.perform(IProgressMonitor)-1
org.eclipse.jdt.internal.debug.core.refactoring.LineBreakpointTypeChange.perform(IProgressMonitor)-1
org.eclipse.jdt.internal.debug.core.refactoring.MethodBreakpointMethodChange.perform(IProgressMonitor)-1
org.eclipse.jdt.internal.debug.core.refactoring.MethodBreakpointTypeChange.perform(IProgressMonitor)-1
org.eclipse.jdt.internal.debug.core.refactoring.WatchpointFieldChange.perform(IProgressMonitor)-1
org.eclipse.jdt.internal.debug.core.refactoring.WatchpointTypeChange.perform(IProgressMonitor)-1

org.eclipse.ltk.core.refactoring.CompositeChange.CompositeChange(String, Change[])

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.jdt.internal.debug.core.refactoring.BreakpointMoveParticipant.createChange(IProgressMonitor)116
org.eclipse.jdt.internal.debug.core.refactoring.BreakpointRenameParticipant.createChange(IProgressMonitor)101
org.eclipse.jdt.internal.debug.core.refactoring.JDTDebugRefactoringUtil.createChangeFromList(List, String)48

org.eclipse.ltk.core.refactoring.NullChange.NullChange()

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.jdt.internal.debug.core.refactoring.DeleteBreakpointChange.perform(IProgressMonitor)49

org.eclipse.ltk.core.refactoring.participants.MoveArguments.getDestination()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.jdt.internal.debug.core.refactoring.BreakpointMovePackageParticipant.accepts(IJavaElement)38
org.eclipse.jdt.internal.debug.core.refactoring.BreakpointMoveParticipant.initialize(Object)60
org.eclipse.jdt.internal.debug.core.refactoring.BreakpointMoveTypeParticipant.accepts(IJavaElement)37
org.eclipse.jdt.internal.debug.core.refactoring.LaunchConfigurationIPackageFragmentMoveParticipant.initialize(Object)38
org.eclipse.jdt.internal.debug.core.refactoring.LaunchConfigurationITypeMoveParticipant.initialize(Object)50

org.eclipse.ltk.core.refactoring.participants.MoveParticipant.getArguments()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.jdt.internal.debug.core.refactoring.BreakpointMovePackageParticipant.accepts(IJavaElement)38
org.eclipse.jdt.internal.debug.core.refactoring.BreakpointMoveParticipant.initialize(Object)60
org.eclipse.jdt.internal.debug.core.refactoring.BreakpointMoveTypeParticipant.accepts(IJavaElement)37
org.eclipse.jdt.internal.debug.core.refactoring.LaunchConfigurationIPackageFragmentMoveParticipant.initialize(Object)38
org.eclipse.jdt.internal.debug.core.refactoring.LaunchConfigurationITypeMoveParticipant.initialize(Object)50

org.eclipse.ltk.core.refactoring.participants.MoveParticipant.MoveParticipant()

OVERRIDE
Reference LocationLine Number
org.eclipse.jdt.internal.debug.core.refactoring.BreakpointMoveParticipant.BreakpointMoveParticipant()-1
org.eclipse.jdt.internal.debug.core.refactoring.LaunchConfigurationIPackageFragmentMoveParticipant.LaunchConfigurationIPackageFragmentMoveParticipant()-1
org.eclipse.jdt.internal.debug.core.refactoring.LaunchConfigurationITypeMoveParticipant.LaunchConfigurationITypeMoveParticipant()-1
SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.jdt.internal.debug.core.refactoring.BreakpointMoveParticipant.BreakpointMoveParticipant()42
org.eclipse.jdt.internal.debug.core.refactoring.LaunchConfigurationIPackageFragmentMoveParticipant.LaunchConfigurationIPackageFragmentMoveParticipant()28
org.eclipse.jdt.internal.debug.core.refactoring.LaunchConfigurationITypeMoveParticipant.LaunchConfigurationITypeMoveParticipant()28

org.eclipse.ltk.core.refactoring.participants.RefactoringParticipant.checkConditions(IProgressMonitor, CheckConditionsContext)

OVERRIDE
Reference LocationLine Number
org.eclipse.jdt.internal.debug.core.refactoring.BreakpointMoveParticipant.checkConditions(IProgressMonitor, CheckConditionsContext)-1
org.eclipse.jdt.internal.debug.core.refactoring.BreakpointRenameParticipant.checkConditions(IProgressMonitor, CheckConditionsContext)-1
org.eclipse.jdt.internal.debug.core.refactoring.LaunchConfigurationIJavaProjectRenameParticipant.checkConditions(IProgressMonitor, CheckConditionsContext)-1
org.eclipse.jdt.internal.debug.core.refactoring.LaunchConfigurationIPackageFragmentMoveParticipant.checkConditions(IProgressMonitor, CheckConditionsContext)-1
org.eclipse.jdt.internal.debug.core.refactoring.LaunchConfigurationIPackageFragmentRenameParticipant.checkConditions(IProgressMonitor, CheckConditionsContext)-1
org.eclipse.jdt.internal.debug.core.refactoring.LaunchConfigurationITypeMoveParticipant.checkConditions(IProgressMonitor, CheckConditionsContext)-1
org.eclipse.jdt.internal.debug.core.refactoring.LaunchConfigurationITypeRenameParticipant.checkConditions(IProgressMonitor, CheckConditionsContext)-1

org.eclipse.ltk.core.refactoring.participants.RefactoringParticipant.createChange(IProgressMonitor)

OVERRIDE
Reference LocationLine Number
org.eclipse.jdt.internal.debug.core.refactoring.BreakpointMoveParticipant.createChange(IProgressMonitor)-1
org.eclipse.jdt.internal.debug.core.refactoring.BreakpointRenameParticipant.createChange(IProgressMonitor)-1
org.eclipse.jdt.internal.debug.core.refactoring.LaunchConfigurationIJavaProjectRenameParticipant.createChange(IProgressMonitor)-1
org.eclipse.jdt.internal.debug.core.refactoring.LaunchConfigurationIPackageFragmentMoveParticipant.createChange(IProgressMonitor)-1
org.eclipse.jdt.internal.debug.core.refactoring.LaunchConfigurationIPackageFragmentRenameParticipant.createChange(IProgressMonitor)-1
org.eclipse.jdt.internal.debug.core.refactoring.LaunchConfigurationITypeMoveParticipant.createChange(IProgressMonitor)-1
org.eclipse.jdt.internal.debug.core.refactoring.LaunchConfigurationITypeRenameParticipant.createChange(IProgressMonitor)-1

org.eclipse.ltk.core.refactoring.participants.RefactoringParticipant.getName()

OVERRIDE
Reference LocationLine Number
org.eclipse.jdt.internal.debug.core.refactoring.BreakpointMoveParticipant.getName()-1
org.eclipse.jdt.internal.debug.core.refactoring.BreakpointRenameParticipant.getName()-1
org.eclipse.jdt.internal.debug.core.refactoring.LaunchConfigurationIJavaProjectRenameParticipant.getName()-1
org.eclipse.jdt.internal.debug.core.refactoring.LaunchConfigurationIPackageFragmentMoveParticipant.getName()-1
org.eclipse.jdt.internal.debug.core.refactoring.LaunchConfigurationIPackageFragmentRenameParticipant.getName()-1
org.eclipse.jdt.internal.debug.core.refactoring.LaunchConfigurationITypeMoveParticipant.getName()-1
org.eclipse.jdt.internal.debug.core.refactoring.LaunchConfigurationITypeRenameParticipant.getName()-1

org.eclipse.ltk.core.refactoring.participants.RefactoringParticipant.getProcessor()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.jdt.internal.debug.core.refactoring.BreakpointRenameTypeParticipant.createTypeChange(IJavaBreakpoint, IType, IType)47

org.eclipse.ltk.core.refactoring.participants.RefactoringParticipant.initialize(Object)

OVERRIDE
Reference LocationLine Number
org.eclipse.jdt.internal.debug.core.refactoring.BreakpointMoveParticipant.initialize(Object)-1
org.eclipse.jdt.internal.debug.core.refactoring.BreakpointRenameParticipant.initialize(Object)-1
org.eclipse.jdt.internal.debug.core.refactoring.LaunchConfigurationIJavaProjectRenameParticipant.initialize(Object)-1
org.eclipse.jdt.internal.debug.core.refactoring.LaunchConfigurationIPackageFragmentMoveParticipant.initialize(Object)-1
org.eclipse.jdt.internal.debug.core.refactoring.LaunchConfigurationIPackageFragmentRenameParticipant.initialize(Object)-1
org.eclipse.jdt.internal.debug.core.refactoring.LaunchConfigurationITypeMoveParticipant.initialize(Object)-1
org.eclipse.jdt.internal.debug.core.refactoring.LaunchConfigurationITypeRenameParticipant.initialize(Object)-1

org.eclipse.ltk.core.refactoring.participants.RenameArguments.getNewName()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.jdt.internal.debug.core.refactoring.BreakpointRenameParticipant.createChange(IProgressMonitor)99
org.eclipse.jdt.internal.debug.core.refactoring.LaunchConfigurationIJavaProjectRenameParticipant.createChange(IProgressMonitor)60
org.eclipse.jdt.internal.debug.core.refactoring.LaunchConfigurationIPackageFragmentRenameParticipant.createChange(IProgressMonitor)54
org.eclipse.jdt.internal.debug.core.refactoring.LaunchConfigurationITypeRenameParticipant.createChange(IProgressMonitor)54

org.eclipse.ltk.core.refactoring.participants.RenameParticipant.getArguments()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.jdt.internal.debug.core.refactoring.BreakpointRenameParticipant.createChange(IProgressMonitor)99
org.eclipse.jdt.internal.debug.core.refactoring.BreakpointRenameTypeParticipant.createTypeChange(IJavaBreakpoint, IType, IType)47
org.eclipse.jdt.internal.debug.core.refactoring.LaunchConfigurationIJavaProjectRenameParticipant.createChange(IProgressMonitor)60
org.eclipse.jdt.internal.debug.core.refactoring.LaunchConfigurationIPackageFragmentRenameParticipant.createChange(IProgressMonitor)54
org.eclipse.jdt.internal.debug.core.refactoring.LaunchConfigurationITypeRenameParticipant.createChange(IProgressMonitor)54

org.eclipse.ltk.core.refactoring.participants.RenameParticipant.RenameParticipant()

OVERRIDE
Reference LocationLine Number
org.eclipse.jdt.internal.debug.core.refactoring.BreakpointRenameParticipant.BreakpointRenameParticipant()-1
org.eclipse.jdt.internal.debug.core.refactoring.LaunchConfigurationIJavaProjectRenameParticipant.LaunchConfigurationIJavaProjectRenameParticipant()-1
org.eclipse.jdt.internal.debug.core.refactoring.LaunchConfigurationIPackageFragmentRenameParticipant.LaunchConfigurationIPackageFragmentRenameParticipant()-1
org.eclipse.jdt.internal.debug.core.refactoring.LaunchConfigurationITypeRenameParticipant.LaunchConfigurationITypeRenameParticipant()-1
SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.jdt.internal.debug.core.refactoring.BreakpointRenameParticipant.BreakpointRenameParticipant()42
org.eclipse.jdt.internal.debug.core.refactoring.LaunchConfigurationIJavaProjectRenameParticipant.LaunchConfigurationIJavaProjectRenameParticipant()27
org.eclipse.jdt.internal.debug.core.refactoring.LaunchConfigurationIPackageFragmentRenameParticipant.LaunchConfigurationIPackageFragmentRenameParticipant()24
org.eclipse.jdt.internal.debug.core.refactoring.LaunchConfigurationITypeRenameParticipant.LaunchConfigurationITypeRenameParticipant()24

org.eclipse.ltk.core.refactoring.RefactoringStatus.createFatalErrorStatus(String)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.jdt.internal.debug.core.refactoring.LaunchConfigurationProjectMainTypeChange.isValid(IProgressMonitor)122

org.eclipse.ltk.core.refactoring.RefactoringStatus.createWarningStatus(String)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.jdt.internal.debug.core.refactoring.LaunchConfigurationProjectMainTypeChange.isValid(IProgressMonitor)119
org.eclipse.jdt.internal.debug.core.refactoring.LaunchConfigurationProjectMainTypeChange.isValid(IProgressMonitor)110
org.eclipse.jdt.internal.debug.core.refactoring.LaunchConfigurationProjectMainTypeChange.isValid(IProgressMonitor)112

org.eclipse.ltk.core.refactoring.RefactoringStatus.RefactoringStatus()

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.jdt.internal.debug.core.refactoring.BreakpointChange.isValid(IProgressMonitor)122
org.eclipse.jdt.internal.debug.core.refactoring.BreakpointMoveParticipant.checkConditions(IProgressMonitor, CheckConditionsContext)104
org.eclipse.jdt.internal.debug.core.refactoring.BreakpointRenameParticipant.checkConditions(IProgressMonitor, CheckConditionsContext)89
org.eclipse.jdt.internal.debug.core.refactoring.LaunchConfigurationIJavaProjectRenameParticipant.checkConditions(IProgressMonitor, CheckConditionsContext)53
org.eclipse.jdt.internal.debug.core.refactoring.LaunchConfigurationIPackageFragmentMoveParticipant.checkConditions(IProgressMonitor, CheckConditionsContext)61
org.eclipse.jdt.internal.debug.core.refactoring.LaunchConfigurationIPackageFragmentRenameParticipant.checkConditions(IProgressMonitor, CheckConditionsContext)47
org.eclipse.jdt.internal.debug.core.refactoring.LaunchConfigurationITypeMoveParticipant.checkConditions(IProgressMonitor, CheckConditionsContext)69
org.eclipse.jdt.internal.debug.core.refactoring.LaunchConfigurationITypeRenameParticipant.checkConditions(IProgressMonitor, CheckConditionsContext)47
org.eclipse.jdt.internal.debug.core.refactoring.LaunchConfigurationProjectMainTypeChange.isValid(IProgressMonitor)108
org.eclipse.jdt.internal.debug.core.refactoring.LaunchConfigurationProjectMainTypeChange.isValid(IProgressMonitor)117

Back to reference summary for org.eclipse.jdt.debug.ui

Valid HTML 4.01 TransitionalValid XHTML 1.0 Strict