/******************************************************************************* * 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: SingleSelectionList.java,v 1.2 2009/05/07 15:10:40 pwebster Exp $ */ package org.eclipse.e4.tm.widgets; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Single Selection List</b></em>'. * <!-- end-user-doc --> * * * @see org.eclipse.e4.tm.widgets.WidgetsPackage#getSingleSelectionList() * @model annotation="http://www.eclipse.org/e4/swt.ecore style='SINGLE'" * @generated */ public interface SingleSelectionList extends List { } // SingleSelectionList