Lines Matching refs:user

53 /** is used to query, register and deregister user interface element factories.
56 A user interface element factory is registered for a set of three properties.
58 <li><b>Type</b>a string that identifies a type of a user interface element.</li>
59 … <li><b>Name</b>a string that identifies a single user interface element within a type class.</li>
62 A combination of these three property values can uniquely identifiy every user interface
65 Currently the following user interface element types are defined:
80 /** function to retrieve a list of all registered user interface element factories
84 user interface element factory.<br/>
88 <li><b>Type</b>a string property that identifies the type of the user interface
90 <li><b>Name</b>an optional string property which identifies a single user interface
92 returned, the factory is a generic factory for all user interface elements of the
100 /** function to retrieve a previously registered user interface element factory.
103 a reference to a registered user interface element factory if a factory has been
108 a resource URL which identifies a user interface element. A resource URL uses the
118 /** function to register a user interface element factory.
121 … a string that identifies a type of a user interface element. Currently the following types
130 … an optional name of a single user interface element. This name must be unique within a user
132 user interface element is needed.
144 /** function to remove a previously defined user interface element factory.
147 … a string that identifies a type of a user interface element. Currently the following types
156 … an optional name of a single user interface element. This name must be unique within a user
158 user interface element should be deregistered.
167 user interface element anymore.