Toolbars appear at the bottom of most EIS pages and change depending on the type of page the user is in. The toolbar may include search list navigation buttons, page navigation buttons, and page action buttons. Grayed out buttons indicate the action is not available.
A specific button in the toolbar. The button can be a toggle or a simple command (like open a file).
A command button used in a toolbar (or status bar).
Definition: A button in an application toolbar. Toolbar buttons are usually shortcuts to functionality that is available in the menus of the application. Usage: Normal text rules for the term button. Verb Phrase: Click button_name on the toolbar, click on the button_name button. Noun: Button. Tags: Use the guibutton tag for the toolbar button name. Example 1: To refresh the contents of the view pane, click on the Reload button. Example 2: Click Save on the toolbar.
a command button or toggle button that appears in a toolbar, typically as part of a set of such buttons
a specialized button designed for use within a toolbar element
A button on a toolbar that is clicked to issue a command to the computer.
A button on the toolbar designed to provide quick access to a specific command or option.
A button that appears in a toolbar, typically a command or toggle button. Toolbar buttons are created using the JButton or JToggleButton component. See also command button, toggle button.