Uses of Interface
org.eclipse.cdt.refactoring.IPositionConsumer

Packages that use IPositionConsumer
org.eclipse.cdt.refactoring   
org.eclipse.cdt.refactoring.actions   
 

Uses of IPositionConsumer in org.eclipse.cdt.refactoring
 

Methods in org.eclipse.cdt.refactoring with parameters of type IPositionConsumer
 boolean CRefactory.providePosition(java.lang.Object o, IPositionConsumer consumer)
           
 boolean IPositionProvider.providePosition(java.lang.Object o, IPositionConsumer consumer)
           
 

Uses of IPositionConsumer in org.eclipse.cdt.refactoring.actions
 

Classes in org.eclipse.cdt.refactoring.actions that implement IPositionConsumer
 class CRefactoringActionGroup
          Action group that adds refactor actions (for example Rename..., Move..., etc) to a context menu and the global menu bar.
 class CRenameAction
          Launches a rename refactoring.
 

Methods in org.eclipse.cdt.refactoring.actions with parameters of type IPositionConsumer
 boolean CElementPositionAdapter.providePosition(java.lang.Object o, IPositionConsumer consumer)