Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Arthorne2012-03-08 21:09:24 +0000
committerJohn Arthorne2012-03-08 21:09:24 +0000
commit65f3b423aee84d38cc390178bf6f989a12148b0f (patch)
tree88976f6fb4522a1fa30bd672a2232344629d646b
parent8b5d1979d4ee7fcb9f1285e5d4e9973113c127dc (diff)
downloadeclipse.platform.ui-65f3b423aee84d38cc390178bf6f989a12148b0f.tar.gz
eclipse.platform.ui-65f3b423aee84d38cc390178bf6f989a12148b0f.tar.xz
eclipse.platform.ui-65f3b423aee84d38cc390178bf6f989a12148b0f.zip
Bug 370248 - Mark old Platform API for deletionv20120308-2109I20120308-2200
-rw-r--r--bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/AbstractPresentationFactory.java5
-rw-r--r--bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/IPartMenu.java5
-rw-r--r--bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/IPresentablePart.java5
-rw-r--r--bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/IPresentationSerializer.java5
-rw-r--r--bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/IStackPresentationSite.java5
-rw-r--r--bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/PresentationUtil.java5
-rw-r--r--bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/StackDropResult.java5
-rw-r--r--bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/StackPresentation.java5
-rwxr-xr-xbundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/package.html3
9 files changed, 26 insertions, 17 deletions
diff --git a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/AbstractPresentationFactory.java b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/AbstractPresentationFactory.java
index d45338eac72..94569eb13fd 100644
--- a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/AbstractPresentationFactory.java
+++ b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/AbstractPresentationFactory.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2004, 2008 IBM Corporation and others.
+ * Copyright (c) 2004, 2012 IBM Corporation and others.
* 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
@@ -24,7 +24,8 @@ import org.eclipse.swt.widgets.Sash;
*
* @since 3.0
* @deprecated The presentation API is no longer used and has no effect. Refer
- * to the platform porting guide for further details.
+ * to the platform porting guide for further details. This API will
+ * be deleted in a future release. See bug 370248 for details.
*/
@Deprecated
public abstract class AbstractPresentationFactory {
diff --git a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/IPartMenu.java b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/IPartMenu.java
index bf0f218fc73..de6f09486c4 100644
--- a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/IPartMenu.java
+++ b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/IPartMenu.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2004, 2008 IBM Corporation and others.
+ * Copyright (c) 2004, 2012 IBM Corporation and others.
* 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
@@ -21,7 +21,8 @@ import org.eclipse.swt.graphics.Point;
* @since 3.0
* @noimplement This interface is not intended to be implemented by clients.
* @deprecated The presentation API is no longer used and has no effect. Refer
- * to the platform porting guide for further details.
+ * to the platform porting guide for further details. This API will
+ * be deleted in a future release. See bug 370248 for details.
*/
@Deprecated
public interface IPartMenu {
diff --git a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/IPresentablePart.java b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/IPresentablePart.java
index 1e652ff1b11..b1d6db8707b 100644
--- a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/IPresentablePart.java
+++ b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/IPresentablePart.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2004, 2008 IBM Corporation and others.
+ * Copyright (c) 2004, 2012 IBM Corporation and others.
* 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
@@ -30,7 +30,8 @@ import org.eclipse.ui.IWorkbenchPartConstants;
* @since 3.4 now extends {@link org.eclipse.ui.ISizeProvider}
* @noimplement This interface is not intended to be implemented by clients.
* @deprecated The presentation API is no longer used and has no effect. Refer
- * to the platform porting guide for further details.
+ * to the platform porting guide for further details. This API will
+ * be deleted in a future release. See bug 370248 for details.
*/
@Deprecated
public interface IPresentablePart extends ISizeProvider {
diff --git a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/IPresentationSerializer.java b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/IPresentationSerializer.java
index ace8c5c8fb8..1459c9a3f5a 100644
--- a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/IPresentationSerializer.java
+++ b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/IPresentationSerializer.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2004, 2008 IBM Corporation and others.
+ * Copyright (c) 2004, 2012 IBM Corporation and others.
* 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
@@ -19,7 +19,8 @@ package org.eclipse.ui.presentations;
* @since 3.0
* @noimplement This interface is not intended to be implemented by clients.
* @deprecated The presentation API is no longer used and has no effect. Refer
- * to the platform porting guide for further details.
+ * to the platform porting guide for further details. This API will
+ * be deleted in a future release. See bug 370248 for details.
*/
@Deprecated
public interface IPresentationSerializer {
diff --git a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/IStackPresentationSite.java b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/IStackPresentationSite.java
index d4708d9aca0..55c2e41fadd 100644
--- a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/IStackPresentationSite.java
+++ b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/IStackPresentationSite.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2004, 2008 IBM Corporation and others.
+ * Copyright (c) 2004, 2012 IBM Corporation and others.
* 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
@@ -23,7 +23,8 @@ import org.eclipse.ui.IWorkbenchPage;
* @since 3.0
* @noimplement This interface is not intended to be implemented by clients.
* @deprecated The presentation API is no longer used and has no effect. Refer
- * to the platform porting guide for further details.
+ * to the platform porting guide for further details. This API will
+ * be deleted in a future release. See bug 370248 for details.
*/
@Deprecated
public interface IStackPresentationSite {
diff --git a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/PresentationUtil.java b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/PresentationUtil.java
index f40e3d56e3d..668904a0794 100644
--- a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/PresentationUtil.java
+++ b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/PresentationUtil.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2004, 2006 IBM Corporation and others.
+ * Copyright (c) 2004, 2012 IBM Corporation and others.
* 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
@@ -23,7 +23,8 @@ import org.eclipse.ui.internal.dnd.DragUtil;
*
* @since 3.0
* @deprecated The presentation API is no longer used and has no effect. Refer
- * to the platform porting guide for further details.
+ * to the platform porting guide for further details. This API will
+ * be deleted in a future release. See bug 370248 for details.
*/
@Deprecated
public class PresentationUtil {
diff --git a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/StackDropResult.java b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/StackDropResult.java
index 70fd69bfbbd..b4b6aafde95 100644
--- a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/StackDropResult.java
+++ b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/StackDropResult.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2004, 2006 IBM Corporation and others.
+ * Copyright (c) 2004, 2012 IBM Corporation and others.
* 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
@@ -18,7 +18,8 @@ import org.eclipse.swt.graphics.Rectangle;
*
* @since 3.0
* @deprecated The presentation API is no longer used and has no effect. Refer
- * to the platform porting guide for further details.
+ * to the platform porting guide for further details. This API will
+ * be deleted in a future release. See bug 370248 for details.
*/
@Deprecated
public final class StackDropResult {
diff --git a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/StackPresentation.java b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/StackPresentation.java
index c254f58aac5..f5c4d26f9dd 100644
--- a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/StackPresentation.java
+++ b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/StackPresentation.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2004, 2006 IBM Corporation and others.
+ * Copyright (c) 2004, 2012 IBM Corporation and others.
* 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
@@ -40,7 +40,8 @@ import org.eclipse.ui.ISizeProvider;
*
* @since 3.0
* @deprecated The presentation API is no longer used and has no effect. Refer
- * to the platform porting guide for further details.
+ * to the platform porting guide for further details. This API will
+ * be deleted in a future release. See bug 370248 for details.
*/
@Deprecated
public abstract class StackPresentation implements ISizeProvider {
diff --git a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/package.html b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/package.html
index 49a257763d3..f4a63bda6fb 100755
--- a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/package.html
+++ b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/package.html
@@ -12,7 +12,8 @@
Package Specification</h2>
<p>
This package has the presentation API support, for customizing the
-presentation of stacks for view and editors.
+presentation of stacks for view and editors. This API is deprecated and will be deleted
+in a future release. See bug 370248 for details.
</p>
</body>

Back to the top