Eclipse Platform
Release 3.1

Uses of Interface
org.eclipse.ltk.core.refactoring.IValidationCheckResultQuery

Packages that use IValidationCheckResultQuery
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
 IValidationCheckResultQuery IValidationCheckResultQueryFactory.create(IAdaptable context)
          Creates a new query.
 

Methods in org.eclipse.ltk.core.refactoring with parameters of type IValidationCheckResultQuery
 void IUndoManager.performUndo(IValidationCheckResultQuery query, IProgressMonitor pm)
          Undo the top most undo change.
 void IUndoManager.performRedo(IValidationCheckResultQuery query, IProgressMonitor pm)
          Redo the top most redo change.
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.