|
Lines 1-5
Link Here
|
| 1 |
/****************************************************************************** |
1 |
/****************************************************************************** |
| 2 |
* Copyright (c) 2002, 2009 IBM Corporation and others. |
2 |
* Copyright (c) 2002, 2010 IBM Corporation and others. |
| 3 |
* All rights reserved. This program and the accompanying materials |
3 |
* All rights reserved. This program and the accompanying materials |
| 4 |
* are made available under the terms of the Eclipse Public License v1.0 |
4 |
* are made available under the terms of the Eclipse Public License v1.0 |
| 5 |
* which accompanies this distribution, and is available at |
5 |
* which accompanies this distribution, and is available at |
|
Lines 39-45
Link Here
|
| 39 |
import org.eclipse.gmf.runtime.diagram.ui.editparts.DiagramRootEditPart; |
39 |
import org.eclipse.gmf.runtime.diagram.ui.editparts.DiagramRootEditPart; |
| 40 |
import org.eclipse.gmf.runtime.diagram.ui.editparts.IGraphicalEditPart; |
40 |
import org.eclipse.gmf.runtime.diagram.ui.editparts.IGraphicalEditPart; |
| 41 |
import org.eclipse.gmf.runtime.diagram.ui.image.PartPositionInfo; |
41 |
import org.eclipse.gmf.runtime.diagram.ui.image.PartPositionInfo; |
| 42 |
import org.eclipse.gmf.runtime.diagram.ui.internal.figures.IExpandableFigure; |
42 |
import org.eclipse.gmf.runtime.diagram.ui.figures.IExpandableFigure; |
| 43 |
import org.eclipse.gmf.runtime.diagram.ui.internal.services.decorator.Decoration; |
43 |
import org.eclipse.gmf.runtime.diagram.ui.internal.services.decorator.Decoration; |
| 44 |
import org.eclipse.gmf.runtime.diagram.ui.l10n.SharedImages; |
44 |
import org.eclipse.gmf.runtime.diagram.ui.l10n.SharedImages; |
| 45 |
import org.eclipse.gmf.runtime.diagram.ui.render.util.DiagramImageUtils; |
45 |
import org.eclipse.gmf.runtime.diagram.ui.render.util.DiagramImageUtils; |