blob: a6fe4779eb47e9f47c0ebdde45049c64743ed78a [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2000, 2007 IBM Corporation and others.
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* SPDX-License-Identifier: EPL-2.0
*
*******************************************************************************/
package org.eclipse.dltk.internal.ui;
import org.eclipse.dltk.ui.DLTKUIPlugin;
public interface IUIConstants {
public static final String KEY_OK= DLTKUIPlugin.PLUGIN_ID + ".ok.label"; //$NON-NLS-1$
public static final String KEY_CANCEL= DLTKUIPlugin.PLUGIN_ID + ".cancel.label"; //$NON-NLS-1$
public static final String P_ICON_NAME= DLTKUIPlugin.PLUGIN_ID + ".icon_name"; //$NON-NLS-1$
public static final String DIALOGSTORE_TYPECOMMENT_DEPRECATED= DLTKUIPlugin.PLUGIN_ID + ".typecomment.deprecated"; //$NON-NLS-1$
public static final String DIALOGSTORE_LASTEXTZIP= DLTKUIPlugin.PLUGIN_ID + ".lastextzip"; //$NON-NLS-1$
public static final String DIALOGSTORE_LASTEXTSOURCE= DLTKUIPlugin.PLUGIN_ID + ".lastextsource"; //$NON-NLS-1$
}