blob: 0985e214cec4ff57ba3fd3c872ee5c4883e151f2 [file] [log] [blame]
<!DOCTYPE doctype PUBLIC "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1">
<meta name="Author" content="IBM">
<title>JDT UI Breaking API changes</title>
<link rel="stylesheet" href="http://dev.eclipse.org/default_style.css"
type="text/css">
</head>
<body style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<font color="#8080ff" size="-2">java development tooling ui</font>
<p>This document lists the breaking API changes that occurred between
R3.2 and R3.3 and
how to migrate from the R3.2 API to the R3.3 API.
</p>
<table border="0" cellpadding="2" cellspacing="5" width="100%" summary="Breaking API changes">
<tbody>
<tr>
<td align="left" width="72%"> <font size="+3"><b>jdt ui -
Breaking API changes from R3.2 to R3.3</b></font> <br>
</td>
</tr>
<tr>
<td>
None
</td>
</tr>
</tbody>
</table>
<p> </p>
<table border="0" cellpadding="2" cellspacing="5" width="100%" summary="Non-breaking API changes">
<tbody>
<tr>
<td align="left" width="72%"> <font size="+3"><b>jdt ui -
Non-breaking API changes from R3.2 to R3.3</b></font> <br>
</td>
</tr>
<tr>
<td>New and deprecated API in <code>org.eclipse.jdt.ui.jarpackager.JarPackageData</code>:
<ul><li><code>createJarDescriptionWriter(OutputStream)</code> has been
deprecated in favor of <code>createJarDescriptionWriter(OutputStream, String)</code> which allows to specify the encoding of the description file.</li></ul> </td>
</tr>
<tr>
<td>
New API in <code>org.eclipse.jdt.ui.refactoring.IRefactoringProcessorIds.java</code>:
<ul>
<li>COPY_PROCESSOR</li>
<li>addition to RENAME_PACKAGE_FRAGMENT_PROCESSOR:
<br>participants can now get an IJavaElementMapper and an IResourceMapper
from the processor to find the location of elements after the rename</li>
</ul>
</td>
</tr>
<tr>
<td>
New API <code>org.eclipse.jdt.ui.JavaUI.openInEditor(IJavaElement, activate, reveal)</code>
</td>
</tr>
<tr>
<td>
New API in <code>org.eclipse.jdt.ui.ITypeHierarchyViewPart</code>:
<ul>
<li>showMembersInHierarchy(boolean)</li>
<li>isShowMembersInHierarchy()</li>
<li>showQualifiedTypeNames(boolean)</li>
<li>isQualifiedTypeNamesEnabled()</li>
<li>isLinkingEnabled()</li>
<li>setLinkingEnabled(boolean)</li>
<li>setViewLayout(int)</li>
<li>getViewLayout()</li>
<li>setHierarchyMode(int)</li>
<li>getHierarchyMode()</li>
</ul>
</td>
</tr>
<tr>
<td>
New API in <code>org.eclipse.jdt.ui.actions.OpenViewActionGroup</code>:
<ul>
<li>containsOpenPropertiesAction(boolean)</li>
</ul>
</td>
</tr>
<tr>
<td>
Added API to <code>org.eclipse.jdt.ui.StandardJavaElementContentProvider</code> to simplify the customization of the content provider:
<ul>
<li>getPackageFragmentRootContent(IPackageFragmentRoot)</li>
<li>getPackageContent(IPackageFragment)</li>
<li>getFolderContent(IFolder)</li>
</ul>
</td>
</tr>
</tbody>
</table>
<p> </p>
</body>
</html>