/******************************************************************************* * Copyright (c) 2000, 2007 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * *******************************************************************************/ 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$ }