blob: a1f01a2ffc08c3a70ce517b8f0de512801237fde [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.ui.core.editparts.extension;
import org.eclipse.osbp.ecview.core.common.editpart.IActionEditpart;
/**
* An edit part for checkbox.
*/
public interface IButtonEditpart extends IActionEditpart {
}