blob: 2ce5fbefb7e7a9820e4f7e1dfa5efa0dc87c997e [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/cpl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.ui.internal;
public interface ICoolItemGroup {
public String getContributingId(); // id of the action set that contributed the group
public String getId(); // id of the contribution
}