blob: 144dbe7c04b5f90b768a11a32ac49ad58e9c1686 [file] [log] [blame]
/**
* Copyright (c) 2000, 2009 IBM Corporation and others.
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-v2.0.
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* IBM Corporation - initial API and implementation
* Thales Corporate Services S.A.S
*/
package org.eclipse.egf.console.internal;
/**
* @author Xavier Maysonnave
*
*/
public interface IEGFConsoleConstants {
public static final String IMG_SEARCH_CONSOLE = "eview16/console_view.gif"; //$NON-NLS-1$
public static final String IMG_DISABLED_CLOSE_CONSOLE = "dlcl16/close_console.gif"; //$NON-NLS-1$
public static final String IMG_ENABLED_CLOSE_CONSOLE = "elcl16/close_console.gif"; //$NON-NLS-1$
public static final String CONSOLE_WRAP = "org.eclipse.egf.console.internal.wrap"; //$NON-NLS-1$
public static final String CONSOLE_WIDTH = "org.eclipse.egf.console.internal.width"; //$NON-NLS-1$
public static final String CONSOLE_ERROR_COLOR = "org.eclipse.egf.console.internal.errorColor"; //$NON-NLS-1$
public static final String CONSOLE_WARNING_COLOR = "org.eclipse.egf.console.internal.warningColor"; //$NON-NLS-1$
public static final String CONSOLE_INFO_COLOR = "org.eclipse.egf.console.internal.informationColor"; //$NON-NLS-1$
public static final String CONSOLE_SHOW_ON_MESSAGE = "org.eclipse.egf.console.internal.showOnMessage"; //$NON-NLS-1$
public static final String CONSOLE_LIMIT_OUTPUT = "org.eclipse.egf.console.internal.limitOutput"; //$NON-NLS-1$
public static final String CONSOLE_LOW_WATER_MARK = "org.eclipse.egf.console.internal.lowWaterMark"; //$NON-NLS-1$
public static final String CONSOLE_HIGH_WATER_MARK = "org.eclipse.egf.console.internal.highWaterMark"; //$NON-NLS-1$
public static final String CONSOLE_BACKGROUND_COLOR = "org.eclipse.egf.console.internal.backgroundColor"; //$NON-NLS-1$
public static final String CONSOLE_FONT = "org.eclipse.egf.console.internal.font"; //$NON-NLS-1$
}