blob: 7be9dd453f73ee78a164c4f21bb9f38eeb668f24 [file] [log] [blame]
/**
* Copyright (c) 2008 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.e4.ui.model.application;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Generic Stack</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.e4.ui.model.application.MApplicationPackage#getGenericStack()
* @model abstract="true"
* @generated
*/
public interface MGenericStack<T extends MUIElement> extends MElementContainer<T> {
} // MGenericStack