Main Page | Packages | Class Tree | Index | Help

xp.system

class CompDesc

Object
  |
  +--xp.system.CompDesc


dynamic class CompDesc
extends Object

A component descriptor containing the specifications of a component to be created on demand.

A component descriptor is an object that contains the attributes that defeine a component. They are usually used to pass a component definition in a serialised form to a Container for that container to then instantiate. The descriptor will usually contian the name of the class to be instantiaed as well as other properties values that will be assigned to the component during instanciation.


Author:
ProWin Computers Ltd. - Rob Edgar

Version:
3.0.0.000

See also:


Field Summary


className
The name of the component class or a reference to the static class constructor



Field Documentation

className

var className
The name of the component class or a reference to the static class constructor


The documentation was generated from the following file:


Generated on 10/30/2005 9:34:02 PM by AS2Doc