This section and the next section
use different terminology for dialog boxes and the components they
contain, depending on the perspective being described. Dialog box
components are items such as buttons, fields, and combo boxes.
When this section and the next section describe dialog boxes
and their components from the perspective of a user, terms such
as dialog box, button, field, and combo box are
used.
When this section and the next section describe dialog boxes
and their components from the perspective of their internal representation,
the term window element is used. The internal representation
of window elements is a hierarchy, where each window element instance
is identified by labels. The window element instance also describes
its physical characteristics and behavior.
From a user’s perspective, the dialog boxes and their components
show different behaviors, where some dialog box elements are hidden
until activated. From an internal representation perspective, no
such issue of behavior exists. For example, the internal representation
of a dialog box looks similar to that of the components it contains,
with the exception that the components are nested within the dialog
box.
This section describes XML elements that provide AppMon with
instructions. These elements have names such as the dialog element
and the window element. This document uses a monospaced
font to distinguish XML elements. The dialog element
identifies a dialog box that an XML script file can cause to be
displayed, either intentionally or unintentionally. The window element identifies
a window element (dialog box or the components of a dialog box).