blob: 423bd8009a16ace230b0c8a6b2fc67b1fd7fd57c [file] [log] [blame]
/*
* Copyright (c) 2006, 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:
* Boris Blajer (Borland) - initial API and implementation
*/
«IMPORT 'http://www.eclipse.org/gmf/2009/GenModel'»
«AROUND preWindowOpen FOR gmfgen::GenApplication
«EXPAND xpt::Common::generatedMemberComment»
public void preWindowOpen() {
org.eclipse.ui.application.IWorkbenchWindowConfigurer configurer = getWindowConfigurer();
configurer.setInitialSize(new org.eclipse.swt.graphics.Point(600, 450));
configurer.setShowCoolBar(false);
configurer.setShowStatusLine(true);
configurer.setTitleeditorGen.plugin.getActivatorQualifiedClassName()».getInstance().getBundleString("_UI_Application_title")); «EXPAND xpt::Common::nonNLS»
}
«ENDAROUND»