Class Property Sheet
You can view properties for any class node by right-clicking
the node in the Filesystems window and choosing Properties. Class nodes have
the following properties:
- Extends. Specifies the superclass that a class extends. A class can
use any of the public and protected methods and variables in its superclass.
- Implements. Specifies the interfaces that the class implements. Interfaces
are sets of abstract methods that a class can implement to add functionality.
- Javadoc Comment. Adds or edits a Javadoc comment to the class. See
Javadoc Comment Property Editor
for more information.
- Modifiers. Defines standard Java language modifiers for the class.
Modifiers are standard keywords that alter the accessibility, behavior, or
semantics of the class. See Modifiers
Property Editor for more information.
- Name. Sets the name of the class.
Legal Notices