New VJET Mixin Type Wizard

The New VJET Mixin Type wizard helps you create a new VJET Mixin Type in a VJET project.

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

An example is shown below.

Create a VJET Mixin type page
New VJET Mixin Options
Option Description Default
Source folder Enter a source folder for the new type. 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 class. 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 Input a name for the new type. <blank>
Modifiers

Select one or more access modifiers for the new type.

  • Either public or default

Note:

  • Private and protected are useless when you new a VJET type
<blank>
Interfaces Click Add to select an itype that the new type satisfies. <blank>

Related reference