blob: 8fe4e494908d5de8a99dff4910d0037f6766bb7b [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>Direct Tool Item</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.e4.ui.model.application.MApplicationPackage#getDirectToolItem()
* @model
* @generated
*/
public interface MDirectToolItem extends MContribution, MToolItem {
} // MDirectToolItem