blob: d7629cef48fd3ad84f202a76853912fc443b0a1c [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2009 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:
* Kentarou FUKUDA - initial API and implementation
*******************************************************************************/
package org.eclipse.actf.visualization.ui;
@SuppressWarnings("nls")
public interface IVisualizationPerspective {
public static final String ID_FLASH_PERSPECTIVE = "org.eclipse.actf.visualization.ui.perspectives.FlashPerspective";
public static final String ID_GUI_PERSPECTIVE = "org.eclipse.actf.visualization.ui.perspectives.GUIPerspective";
public static final String ID_HTML_PERSPECTIVE = "org.eclipse.actf.visualization.ui.perspectives.HTMLPerspective";
public static final String ID_ODF_PERSPECTIVE = "org.eclipse.actf.visualization.ui.perspectives.ODFPerspective";
}