The Sun Management Center 3.5 Update 1 provides the following features. These enable you to perform management functions using your preferred interface mechanism (command line or Java-based console):
All images have associated tooltips
All fields have an associated Accessible Name
All screens have an Accessible Description
This chapter describes the following features provided for the Java Console:
The Java Console indicates the active window component, called the focus, by either a blinking cursor or, in the case of buttons or checkboxes, a blue border. On some screens, a default button might be identified by a black border. To change focus or activate a button, use the appropriate mechanism:
To move from field to field within a window, use the Tab key. To move backward through the fields, use Shift+Tab. If you are in an element such as a field that allows tabs to be used, then use Ctrl+Tab and Ctrl+Shift+Tab to move through the fields.
Within a group of components, use the arrow keys to move up and down. For example, once you have tabbed to a particular list-item field, use the arrow keys to move among the list items.
To select a button on a window, change focus to the button, then use the spacebar to activate the button.
When a default button is identified on a window, press the Return key to activate that function.
To navigate through a hierarchical topology, use the up and down arrow keys to move between levels. Use the left arrow key to expand a level and the right arrow key to collapse a level.
Keyboard shortcuts are keystroke combinations that activate a menu item from the keyboard even if the menu for that command is not currently displayed. Keyboard shortcuts usually consist of a modifier key and a character key, like Ctrl+Z, or a few special keys, such as F1 and Delete. Unlike mnemonics, keyboard shortcuts do not display menus. They perform the indicated actions directly.
Table 3–1 provides a list of the standard keyboard shortcuts that the Java Console supports.
Table 3–1 Common Java Console Navigation and Activation Keys
Keyboard Operation |
Action |
---|---|
Tab |
Navigates to the next focusable component |
Shift+Tab | Navigates to the previous focusable component |
Control+Tab |
Navigates to the next focusable component. This works even if the component that previously had focus accepts tabs. |
Left Arrow |
Moves focus left one character or component |
Right arrow |
Moves focus right one character or component |
Up arrow |
Moves focus up one line or component |
Down arrow |
Moves focus down one line or component |
Page Up |
Moves up one pane of information |
Page Down |
Moves down one pane of information |
Home |
Moves to the beginning of the data; in a table, moves to the beginning of a row |
End |
Moves to the end of the data; in a table, moves to the last cell in a row |
Return |
Activates the default command button |
Escape |
Dismisses a menu or dialog box without changes; cancels a drag-and-drop operation in progress |
Spacebar |
Activates the component that has keyboard focus |
Mnemonics provide another keyboard alternative to the mouse. A mnemonic is an underlined alphanumeric character in a menu title, menu item, or other interface component. A mnemonic reminds you how to activate the equivalent command by simultaneously pressing the Alt key and the character key that corresponds to the underlined letter or numeral.
When the keyboard focus is not in a text element, you do not always need to use the Alt key. For example, to choose the Exit command from the File menu, you can hold down the Alt key and press F to display the File menu, release the Alt key, and then press X.
Once you have displayed a menu with a keyboard sequence, any subsequent keypress activates a command only from that menu. For example, you can press Alt+F to display the File menu and then type A to activate the Save As command, or press Alt+E to display the Edit menu, and then type A to activate the Select All command.
All menu items in Sun Management Center 3.5 Update 1 have mnemonics. A given letter might apply to a different function, depending on the menu or the window.
Throughout the Java Console, images indicate screen navigation. These images contain alternative text that you can display when you move your mouse over the image or use other similar technology. In addition, some graphs also provide a text-only view of the data in tabular format. Look for this feature on the graph windows.