/******************************************************************************* * Copyright (c) 2000, 2003 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html * * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ package eu.jucy.gui.representation; /** * Theme presentation constants * * @since 3.0 */ public class WrappedTabsThemeConstants { public final static String ID = "eu.jucy.gui.presentation.wrappedtabstheme"; //$NON-NLS-1$ public final static String TAB_FONT = "eu.jucy.gui.presentation.wrappedtabstheme.font"; //$NON-NLS-1$ public final static String BORDER_COLOR_FOCUS = "eu.jucy.gui.presentation.wrappedtabstheme.foreground_focus"; //$NON-NLS-1$ public final static String BORDER_COLOR_NOFOCUS = "eu.jucy.gui.presentation.wrappedtabstheme.foreground_nofocus"; //$NON-NLS-1$ public final static String BORDER_SIZE = "eu.jucy.gui.presentation.wrappedtabstheme.bordersize"; //$NON-NLS-1$ }