Eclipse JDT
Release 3.0

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 with parameters of type IValidationCheckResultQuery
 void IUndoManager.performUndo(IValidationCheckResultQuery query, org.eclipse.core.runtime.IProgressMonitor pm)
          Undo the top most undo change.
 void IUndoManager.performRedo(IValidationCheckResultQuery query, org.eclipse.core.runtime.IProgressMonitor pm)
          Redo the top most redo change.
 


Eclipse JDT
Release 3.0

Copyright (c) IBM Corp. and others 2000, 2004. All Rights Reserved.