Selection (user interface)

This is an old revision of this page, as edited by RW Marloe (talk | contribs) at 13:31, 7 April 2011. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In computing and user interface engineering, a selection is a list of items on which user operations will take place. The user typically adds items to the list manually, although the computer may create a selection automatically. A precision pointing device (mouse and cursor, stylus) or by touch (on a touchscreen) is used to enact a selection. The simultaneous selection of a group of items is called a multiple selection.

Context menus will usually include actions related to the objects included in the current selection - the selection provides the "context" for the menu.

Simultaneous editing is a technique in End-user development research to edit all items in a multiple selection. It allows the user to manipulate all the selected items at once through direct manipulation. The Lapis text editor[1][2] and the multi edit[3] plugin for gedit are examples of this technique. The Lapis editor can also create an automatic multiple selection based on an example item.

The term simultaneous editing is also used to describe collaborative editing in collaborative real-time editors.

References