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

Packages that use ICRefactoringArgument
org.eclipse.cdt.internal.refactoring   
org.eclipse.cdt.refactoring   
 

Uses of ICRefactoringArgument in org.eclipse.cdt.internal.refactoring
 

Classes in org.eclipse.cdt.internal.refactoring that implement ICRefactoringArgument
 class CRefactoringArgument
          Represents the input to a refactoring.
 

Uses of ICRefactoringArgument in org.eclipse.cdt.refactoring
 

Methods in org.eclipse.cdt.refactoring that return ICRefactoringArgument
static ICRefactoringArgument CRefactory.createArgument(org.eclipse.core.resources.IFile file, int offset, java.lang.String text)
           
static ICRefactoringArgument CRefactory.createArgument(org.eclipse.ui.texteditor.ITextEditor editor, org.eclipse.jface.text.ITextSelection selection)
           
 

Methods in org.eclipse.cdt.refactoring with parameters of type ICRefactoringArgument
 void CRefactory.rename(org.eclipse.swt.widgets.Shell shell, ICRefactoringArgument arg)