blob: 386a8b54a38a92494906e1059c5c103e7556853a [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.ui.menu;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Opaque Menu</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* Do no use! This class will be removed at the beginning of Luna (4.4) development.
* @deprecated Use MMenu
* @noreference
* <!-- end-model-doc -->
*
*
* @model
* @generated
*/
public interface MOpaqueMenu extends MMenu {
} // MOpaqueMenu