Skip to content

Commit

Permalink
Rescale images in N&N for eclipse-jdt/eclipse.jdt.ui#1124
Browse files Browse the repository at this point in the history
  • Loading branch information
amartya4256 authored and HeikoKlare committed May 22, 2024
1 parent 5c9c958 commit 5de109c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file modified news/4.32/images/new-self-encapsulate-fields-dialog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified news/4.32/images/ser-change-in-own-class.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified news/4.32/images/ser-change-in-references.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions news/4.32/jdt.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,13 +161,13 @@ <h2>Java Views and Dialogs</h2>
<td class="content">
It is now possible to encapsulate multiple fields of a class and its references in other classes by invoking <b>Refactor > Encapsulate Fields...</b> on that class.
<p>The new dialog looks like this:</p>
<p><img src="images/new-self-encapsulate-fields-dialog.png" width="600"/></p>
<p><img src="images/new-self-encapsulate-fields-dialog.png" width="800"/></p>
<p>The Encapsulate Fields option can be accessed either by the <b>menu bar > Refactor</b> or by right clicking while hovering over any field. </p>
<p>The dialog now consists of a tree where you can check all the fields that need to be encapsulated along with their getter and setter.</p>
<p>You can now select <b>Same as field</b> (default option) as the access modifier for the generated getters and setters.</p>
<p>The operation would have the following results as displayed in the example below:</p>
<p><img src="images/ser-change-in-own-class.png" width="1200"/></p>
<p><img src="images/ser-change-in-references.png" width="600"/></p>
<p><img src="images/ser-change-in-own-class.png" width="800"/></p>
<p><img src="images/ser-change-in-references.png" width="800"/></p>

</td>
</tr>
Expand Down

0 comments on commit 5de109c

Please sign in to comment.