1 /*******************************************************************************
2 * Copyright (c) 2000, 2003 IBM Corporation and others.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Common Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/cpl-v10.html
9 * IBM Corporation - initial API and implementation
10 *******************************************************************************/
11 package net.sourceforge.phpeclipse.phpeditor;
14 * Defines action IDs for private JavaEditor actions.
16 public interface IJavaEditorActionConstants {
19 * ID of the action to toggle the style of the presentation.
21 public static final String TOGGLE_PRESENTATION = "togglePresentation"; //$NON-NLS-1$
24 * ID of the toolbar action to go to the previous error.
26 public static final String PREVIOUS_ERROR = "gotoPreviousError"; //$NON-NLS-1$
29 * ID of the toolbar action to go to the next error.
31 public static final String NEXT_ERROR = "gotoNextError"; //$NON-NLS-1$