Inspector window
   HOME

TheInfoList



OR:

The
graphical control element A graphical widget (also graphical control element or control) in a graphical user interface is an element of interaction, such as a button or a scroll bar. Controls are software components that a computer user interacts with through dir ...
inspector window is a type of dialog window that shows a list of the current
attributes Attribute may refer to: * Attribute (philosophy), an extrinsic property of an object * Attribute (research), a characteristic of an object * Grammatical modifier, in natural languages * Attribute (computing), a specification that defines a prope ...
of a selected
object Object may refer to: General meanings * Object (philosophy), a thing, being, or concept ** Object (abstract), an object which does not exist at any particular time or place ** Physical object, an identifiable collection of matter * Goal, an ...
and allows these parameters to be changed on the fly. A common use is in
Integrated Development Environment An integrated development environment (IDE) is a software application that provides comprehensive facilities to computer programmers for software development. An IDE normally consists of at least a source code editor, build automation tools ...
s, where the window shows the changing values of variables associated to an object during a
debugging In computer programming and software development, debugging is the process of finding and resolving '' bugs'' (defects or problems that prevent correct operation) within computer programs, software, or systems. Debugging tactics can involve i ...
session. Inspector windows show information in programs like
file manager A file manager or file browser is a computer program that provides a user interface to manage files and folders. The most common operations performed on files or groups of files include creating, opening (e.g. viewing, playing, editing or pr ...
s, showing file parameters like file size and access permissions. For example, in a vector graphics application the user creates drawings out from elements such as lines, rectangles and circles. When such an element is selected on the page, an inspector will show the current size and absolute position on the page of this element with numbers. The user can then change those numbers to change the size or position of the object on the page. An inspector window is a type of
palette window The graphical control element palette window, also known as utility window or floating palette, floats on top of all regular windows and offers ready access tools, commands or information for the current application. Applications use palette w ...
.


References

*http://documentation.apple.com/en/compressor/usermanual/index.html#chapter=4%26section=7%26tasks=true Graphical control elements User interface techniques {{GUI-stub