Lines Matching refs:a

9  * with the License.  You may obtain a copy of the License at
33 /** These constants specify the class types used to identify a component.
44 /** specifies a control that is used to begin, interrupt, or end a process.
48 /** specifies a control that acts like a radio button. Grouped together, such radio buttons
49 present a set of two or more mutually exclusive choices to the user.
53 /** specifies a control that displays an image that responds to mouse clicks.
57 /** specifies a control that is used to check or uncheck to turn an option on or off.
61 /** specifies a control that displays a list from which the user can select one or more items.
65 /** specifies a control that is used when a list box combined with a static text control or an edit
70 /** specifies a control that displays a frame around a group of controls with or without a caption.
74 …/** specifies a control that is a text component that allows for the editing of a single line of t…
78 /** specifies a control to display a fixed text, usually used to label other controls.
82 /** is a table like control to display database data.
91 /** specifies a control that should not be visible.
95 /** specifies a control to display an image.
99 /** specifies a control to display and edit a date value.
103 /** specifies a control to display and edit a time value.
107 /** specifies a field to display and edit a numeric value.
111 /** specifies a field to display and edit a currency value.
115 /** specifies a control to display and edit a string according to a pattern.
119 …/** specifies a control to display and edit, in the form of a scrollbar, a value from a continuous…
123 …/** specifies a control to edit, in the form of a spin field, a value from a continuous range of v…
127 …/** specifies a control which provides controller functionality for the <type scope="com::sun::sta…