Searched refs:KEY_SEL_END (Results 1 – 2 of 2) sorted by relevance
208 private static final String KEY_SEL_END = "sel-end"; //$NON-NLS-1$ field in ExtractStringRefactoring237 mSelectionEnd = Integer.parseInt(arguments.get(KEY_SEL_END)); in ExtractStringRefactoring()259 args.put(KEY_SEL_END, Integer.toString(mSelectionEnd)); in createArgumentMap()
111 private static final String KEY_SEL_END = "sel-end"; //$NON-NLS-1$ field in VisualRefactoring143 mSelectionEnd = Integer.parseInt(arguments.get(KEY_SEL_END)); in VisualRefactoring()292 args.put(KEY_SEL_END, Integer.toString(mSelectionEnd)); in createArgumentMap()