blob: 8b6c2690cd9ef845d875a57b4e4e263742535850 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2001, 2005 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
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.wst.ws.internal.explorer.platform.favorites.constants;
public class FavoritesFrameNames
{
public final static String NAVIGATOR_CONTAINER = "fav_navigator_container";
public final static String NAVIGATOR_TOOLBAR = "fav_navigator_toolbar";
public final static String NAVIGATOR_CONTENT = "fav_navigator_content";
public final static String ACTIONS_CONTAINER = "fav_actions_container";
public final static String PROPERTIES_CONTAINER = "fav_properties_container";
public final static String PROPERTIES_TOOLBAR = "fav_properties_toolbar";
public final static String PROPERTIES_CONTENT = "fav_properties_content";
public final static String STATUS_CONTAINER = "fav_status_container";
public final static String STATUS_TOOLBAR = "fav_status_toolbar";
public final static String STATUS_CONTENT = "fav_status_content";
}