blob: 6b46357e725fdb37019965fc50fd10ccc053582c [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>Multi Editor</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.e4.ui.model.application.MApplicationPackage#getMultiEditor()
* @model
* @generated
*/
public interface MMultiEditor extends MEditor, MElementContainer<MEditor> {
} // MMultiEditor