Uses of Interface
org.eclipse.ltk.core.refactoring.IValidationCheckResultQuery
Packages that use IValidationCheckResultQuery
Package
Description
Application programmer interface to implement semantic preserving workspace transformations.
-
Uses of IValidationCheckResultQuery in org.eclipse.ltk.core.refactoring
Methods in org.eclipse.ltk.core.refactoring that return IValidationCheckResultQueryModifier and TypeMethodDescriptionIValidationCheckResultQueryFactory.create
(IAdaptable context) Creates a new query.Methods in org.eclipse.ltk.core.refactoring with parameters of type IValidationCheckResultQueryModifier and TypeMethodDescriptionvoid
IUndoManager.performRedo
(IValidationCheckResultQuery query, IProgressMonitor pm) Redo the top most redo change.void
IUndoManager.performUndo
(IValidationCheckResultQuery query, IProgressMonitor pm) Undo the top most undo change.