Interface Property Sheet
You can view properties for any interface node
by right-clicking the node in the Filesystems window and choosing Properties.
Interface nodes have the following properties:
- Extends. Specifies the superclass that an interface extends. An interface
can use any of its superclass's public and protected methods and variables.
- Javadoc Comment. Adds or edits a Javadoc comment to the interface.
See Javadoc Comment Property
Editor for more information.
- Modifiers. Defines standard Java language modifiers for the interface.
Modifiers are standard keywords that alter the accessibility, behavior, or
semantics of the interface. See Modifiers
Property Editor for more information.
- Name. Sets the name of the interface.
Legal Notices