/******************************************************************************* * Copyright (c) 2005, 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.console.ui; public class ScriptConsoleUIConstants { public static final String SCRIPT_CONSOLE_EP = "org.eclipse.dltk.console.ui.scriptConsole"; //$NON-NLS-1$ public static final String SCRIPT_CONSOLE_CLASS = "class"; //$NON-NLS-1$ public static final String SCRIPT_CONSOLE_NATURE_ID = "natureID"; //$NON-NLS-1$ public static final String TERMINATE_ICON = "icon.terminate"; //$NON-NLS-1$ public static final String SAVE_SESSION_ICON = "icon.save_session"; //$NON-NLS-1$ }