@database execlist_example

@node main "Introduction to execlist"

The execlist object is some kind of 'object oriented object wrapper' for
exec.library's lists. Those lists are used in listview gadgets for example
and in many other places of the Amiga OS.

Currently there's only @{" one example " link EMODULES:oomodules/list/execlist/test.e/main} that fiddles around with the execlist
features.

There is an @{" autodoc " link EMODULES:oomodules/oodoc/guides/execlist/main} file available or this object.

@endnode

@node initilisation "Allocation and initilisation of execlist"

The most important argument that can be passed to new is "list". The
following tag is an E list the object is set to. Listviews and other
system objects can be initialised quickly using this feature.

@endnode

@node where "Where to use this object"

Anywhere you want to use exec lists.

@endnode

@node see_also "See also"

Associated objects are the objects of the list hierarchy - queuestack
(big but useful), elist (object wrapper of E's list) and the others.

@endnode
