1 11 12 package org.eclipse.jdt.apt.ui.internal.util; 13 14 import org.eclipse.jdt.apt.ui.internal.AptUIPlugin; 15 16 22 public interface IAptHelpContextIds { 23 public static final String PREFIX= AptUIPlugin.PLUGIN_ID + '.'; 24 25 public static final String ADVANCED_FACTORYPATH_OPTIONS_DIALOG= PREFIX + "advanced_factory_path_options_dialog_context"; public static final String PROCESSOR_OPTION_INPUT_DIALOG= PREFIX + "processor_option_input_dialog_context"; 29 public static final String APTCONFIGURATION_PREFERENCE_PAGE= PREFIX + "apt_configuration_preference_page_context"; public static final String FACTORYPATH_PREFERENCE_PAGE= PREFIX + "factory_path_preference_page_context"; } 33 | Popular Tags |