New VJET Interface Wizard

The New VJET Interface wizard helps you to create a new VJET interface in a VJET project.

To reach this page please through the File menu (File > New > VJET Interface) of the workbench or the Context menu (New > VJET Interface) in the Script Explorer.

An example is shown below.

Create a VJET Interface page
VJET Interface Options
Option Description Default
Source folder Enter a source folder for the new interface. Either type a valid source folder path or click Browse to select a source folder via a dialog. The source folder of the element that was selected when the wizard has been started.
Package Enter a package to contain the new interface. Either type a valid package name or click Browse to select a package via a dialog. The package of the element that was selected when the wizard has been started.
Name Type a name for the new interface. <blank>
Modifiers

Select one or more access modifiers for the new interface.

  • Either public or default

Note:

  • Private and protected are useless when you new a VJET interface
public
Extended interfaces Click Add to select interfaces that the new interface will inherit. <blank>

Please refer to the New Java Interface Wizard in Java Development User Guide for detailed introduction of the options.

Related reference