Context menu for the Structure pane
The context menu for the Structure pane has the following commands.
Any of these commands may appear on the context menu when you are in the Project Browser mode, the Opened Browser mode, or the Directory Browser mode. The commands displayed depend on the AppBrowser mode and what type of file is selected.
See also:
User's Guide: AppBrowser modes
Context-sensitive help: Structure pane
Run
Runs the current project.
See also:
Context-sensitive help: Run|Run
Make
Compiles any .java files within the selected node that have outdated or nonexistent .class files. Also compiles any of the node's imported files that the node depends on which have outdated or nonexistent .class files.
Make is faster than Rebuild once you have done the initial compiling.
See also:
Context-sensitive help: Build|Make
Rebuild
Compiles all .java files within the selected node, regardless of whether their .class files are outdated. Also compiles the imported files upon which the node depends, regardless of whether their .class files are outdated.
See also:
Context-sensitive help: Build|Rebuild
Expand All
Expands all nodes in the current pane.
Collapse all
Collapses all nodes in the current pane to a single top-level node.
Activate Designer
Activates the UI Designer, where you lay out and design your user interface.
See also:
User's Guide: Visual design tools
User's Guide: Designing a user interface
Rename
Renames the selected subcomponent and changes the instance variable in the current file to the new name.
It also changes the name in the class in which the subcomponent is declared and in any event classes created for the subcomponent.