blob: c6a45f580dd2dfb4dc1b91031517d17153c4fdbd [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 ****************************************************************************/
david_williams45687132005-04-13 14:38:17 +00009package org.eclipse.wst.xml.ui.internal.tabletree;
david_williams96213482004-11-11 09:07:12 +000010
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}