blob: 959c316fe0af2ad4f67987c4a6c2a77465045d4e [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.advanced;
import org.eclipse.e4.ui.model.application.ui.MUILabel;
import org.eclipse.e4.ui.model.application.ui.basic.MPartSashContainer;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Area</b></em>'.
* <!-- end-user-doc -->
*
*
* @model
* @generated
*/
public interface MArea extends MPartSashContainer, MUILabel {
} // MArea