Lines Matching refs:element

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>
63 element within OpenOffice.
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/>
89 element which this factory can create.</li>
91 element within a type class which this factory can create. If this property is not
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
131 … interface element type class. This value can remain empty if no special factory for a single
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
157 … interface element type class. This value can remain empty if no special factory for a single
158 user interface element should be deregistered.
167 user interface element anymore.