| /* |
| * Copyright (c) 2008, 2009 Borland Software Corp. |
| * |
| * 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: |
| * Alexander Shatalin (Borland) - initial API and implementation |
| */ |
| |
| «IMPORT 'http://www.eclipse.org/gmf/2008/Binding'» |
| |
| «DEFINE imports FOR binding::Section» |
| import org.eclipse.gmf.graphdef.editor.sheet.AttachAdapter; |
| import org.eclipse.gmf.graphdef.editor.sheet.ChangeTracker; |
| import org.eclipse.gmf.graphdef.editor.sheet.FeatureTracker; |
| |
| import org.eclipse.emf.common.notify.Notification; |
| import org.eclipse.emf.transaction.TransactionalEditingDomain; |
| import org.eclipse.jface.viewers.*; |
| import org.eclipse.swt.SWT; |
| import org.eclipse.swt.widgets.*; |
| import org.eclipse.ui.IWorkbenchPart; |
| import org.eclipse.ui.forms.widgets.*; |
| import org.eclipse.ui.views.properties.tabbed.*; |
| «ENDDEFINE» |
| |
| «DEFINE packageStatement FOR binding::Section»/* |
| * Copyright (c) 2008, 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: |
| * Artem Tikhomirov (Borland) - initial API and implementation |
| * Alexander Shatalin (Borland) - initial API and implementation |
| */ |
| package org.eclipse.gmf.graphdef.editor.sheet;«ENDDEFINE» |