/******************************************************************************* * Copyright (c) 2008, 2012 * 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: * Javier Canovas (javier.canovas@inria.fr) *******************************************************************************/ package fr.inria.atlanmod.collaboro.ui.actions; import org.eclipse.swt.widgets.Shell; import fr.inria.atlanmod.collaboro.history.Collaboration; public abstract class CreateCollaborationAction { Collaboration collaboration = null; Shell shell = null; }