Override Inherited Methods wizard
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.
To display the Override Inherited Methods Wizard,
- Highlight a .java file in the Navigation pane of the AppBrowser.
- Choose Wizards|Override Methods.
This wizard contains the following fields:
Class
The class that will perform the override. This drop-down lists contains the name of the class selected in the Navigation pane, as well as names of classes defined in that class. This field is not editable; you must choose from the list.
Inherited Methods
The inherited methods. Click the icons in the left column to expand or collapse the list.
Choose a method by clicking it. Then choose the OK button. You can only override one method at a time