1 11 package org.eclipse.ui.internal.views.properties.tabbed.l10n; 12 13 import org.eclipse.osgi.util.NLS; 14 15 21 public final class TabbedPropertyMessages 22 extends NLS { 23 24 private static final String BUNDLE_NAME = "org.eclipse.ui.internal.views.properties.tabbed.l10n.TabbedPropertyMessages"; 26 29 private TabbedPropertyMessages() { 30 } 32 33 36 public static String SectionDescriptor_Section_error; 37 38 41 public static String TabDescriptor_Tab_error; 42 43 46 public static String TabbedPropertyRegistry_Non_existing_tab; 47 48 51 public static String TabbedPropertyRegistry_contributor_error; 52 53 56 public static String TabbedPropertyList_properties_not_available; 57 58 static { 59 NLS.initializeMessages(BUNDLE_NAME, TabbedPropertyMessages.class); 60 } 61 } | Popular Tags |