blob: 540cf7a7fdf0032bbed1f35bbfe049b744f7117a [file] [log] [blame]
/*
* Copyright (c) 2007, 2009 Borland Software Corporation
*
* 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:
* bblajer (Borland) - initial API and implementation
*/
modeltype genModel uses "http://www.eclipse.org/gmf/2009/GenModel";
library Wizard;
helper isRichClientPlatform(diagram : genModel::GenDiagram) : Boolean {
return diagram.editorGen.application <> null
}