User interface basics / The abstract user interface tree |
The abstract user interface defines a tree of objects organized by parent/child relationship. The different kinds of user interface objects are defined by attributes. The AUI tree can be serialized as text according to the XML standard notation.
<ToolBar> <ToolBarItem name="f5" text="List" image="list" /> <ToolBarSeparator/> <ToolBarItem name="Query" text="Query" image="search" /> <ToolBarItem name="Add" text="Append" image="add" /> ... </ToolBar>