Lines Matching refs:a

9  * with the License.  You may obtain a copy of the License at
32 property values within a <type>ObjectInspector</type>.
34 <p>The type of a control determines its visual appearance, its behaviour, and - important
35 for property handlers using a control - the expected type when reading and writing the
46 /** denotes a control which allows the user to choose from a list of
55 /** denotes a control which allows the user to choose from a list of
56 possible property values, combined with the possibility to enter a new
65 …/** denotes a control which allows the user to enter property values consisting of a single line o…
71 /** denotes a control which allows the user to enter pure text, including line breaks
77 /** denotes a control which allows the user to enter a single character
80 being a single UTF-16 character.</p>
84 /** denotes a control which allows the user to enter a list of single-line strings
90 /** denotes a control which allows the user to choose from a list of colors.
97 … then you can also exchange values as <code>string</code>. That is, if you write a string into
105 /** denotes a control which allows the user to enter a numerical value
113 /** denotes a control which allows the user to enter a date value
119 /** denotes a control which allows the user to enter a time value
125 /** denotes a control which allows the user to enter a combined date/time value
131 /** denotes a control which displays a string in a hyperlink-like appearance
139 …/** denotes a non-standard property control, which is usually provided by an <type>XPropertyHandle…