blob: a853aa30b5b5537a8112f557d18e7e0ee3fa1ba1 [file] [log] [blame]
david_williams96213482004-11-11 09:07:12 +00001/*****************************************************************************
2 * Copyright (c) 2004 IBM Corporation and others. All rights reserved. This
3 * program and the accompanying materials are made available under the terms
4 * of the Eclipse Public License v1.0 which accompanies this distribution, and
5 * is available at http://www.eclipse.org/legal/epl-v10.html
6 *
7 * Contributors: IBM Corporation - initial API and implementation
8 ****************************************************************************/
9package org.eclipse.wst.xml.internal.ui;
10
11
12
13import org.eclipse.ui.IActionBars;
pavery2f6b6fb2005-03-29 21:09:57 +000014import org.eclipse.wst.sse.ui.internal.ISourceViewerActionBarContributor;
david_williams96213482004-11-11 09:07:12 +000015
16
17public interface IDesignViewerActionBarContributor extends ISourceViewerActionBarContributor {
18 public void initViewerSpecificContributions(IActionBars bars);
19}