Constructor Nodes in the Explorer
See Also
For each of your source files, the Explorer displays nodes for all constructors
and initializers under the Constructors (
)
category node. Property information about each constructor or initializer is
presented in its Explorer icon and property sheet. Double-click any constructor
or initializer node in the Explorer to jump to its location in the Source Editor.
Contextual Menu Commands
You can right-click any constructor node to access a contextual menu containing
the following commands:
- Open. Opens the file and jumps to the constructor in the Source
Editor.
- Cut, Copy, and Paste. Lets you cut, copy, and paste constructors
into other classes.
- Tools. Contains commands for carrying out various actions on your
code, such as synchronizing changes, generating Javadoc documents, and managing
import statements.
Node Icons
Icon |
Description |
 |
Category node for constructors |
 |
Constructor with default access |
 |
Private constructor |
 |
Public constructor |
 |
Non-static initializer |
 |
Static initializer |
Constructor Node Properties
Constructor nodes have the following properties:
- Exceptions. Specifies the exceptions that the constructor can throw.
- Javadoc Comment. Adds or edits a Javadoc comment to the constructor.
See Javadoc Comment Property
Editor for more information.
- Modifiers. Defines standard Java language modifiers for the constructor.
Modifiers are standard keywords that alter the accessibility, behavior, or
semantics of the class. See Modifiers
Property Editor for more information.
- Parameters. Specifies the parameters for the constructor.
Legal Notices