GotoSpringBeanUISpecification
Go To Spring Bean dialog - UI Specification
Author: Rohan Ranade
Contents |
Use Cases and Scenarios
A Go to Spring Bean dialog is similar to the Go to Type dialog and will allow the user to quickly navigate to a given Spring Bean definition by it's name.
Scenario:
- The user wants to jump to a definition of a Spring bean (in a Spring XML Configuration file), given it's name.
- The user selects the main menu item Navigate | Go to Spring Bean... or the keyboard short cut Alt + Shift + B to invoke the Go to Spring Bean dialog.
- The user types in the search text in the search field.
- The result area on the dialog shows Spring bean entries matching the user's search string. This result area is updated on every key press in the search text field.
- The user selects one of the matching Spring bean entries and hits Enter or presses the OK button to open the bean definition in the editor. (OR)
- The user cancels the search by pressing the Escape key or the Cancel button to dismiss the dialog
Specification
Menu
The menu entry is enabled when there is atleast 1 open project in NetBeans. Otherwise the menu entry is disabled.
File:GotoSpringBeanUISpecification/menu enabled GotoSpringBeanUISpecification.png
File:GotoSpringBeanUISpecification/menu disabled GotoSpringBeanUISpecification.png
Go To Spring Bean Dialog
File:GotoSpringBeanUISpecification/goto dialog GotoSpringBeanUISpecification.png

