blob: 7a9aca1761ced90d0372e0c11ecae8d29e629336 [file] [log] [blame]
/**
* <copyright>
*
* Copyright (c) 2014 itemis and others.
* 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/org/documents/epl-2.0/EPL-2.0.html
*
* Contributors:
* itemis - Initial API and implementation
*
* </copyright>
*/
package org.eclipse.sphinx.examples.hummingbird.ide.ui;
import org.eclipse.sphinx.examples.hummingbird.ide.ui.internal.messages.Messages;
/**
* Defines constants for Hummingbird example menus and groups.
*
* @since 0.8.0
*/
public interface IHummingbirdExampleMenuConstants {
/**
* Identifier of the Hummingbird Examples sub menu.
*/
String MENU_HUMMINGBIRD_EXAMPLES_ID = "hummingbird.examples.menu";//$NON-NLS-1$
/**
* Label of the Hummingbird Examples sub menu.
*/
String MENU_HUMMINGBIRD_EXAMPLES_LABEL = Messages.menu_hummingbirdExamples_label;
/**
* Identifier of the Hummingbird Examples menu item group.
*/
String GROUP_HUMMINGBIRD_EXAMPLES = "hummingbird.examples.group";//$NON-NLS-1$
}