Interface wizard

This is a feature of JBuilder Professional and Enterprise.

The Interface wizard adds a new interface file to your project. Use it start the creation of a new interface.

To open the Interface wizard, choose File|New to launch the object gallery and double-click the Interface icon.

The Interface wizard contains the following fields:

Package

The package name derived from the project file. To assign a different package name to the new java file, click in the Package field and type in a new name.

For more information on packages, see the Packages topic in the "Creating and managing projects" chapter for Introducing JBuilder.

Interface Name

Displays the default name assigned to the class. To rename it, click in the Interface Name field and type in a new name.

Base Interface

The name of the base interface that this interface extends. Choose one from the drop-down list, or click the ellipsis button to bring up a browser and search for a base class that is not included in this list. The drop-down list contains these interfaces, which are commonly used to create new interfaces:

Generate Header Comments

If checked, this option adds JavaDoc header comments such as Title and Author to the top of the generated interface.