Method Property Sheet
You can view a property sheet for any method node
by right-clicking the node in the Filesystems window and choosing Properties.
Method nodes have the following properties:
- Exceptions. Lists the exceptions that the method throws. A method
is an event that prevents a program from continuing normally.
- Parameters. Lists the method's parameters. A parameter is the data
that is passed to a method when it is invoked.
- Javadoc Comment. Adds or edits a Javadoc comment to the method. See
Javadoc Comment Property Editor
for more information.
- Modifiers. Defines standard Java language modifiers for the method.
Modifiers are standard keywords that alter the accessibility, behavior, or
semantics of the method. See Modifiers
Property Editor for more information.
- Name. Sets the name of the method.
- Return Type. Set the type of the object that the method returns.
You can select any Java primitive data type from the combo box or type a class
name.
Legal Notices