Create Interface

General

Interface name
Define the name of interface. The created interface will carry the filename interfacename.java.

Hint: For valid identifiers in naming, please visit http://java.sun.com/docs/books/jls/third_edition/html/lexical.html#40625

Source Folder
The location where the created interface resides.

Extends
Add the interface(s) you want to inherit from. Click Add to select from the interface hierarchy tree. Click Remove to delete the selected interface from the list.

Package
Enter the package name to which the created interface belongs. Or click to select it from a package hierarchy tree.

Modifiers

Public
With this option is on, this interface will be accessible to the public.


Interface Hierarchy Tree


Package Hierarchy Tree