HomeSort by relevance Sort by last modified time
    Searched refs:ITextSelection (Results 1 - 20 of 20) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringAction.java 27 import org.eclipse.jface.text.ITextSelection;
76 private ITextSelection mSelection;
102 // ITextSelection on a Java source window
111 if (selection instanceof ITextSelection) {
112 mSelection = (ITextSelection) selection;
ExtractStringProposal.java 28 import org.eclipse.jface.text.ITextSelection;
60 ITextSelection selection = new TextSelection(start, length);
ExtractStringRefactoring.java 65 import org.eclipse.jface.text.ITextSelection;
110 * {@link ITextSelection}. The action creates a new instance of this refactoring as
276 public ExtractStringRefactoring(IFile file, IEditorPart editor, ITextSelection selection) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
VisualRefactoringAction.java 29 import org.eclipse.jface.text.ITextSelection;
41 protected ITextSelection mTextSelection;
68 // ITextSelection on a Java source window
80 if (selection instanceof ITextSelection) {
81 mTextSelection = (ITextSelection) selection;
RefactoringAssistant.java 33 import org.eclipse.jface.text.ITextSelection;
158 if (selection instanceof ITextSelection) {
159 ITextSelection textSelection = (ITextSelection) selection;
161 ITextSelection originalSelection = textSelection;
UnwrapRefactoring.java 33 import org.eclipse.jface.text.ITextSelection;
71 ITextSelection selection,
ChangeViewRefactoring.java 37 import org.eclipse.jface.text.ITextSelection;
83 ITextSelection selection,
WrapInRefactoring.java 41 import org.eclipse.jface.text.ITextSelection;
89 ITextSelection selection,
ExtractStyleRefactoring.java 61 import org.eclipse.jface.text.ITextSelection;
150 ITextSelection selection,
UseCompoundDrawableRefactoring.java 58 import org.eclipse.jface.text.ITextSelection;
96 ITextSelection selection, ITreeSelection treeSelection) {
ChangeLayoutRefactoring.java 60 import org.eclipse.jface.text.ITextSelection;
116 ITextSelection selection,
ExtractIncludeRefactoring.java 63 import org.eclipse.jface.text.ITextSelection;
121 ITextSelection selection,
VisualRefactoring.java 60 import org.eclipse.jface.text.ITextSelection;
120 protected final ITextSelection mSelection;
183 public VisualRefactoring(IFile file, LayoutEditorDelegate editor, ITextSelection selection,
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
ExtractStringFix.java 26 import org.eclipse.jface.text.ITextSelection;
66 ITextSelection selection = new TextSelection(start, end - start);
UseCompoundDrawableDetectorFix.java 28 import org.eclipse.jface.text.ITextSelection;
80 ITextSelection textSelection = new TextSelection(start,
RemoveUselessViewFix.java 26 import org.eclipse.jface.text.ITextSelection;
71 ITextSelection textSelection = new TextSelection(start,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tom.h 41 typedef struct ITextSelection ITextSelection;
81 typedef struct ITextSelection ITextSelection;
159 virtual HRESULT WINAPI GetSelection(ITextSelection **ppSel) = 0;
189 HRESULT (WINAPI *GetSelection)(ITextDocument *This,ITextSelection **ppSel);
243 HRESULT WINAPI ITextDocument_GetSelection_Proxy(ITextDocument *This,ITextSelection **ppSel);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RenameResourceXmlTextAction.java 48 import org.eclipse.jface.text.ITextSelection;
105 ITextSelection selection = getSelection();
376 private ITextSelection getSelection() {
382 if (!(selection instanceof ITextSelection)) {
385 return (ITextSelection) selection;
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractStyleRefactoringTest.java 24 import org.eclipse.jface.text.ITextSelection;
174 ITextSelection selection = new TextSelection(beginOffset, endOffset - beginOffset);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 

Completed in 1187 milliseconds