Option |
Description |
Default |
Source folder |
Enter a source folder for the new class. 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 was 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 was started. |
Abstract service |
Type or click Browse
to select a superclass for the abstract wrapper class. Alternatively, select an interface
for the abstract wrapper class to implement. |
<java.lang.Object> |
Wrapper class |
Type a name for the new wrapper class. |
<AbstractWrapper> |
Modifiers |
Select one or more access modifiers for the new class.
- public (uncheck for default visibility)
- abstract
|
public, abstract |
Component field |
Type or select the name of the field that will contain the
component instance |
<component> |
Generate component accessors |
Determines whether accessors are created for the
component field. |
<false> |
Interfaces |
Click Add to enter the names
of the concrete wrapper classes that should be created |
<blank> |