1 11 package org.eclipse.ui.internal.views.properties.tabbed; 12 13 18 public final class TabbedPropertyViewStatusCodes { 19 20 24 private TabbedPropertyViewStatusCodes() { 25 26 } 27 28 31 public static final int OK = 0; 32 33 36 public static final int NO_TAB_ERROR = 1; 37 38 42 public static final int SECTION_ERROR = 2; 43 44 48 public static final int TAB_ERROR = 3; 49 50 54 public static final int CONTRIBUTOR_ERROR = 4; 55 } 56 | Popular Tags |