1 11 12 package org.eclipse.ui.internal.editors.text; 13 14 import org.eclipse.ui.texteditor.AnnotationPreference; 15 16 21 public class NextPulldownActionDelegate extends NextPreviousPulldownActionDelegate { 22 23 26 public String getPreferenceKey(AnnotationPreference annotationPreference) { 27 return annotationPreference.getIsGoToNextNavigationTargetKey(); 28 } 29 } 30 | Popular Tags |