Uses of Interface
org.eclipse.ltk.core.refactoring.IValidationCheckResultQuery
-
Packages that use IValidationCheckResultQuery Package Description org.eclipse.ltk.core.refactoring 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 IValidationCheckResultQuery Modifier and Type Method Description IValidationCheckResultQuery
IValidationCheckResultQueryFactory. create(IAdaptable context)
Creates a new query.Methods in org.eclipse.ltk.core.refactoring with parameters of type IValidationCheckResultQuery Modifier and Type Method Description void
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.
-