blob: aa045c008249950809f1340aeb61328280aa2ef5 [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>ESC Element</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.e4.ui.model.application.MApplicationPackage#getESCElement()
* @model interface="true" abstract="true"
* @generated
*/
public interface MESCElement extends MUIElement {
} // MESCElement