Modifying Code with Class Builder

The Class Builder is a tool that assists you in modifying the classes in your Java source files. Using Class Builder, you can:

You can also set various Class Builder options to customize its functionality.

Important   Class Builder inserts @builder comment tags into your code. Because these comments are needed by Class Builder, you should avoid deleting them.

For more information about the wizards and builders included with Visual J++, see Introducing Wizards and Builders.

Starting Class Builder

To open Class Builder, you can:

-or-

To change the selected class in Class Builder

  1. On the General tab, click Select Class.

  2. In the Select Class dialog box, select whether you want to view your classes in Project View or Class View. Project view displays a hierarchical list of the .java files in your solution, where each file node lists the names of the classes contained in that file. Class view displays a hierarchical list of class names.

  3. Once you have chosen a view, select the name of the class you want to modify with Class Builder.

  4. Click OK.