Top
Interstage Studio User's Guide
FUJITSU Software

10.1.7 Other

Multiple Workbench Display

If you want to reference different places in a view or editor at the same time, or if it is inconvenient to switch between perspectives, you can select [Window] > [New Window] from the menu to enable multiple displays of the workbench.

View Display Method

As with editors, a view can be maximized to temporarily facilitate viewing by double-clicking on the title bar. The following methods can also be used to display a view to suit user preferences:

Preferences and Properties Page Filters

Keywords can be entered at the upper-left of the project property and preferences dialog boxes to narrow down the pages displayed at the left edge.

Refactoring (Renaming)

If you want to change the name of a variable, field, method, class, package, or other item, the refactoring function can be used as shown below to make the required correction in all places, included invoked locations, at once.

  1. Select the target to be changed in the editor or view.

  2. Select [Refactor] > [Rename] from the menu.

  3. Change the name as indicated in the displayed contents.

Checking Differences

Use the Project Explorer view or similar to select the resources to be compared, then select [CompareWith] > [Each Other] from the context menu. This enables users to check differences in folder or file units.

Javadoc

The Javadoc of a selected class, method, field, or other element can be displayed in the Javadoc view. Alternatively, the Javadoc can be checked in a balloon by holding the mouse cursor over the element in the editor.
The Javadoc to be displayed is either the item coded in Javadoc in the source, or the item in which the JAR file property [Javadoc Location] is coded.
In the latter case, the Javadoc can also be displayed on a browser by selecting [Navigate] > [Open External Javadoc] from the menu.

Point

A Javadoc document can be created, if desired, by selecting [Java] > [Javadoc] from the Export wizard.