New Java Interface Wizard

This wizard helps you create a new Java interface in the workbench.

Java Interface Options

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.

  • Either public, default, private, or protected (private and protected are only available if you specify an enclosing type)
  • static (only available if you specify an enclosing type)

public

Extended Interfaces

Click Add to choose interfaces that the new interface extends.

<blank>