blob: 557cba4279d4cbb3d22ae850ce759f1ea3050f2e [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2009, 2014 Xored Software Inc 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:
* Xored Software Inc - initial API and implementation and/or initial documentation
*******************************************************************************/
package org.eclipse.rcptt.tesla.ecl.model.diagram;
import org.eclipse.rcptt.tesla.ecl.model.PathSelector;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Get Popup Bar Item</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.rcptt.tesla.ecl.model.diagram.DiagramPackage#getGetPopupBarItem()
* @model annotation="http://www.eclipse.org/ecl/docs description='Gets pop-up bar of GMF element. If it doesn\'t exist, then error is returned.' returns='pop-up bar ' example='get-editor Diagram | get-diagram | get-edit-part -className DiagramEditPart | get-popup-bar-item | mouse-hover 16 9 -height 20 -width 30' recorded='true'"
* @generated
*/
public interface GetPopupBarItem extends PathSelector {
} // GetPopupBarItem