This wizard helps you create a new Java class in the workbench.
Option |
Description |
Default |
---|---|---|
Folder |
Type or browse to select a container for the new class. |
The project from which you chose to create the new class. |
Package |
Type or browse to select a package to contain the new class. You can select either this option or the Enclosing Type option, below. |
Either the package that contains the selected Java resource or the default package |
Enclosing Type |
Select this option to choose a type in which to enclose the new class. You can select either this option or the Package option, above. Either type a valid name in the field or click Browse to select a type via a dialog. |
<blank> |
Name |
Type a name for the new class. |
<blank> |
Access Modifiers |
Select one or more access modifiers for the new class.
|
public |
Superclass |
Type or click Browse to select a superclass for this class. |
java.lang.Object |
Interfaces |
Click Add to choose interfaces that the new class can extend. |
<blank> |
Which method stubs would you like to create? |
Choose the method stubs to create in this class:
|
All off |