This wizard helps you create a new Java interface in the workbench.
Option |
Description |
Default |
---|---|---|
Folder |
Type or browse to select a container for the new interface. |
The container of the selected Java resource |
Package |
Type or browse to select a package to contain the new interface. |
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 interface. |
<blank> |
Name |
Type a name for the new interface. |
<blank> |
Access Modifiers |
Select one or more access modifiers for the new interface.
|
public |
Extended Interfaces |
Click Add to choose interfaces that the new interface extends. |
<blank> |