Java Editor Toolbar |
The Java Editor toolbar provides buttons for some of the Java Editor's commands.
You can hide the Java Editor toolbar by choosing Tools > Options > Editing node > Editor Settings node and deselecting the Show Toolbar property.
The following table lists the buttons in the Java editor toolbar.
| Icon | Description |
|---|---|
![]() |
Moves to the last edit you made. |
![]() |
Moves to the next edit you made. |
![]() |
Opens the Find dialog box. |
![]() |
Finds the item in which the cursor is currently inserted. |
![]() |
Moves the insertion point to the previous found occurrence of the text that you previously searched for. |
![]() |
Moves the insertion point to the next found occurrence of the text that you previously searched for. |
![]() |
Turns off or turns on the highlighting of search text. |
![]() |
Completes the word you are typing to match the closest previous word in the file that matches the word you are typing. |
![]() |
Completes the word you are typing to match the next word in the file that matches the word you are typing. |
![]() |
Reduce the indentation by one tab stop. |
![]() |
Increase the indentation by one tab stop. |
![]() |
Comments out the selected lines (for Java files). |
![]() |
Removes the comment marks from the selected lines (for Java files). |
| Legal Notices. Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. |