blob: c1e7ebdbefa8ad5e8b3307ed13dc846bf4d7238c [file] [log] [blame]
/******************************************************************************
* Copyright (c) 2002, 2003 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.gmf.runtime.diagram.ui.editparts;
/**
* @author sshaw
*
* Interface is merely used to identify Connection EditParts that can contribute
* to a tree structure.
*/
public interface ITreeBranchEditPart extends org.eclipse.gef.ConnectionEditPart {
// marker interface
}