blob: 2e3f2e605b8422157dde0bddf762cb9a019c0a8e [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2015 vogella GmbH.
* 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:
* Simon Scholz <simon.scholz@vogella.com> - initial API and implementation
*******************************************************************************/
package org.eclipse.e4.tools.preference.spy.parts;
import org.eclipse.jface.viewers.TreeViewer;
public interface TreeViewerPart {
public TreeViewer getViewer();
}