Method Nodes in the Explorer

See Also 

For each of your source files, the Explorer displays all method objects as method nodes under the Methods (Methods category node icon) category node. Property information about each method is presented in its Explorer icon and property sheet. You can double-click any method node in the Explorer to jump to its method declaration in the Source Editor.

To add a method, right-click the Methods category node and choose Add Method. A property editor appears in which you can specify basic information for the new method, such as modifiers and parameters.

The contextual menu for method nodes also contains a Tools submenu. The commands in the Tools submenu let you perform a variety of actions on the class, such as overriding inherited methods, synchronizing changes, and localizing your code. Any commands you choose from the Tools submenu are executed on the entire class.

Node Icons

Icon Description
Methods category node icon Category node for methods
Icon for non-static methods with default access Nonstatic method with default access
Non-static private method icon Nonstatic private method
Non-static public method icon Nonstatic public method
Icon for non-static methods with protected access Nonstatic method with protected access
Icon for static methods with default access Static method with default access
Static private method icon Static private method
Static public method icon Static public method
Icon for static methods with protected access Static method with protected access

Method Node Properties

You can view a method's property sheet by right-clicking its node and choosing Properties. Method nodes have the following properties:

See Also
Source File Nodes in the Explorer
Form Object Nodes in the Explorer
Serialized Prototype Nodes in the Explorer
Class Nodes in the Explorer
Interface Nodes in the Explorer
Field Nodes in the Explorer
Constructor Nodes in the Explorer
Bean Pattern Nodes in the Explorer

The Explorer
Overriding Methods
Using the Import Management Tool
Synchronizing Source Code
Configuring Java Settings

Legal Notices