blob: 93bfd62621448c6b90f83329568ee7ef39a9d2ca [file] [log] [blame]
/**
* Copyright (c) 2015, 2018 Obeo.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors: Obeo - initial API and implementation
*/
package org.eclipse.eef;
/**
* <!-- begin-user-doc --> A representation of the model object '<em><b>EEF Radio Style</b></em>'. <!-- end-user-doc -->
*
* <!-- begin-model-doc --> Represents a style that can be applied on radio widgets. <!-- end-model-doc -->
*
*
* @see org.eclipse.eef.EefPackage#getEEFRadioStyle()
* @model
* @generated
*/
public interface EEFRadioStyle extends EEFWidgetStyle {
} // EEFRadioStyle