File tree Expand file tree Collapse file tree 5 files changed +15
-10
lines changed
org.eclipse.wb.core.java/src/org/eclipse/wb/internal/core/gefTree
org.eclipse.wb.core/src/org/eclipse/wb/core/gefTree/policy/layout
org.eclipse.wb.swing/src/org/eclipse/wb/internal/swing/gefTree
org.eclipse.wb.swt/src/org/eclipse/wb/internal/swt/gefTree Expand file tree Collapse file tree 5 files changed +15
-10
lines changed Original file line number Diff line number Diff line change 11/*******************************************************************************
2- * Copyright (c) 2011 Google, Inc.
2+ * Copyright (c) 2011, 2026 Google, Inc. and others .
33 *
44 * This program and the accompanying materials are made available under the
55 * terms of the Eclipse Public License 2.0 which is available at
1414
1515import org .eclipse .wb .core .gefTree .policy .layout .ILayoutEditPolicyFactory ;
1616import org .eclipse .wb .core .model .JavaInfo ;
17- import org .eclipse .wb .gef .core .EditPart ;
1817import org .eclipse .wb .gef .tree .policies .LayoutEditPolicy ;
1918import org .eclipse .wb .internal .core .gefTree .policy .generic .FlowContainerLayoutEditPolicy ;
2019import org .eclipse .wb .internal .core .gefTree .policy .generic .SimpleContainerLayoutEditPolicy ;
2322import org .eclipse .wb .internal .core .model .generic .SimpleContainer ;
2423import org .eclipse .wb .internal .core .model .generic .SimpleContainerFactory ;
2524
25+ import org .eclipse .gef .EditPart ;
26+
2627import java .util .List ;
2728
2829/**
Original file line number Diff line number Diff line change 11/*******************************************************************************
2- * Copyright (c) 2011 Google, Inc.
2+ * Copyright (c) 2011, 2026 Google, Inc. and others .
33 *
44 * This program and the accompanying materials are made available under the
55 * terms of the Eclipse Public License 2.0 which is available at
1212 *******************************************************************************/
1313package org .eclipse .wb .core .gefTree .policy .layout ;
1414
15- import org .eclipse .wb .gef .core .EditPart ;
1615import org .eclipse .wb .gef .tree .policies .LayoutEditPolicy ;
1716
17+ import org .eclipse .gef .EditPart ;
18+
1819/**
1920 * Factory for creating {@link LayoutEditPolicy}'s for layout models.
2021 *
Original file line number Diff line number Diff line change 11/*******************************************************************************
2- * Copyright (c) 2011 Google, Inc.
2+ * Copyright (c) 2011, 2026 Google, Inc. and others .
33 *
44 * This program and the accompanying materials are made available under the
55 * terms of the Eclipse Public License 2.0 which is available at
1212 *******************************************************************************/
1313package org .eclipse .wb .core .gefTree .policy .layout ;
1414
15- import org .eclipse .wb .gef .core .EditPart ;
1615import org .eclipse .wb .gef .tree .policies .LayoutEditPolicy ;
1716import org .eclipse .wb .internal .core .utils .external .ExternalFactoriesHelper ;
1817
18+ import org .eclipse .gef .EditPart ;
19+
1920import java .util .List ;
2021
2122/**
Original file line number Diff line number Diff line change 11/*******************************************************************************
2- * Copyright (c) 2011 Google, Inc.
2+ * Copyright (c) 2011, 2026 Google, Inc. and others .
33 *
44 * This program and the accompanying materials are made available under the
55 * terms of the Eclipse Public License 2.0 which is available at
1313package org .eclipse .wb .internal .swing .gefTree ;
1414
1515import org .eclipse .wb .core .gefTree .policy .layout .ILayoutEditPolicyFactory ;
16- import org .eclipse .wb .gef .core .EditPart ;
1716import org .eclipse .wb .gef .tree .policies .LayoutEditPolicy ;
1817import org .eclipse .wb .internal .swing .gefTree .policy .AbsoluteLayoutEditPolicy ;
1918import org .eclipse .wb .internal .swing .gefTree .policy .BorderLayoutEditPolicy ;
2625import org .eclipse .wb .internal .swing .model .layout .gbl .GridBagLayoutInfo ;
2726import org .eclipse .wb .internal .swing .model .layout .spring .SpringLayoutInfo ;
2827
28+ import org .eclipse .gef .EditPart ;
29+
2930/**
3031 * Implementation of {@link ILayoutEditPolicyFactory} for Swing.
3132 *
Original file line number Diff line number Diff line change 11/*******************************************************************************
2- * Copyright (c) 2011, 2023 Google, Inc.
2+ * Copyright (c) 2011, 2026 Google, Inc. and others .
33 *
44 * This program and the accompanying materials are made available under the
55 * terms of the Eclipse Public License 2.0 which is available at
1313package org .eclipse .wb .internal .swt .gefTree ;
1414
1515import org .eclipse .wb .core .gefTree .policy .layout .ILayoutEditPolicyFactory ;
16- import org .eclipse .wb .gef .core .EditPart ;
1716import org .eclipse .wb .gef .tree .policies .LayoutEditPolicy ;
1817import org .eclipse .wb .internal .swt .gefTree .policy .AbsoluteLayoutEditPolicy ;
1918import org .eclipse .wb .internal .swt .gefTree .policy .FormLayoutEditPolicy ;
2019import org .eclipse .wb .internal .swt .model .layout .absolute .AbsoluteLayoutInfo ;
2120import org .eclipse .wb .internal .swt .model .layout .form .FormLayoutInfo ;
2221import org .eclipse .wb .internal .swt .model .layout .form .FormLayoutInfoImplAutomatic ;
2322
23+ import org .eclipse .gef .EditPart ;
24+
2425/**
2526 * Implementation of {@link ILayoutEditPolicyFactory} for SWT.
2627 *
You can’t perform that action at this time.
0 commit comments