/******************************************************************************* * Copyright (c) 2008 Hallvard Traetteberg. * 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: * Hallvard Traetteberg - initial API and implementation ******************************************************************************/ /** * <copyright> * </copyright> * * $Id: Tab.java,v 1.3 2009/10/23 12:40:31 htraetteb Exp $ */ package org.eclipse.e4.tm.widgets; import org.eclipse.e4.tm.util.Labeled; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Tab</b></em>'. * <!-- end-user-doc --> * * * @see org.eclipse.e4.tm.widgets.WidgetsPackage#getTab() * @model * @generated */ public interface Tab extends Composite, Labeled { } // Tab