blob: 80a0a8530e41510564c376e1885d83b8c77a46ee [file] [log] [blame]
/**
* Copyright (c) 2015, 2019 Soft-Maint, and Mia-Software
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* Thomas Cicognani (Soft-Maint) - Bug 471020 - Ecore Explorer View
* Grégoire Dupé (Mia-Software) - Bug 471020 - Ecore Explorer View
*/
package org.eclipse.modisco.infra.browser.ecore.ui.internal.exported;
//TODO Must be moved to org.eclipe.modisco.util.ui
/**
* @noextend
* @noimplement
*/
public interface IView<W extends Object> {
W getWidget();
}