New Bean Class Wizard

Overview

With the New Bean Class Wizard you can create a Java class that implements the required interface for an extensible process element. It can also create an UI editor for the configuration of the event for the corresponding bean. The Java class that is created contains example code about how to implement the bean.

Figure 20.1. New Bean Class Wizard

New Bean Class Wizard

Accessibility

Process Editor > inscribe > Inscription Mask > ... > Java Class to execute >

Features

Source Folder

The source folder the new Bean class should be created in.

Package

The Java package the new Bean class should be created in.

Name

The name of the new Bean class.

Interfaces

The interfaces the new Bean class should implement.

Generate comments

Should the new Bean class contain Javadoc comments?

Create UI Editor Class

Should an UI Editor class for the new Bean class be created?