Class Node
See Also
For each of your source files, the Filesystems window displays all Java class
and inner class objects as class nodes (
).
Each class node expands to reveal subnodes for each of its member elements,
such as methods, fields, and bean patterns.
Working With This Node
You can right-click any class node to access a contextual menu containing the
following commands:
- Open. Open the file and jumps to the class declaration in the Source
Editor. You can also jump to the class declaration by double-clicking the
class node.
- Cut, Copy, and Paste. Cut, copy, and paste entire classes into other
form objects, source files, or classes.
- Add. Add new Java elements such as methods and constructors to your
class.
- Override Methods. Override any method inherited from the class' superclasses.
- Tools. Access commands for carrying out various actions on your code,
such as synchronizing changes, generating Javadoc documents, and managing
import statements.
- Properties. Display the property sheet
for this node.
Legal Notices