File tree Expand file tree Collapse file tree 5 files changed +14
-10
lines changed
org.eclipse.wb.core.databinding
src/org/eclipse/wb/internal/core/databinding/ui
org.eclipse.wb.core.java/src/org/eclipse/wb/internal/core/model/property/order
org.eclipse.wb.core/src/org/eclipse/wb/internal/core/utils/ui Expand file tree Collapse file tree 5 files changed +14
-10
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
22Bundle-ManifestVersion : 2
33Bundle-Name : %pluginName
44Bundle-SymbolicName : org.eclipse.wb.core.databinding;singleton:=true
5- Bundle-Version : 1.10.0 .qualifier
5+ Bundle-Version : 1.10.100 .qualifier
66Bundle-Activator : org.eclipse.wb.internal.core.databinding.Activator
77Bundle-Vendor : %providerName
88Require-Bundle : org.eclipse.ui;bundle-version="[3.206.0,4.0.0)",
Original file line number Diff line number Diff line change 11/*******************************************************************************
2- * Copyright (c) 2011, 2024 Google, Inc. and others.
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
2323import org .eclipse .wb .internal .core .utils .ui .GridDataFactory ;
2424import org .eclipse .wb .internal .core .utils .ui .GridLayoutFactory ;
2525import org .eclipse .wb .internal .core .utils .ui .TableFactory ;
26- import org .eclipse .wb .internal .gef . tree . dnd .TreeTransfer ;
26+ import org .eclipse .wb .internal .core . utils . ui .TreeTransfer ;
2727
2828import org .eclipse .jface .dialogs .IDialogSettings ;
2929import org .eclipse .jface .dialogs .MessageDialog ;
Original file line number Diff line number Diff line change 11/*******************************************************************************
2- * Copyright (c) 2011, 2024 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
1616import org .eclipse .wb .internal .core .databinding .ui .UiUtils ;
1717import org .eclipse .wb .internal .core .utils .ui .GridDataFactory ;
1818import org .eclipse .wb .internal .core .utils .ui .GridLayoutFactory ;
19+ import org .eclipse .wb .internal .core .utils .ui .TreeTransfer ;
1920
2021import org .eclipse .jface .viewers .ArrayContentProvider ;
2122import org .eclipse .jface .viewers .CheckboxTableViewer ;
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
2020import org .eclipse .wb .internal .core .utils .ui .GridDataFactory ;
2121import org .eclipse .wb .internal .core .utils .ui .GridLayoutFactory ;
2222import org .eclipse .wb .internal .core .utils .ui .TableFactory ;
23+ import org .eclipse .wb .internal .core .utils .ui .TreeTransfer ;
2324import org .eclipse .wb .internal .core .utils .ui .dialogs .ResizableDialog ;
24- import org .eclipse .wb .internal .gef .tree .dnd .TreeTransfer ;
2525
2626import org .eclipse .jface .viewers .ArrayContentProvider ;
2727import org .eclipse .jface .viewers .CheckboxTableViewer ;
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
1010 * Contributors:
1111 * Google, Inc. - initial API and implementation
1212 *******************************************************************************/
13- package org .eclipse .wb .internal .core .databinding .ui . editor . contentproviders ;
13+ package org .eclipse .wb .internal .core .utils .ui ;
1414
1515import org .eclipse .swt .dnd .ByteArrayTransfer ;
1616import org .eclipse .swt .dnd .TransferData ;
2323 * @author lobas_av
2424 * @coverage bindings.ui
2525 */
26- final class TreeTransfer extends ByteArrayTransfer {
26+ public final class TreeTransfer extends ByteArrayTransfer {
2727 public static final TreeTransfer INSTANCE = new TreeTransfer ();
28- private static final String TYPE_NAME = "Tree content provider bindings tranfser " ;
28+ private static final String TYPE_NAME = "Tree content provider transfer " ;
2929 private static final int TYPE_ID = registerType (TYPE_NAME );
3030
31+ private TreeTransfer () {
32+ }
33+
3134 ////////////////////////////////////////////////////////////////////////////
3235 //
3336 // Transfer
You can’t perform that action at this time.
0 commit comments