Class Properties
On this page, continue to customize the new class by providing the following
information:
- Import Statements To add a class or package to the import statement for
the new class, click the Add Class or Add Package button.
Select the classes or packages to be imported, which will be listed in the import
statements list. To remove a class or package from the import statements list,
select it and click Remove.
- Implemented Interfaces If the new class implements an interface,
click the Add button and select the interface. The selected
interfaces are listed in the implemented interfaces list. To remove an interface
from the list, select it and click Remove.
- Modifiers Enable the check boxes for the modifiers that apply to the
new method (public, abstract, and final).
- Method Stubs Enable the check boxes for methods for which you want the
SmartGuide to generate stubs. Default versions and signatures of the selected
methods will be added to the class' source code. You can then customize the stubs as
needed.
Click Finish to have the SmartGuide generate the class.
