Override Methods wizard

This is a feature of JBuilder Professional and Enterprise.

The Override Methods wizard overrides a method in a superclass. This wizard creates the framework for the override and inserts the method signature framework at the end of the .java source for the class. You need to write the code that implements the override. A @todo comment tag is inserted in the method signature.

To display the Override Methods wizard,

  1. Highlight a .java file in the project pane of the AppBrowser.
  2. Choose Wizards|Override Methods.

This wizard contains the following fields:

Select class

The class that will perform the override. This drop-down list contains the name of the class selected in the project pane, as well as names of classes defined in that class. This field is not editable; you must choose from the list.

All Abstract Methods

All unimplemented abstract methods are included when this option is checked.

Available Methods

A tree containing the inherited classes. Click the icons in the left column to expand or collapse the list and see the available methods.

To choose a method, click it then press OK. You can override one method only at a time.