For each of your source files, the Explorer displays all field objects as field
nodes under the Fields ()
category node. Property information about each field is presented in its Explorer
icon and property sheet. Double-click any field node to jump to its field declaration
in the Source Editor.
The contextual menu for field nodes 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.
Icon | Description |
---|---|
![]() |
Category node for fields |
![]() |
Non-static field with default access |
![]() |
Non-static private field |
![]() |
Non-static public field |
![]() |
Non-static field with protected access |
![]() |
Static field with default access |
![]() |
Static private field |
![]() |
Static public field |
![]() |
Static field with protected access |
You can view properties for any field by right-clicking its Explorer node and choosing Properties. Field nodes have the following properties: