Constructor Property Sheet
You can access these properties from a constructor
node in the Filesystems window. Constructors 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