1 11 package org.eclipse.jdt.internal.ui; 12 13 import org.eclipse.jdt.internal.ui.javaeditor.saveparticipant.IPostSaveListener; 14 15 21 public interface IJavaStatusConstants { 22 23 26 public static final int INTERNAL_ERROR= 10001; 27 28 32 public static final int TEMPLATE_IO_EXCEPTION = 10002; 33 34 38 public static final int VALIDATE_EDIT_CHANGED_CONTENT= 10003; 39 40 44 public static final int CHANGE_ABORTED= 10004; 45 46 50 public static final int TEMPLATE_PARSE_EXCEPTION = 10005; 51 52 59 public static final int EDITOR_POST_SAVE_NOTIFICATION= 10006; 60 61 } 62 | Popular Tags |