blob: 6425d9a42fbcb3c915f8635a78a6c95288042c64 [file] [log] [blame]
/**
* Copyright (c) 2013 Loetz GmbH&Co.KG(Heidelberg). All rights reserved.
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which accompanies this distribution,
t https://www.eclipse.org/legal/epl-2.0/
t
t SPDX-License-Identifier: EPL-2.0
*
* Contributors: Christophe Loetz (Loetz GmbH&Co.KG) - initial API and implementation
*/
package org.eclipse.osbp.ecview.core.common.editpart;
/**
* An IActionEditpart is an abstraction of an input field. For normal it does
* not contain any children, but is contained by {@link ILayoutEditpart}.<br>
* See also {@link IEmbeddableEditpart}
*/
public interface IActionEditpart extends IEmbeddableEditpart {
}