Searched refs:KEY_SEL_START (Results 1 – 2 of 2) sorted by relevance
207 private static final String KEY_SEL_START = "sel-start"; //$NON-NLS-1$ field in ExtractStringRefactoring236 mSelectionStart = Integer.parseInt(arguments.get(KEY_SEL_START)); in ExtractStringRefactoring()258 args.put(KEY_SEL_START, Integer.toString(mSelectionStart)); in createArgumentMap()
110 private static final String KEY_SEL_START = "sel-start"; //$NON-NLS-1$ field in VisualRefactoring142 mSelectionStart = Integer.parseInt(arguments.get(KEY_SEL_START)); in VisualRefactoring()291 args.put(KEY_SEL_START, Integer.toString(mSelectionStart)); in createArgumentMap()