Lines Matching refs:p

31     <p>This collection of constans defines the set of possible roles of
37 <type>XAccessibleContext</type> interface.</p>
39 <p>We are using constants instead of a more typesafe enum. The reason
42 here.</p>
44 <p>For some roles there exist two labels with the same value. Please
46 deprecated and will be removed in the future. </p>
57 <p>The object contains some Accessible information, but its role is
58 not known.</p>
72 <p>See alse <const>FRAME</const>, <const>GLASS_PANE</const>, and
73 <const>LAYERED_PANE</const>.</p>
79 <p>A choice that can be checked or unchecked and provides a separate
80 indicator for the current state.</p>
82 <p>See also <const>PUSH_BUTTON</const>, <const>TOGGLE_BUTTON</const>,
83 and <const>RADIO_BUTTON</const>.</p>
99 <p>A list of choices the user can select from. Also optionally
100 allows the user to enter a choice of their own.</p>
106 <p>A <const>DATE_EDITOR</const> is a component that allows users to
107 edit java.util.Date and java.util.Time objects.</p>
113 <p>See also <const>DESKTOP_PANE</const> and
114 <const>INTERNAL_FRAME</const>.</p>
120 <p>A pane that supports internal frames and iconified versions of
121 those internal frames.</p>
127 <p>A pane that allows the user to navigate through and select the
128 contents of a directory. May be used by a file chooser.</p>
130 <p>See also <const>FILE_CHOOSER</const>.</p>
136 <p>A top level window with title bar and a border. A dialog is
138 a secondary window for an application.</p>
140 <p>See also <const>FRAME</const> and <const>WINDOW</const>.</p>
146 <p>The view of an actual document. Its content depends on the
147 documen type.</p>
162 <p>A specialized dialog that displays the files in the directory
165 of a directory.</p>
167 <p>See also <const>DIRECTORY_PANE</const>.</p>
173 <p>An object that fills up space in a user interface. It is often
175 serves no other purpose.</p>
181 <p>A <const>FONT_CHOOSER</const> is a component that lets the user pick various
182 attributes for fonts.</p>
197 <p>A top level window with a title bar, border, menu bar, etc. It
198 is often used as the primary window for an application.</p>
200 <p>See also <const>DIALOG</const>, <const>CANVAS</const>, and
201 <const>WINDOW</const>.</p>
207 <p>A pane that is guaranteed to be painted on top of all panes
208 beneath it.</p>
210 <p>See also <const>ROOT_PANE</const> and <const>CANVAS</const>.</p>
220 <p>A <const>GROUP_BOX</const> is a simple container that contains a
221 border around it and contains components inside it.</p>
244 <p>A frame-like object that is clipped by a desktop pane. The
247 application.</p>
249 <p>See also <const>DESKTOP_ICON</const>, <const>DESKTOP_PANE</const>,
250 and <const>FRAME</const>.</p>
260 <p>A specialized pane that allows its children to be drawn in
263 the visual components in a window.</p>
265 <p>See also <const>GLASS_PANE</const> and
266 <const>ROOT_PANE</const>.</p>
272 <p>An object that presents a list of objects to the user and allows
274 within a scroll pane.</p>
276 <p>See also <const>SCROLL_PANE</const> and
277 <const>LIST_ITEM</const>.</p>
283 <p>An object that presents an element in a list. A list is usually
284 contained within a scroll pane.</p>
286 <p>See also <const>SCROLL_PANE</const> and <const>LIST</const>.</p>
292 <p>An object usually found inside a menu bar that contains a list of
297 contains menu items for "Cut" and "Paste."</p>
299 <p>See also <const>MENU_BAR</const>, <const>MENU_ITEM</const>,
301 <const>CHECK_BOX</const>, and <const>POPUP_MENU</const>.</p>
307 <p>An object usually drawn at the top of the primary dialog box of
310 "Edit," and "Help."</p>
312 <p>See also <const>MENU</const>, <const>POPUP_MENU</const>, and
313 <const>LAYERED_PANE</const>.</p>
319 <p>An object usually contained in a menu that presents an action the
322 text in a document.</p>
324 <p>See also <const>MENUBAR</const>, <const>SEPARATOR</const>, and
325 <const>POPUP_MENU</const>.</p>
331 <p>See also <const>DIALOG</const>.</p>
337 <p>An object that is a child of a page tab list. Its sole child is
339 the page tab from the list of tabs in the page tab list.</p>
341 <p>See also <const>PAGE_TAB_LIST</const>.</p>
347 <p>An object that presents a series of panels (or page tabs), one at
350 children of a page tab list are all page tabs.</p>
352 <p>See also <const>PAGE_TAB</const>.</p>
366 <p>A text object used for passwords, or other places where the text
367 contents is not shown visibly to the user.</p>
373 <p>A temporary window that is usually used to offer the user a list
375 choices.</p>
377 <p>See also <const>MENU</const> and <const>MENU_ITEM</const>.</p>
383 <p>An object the user can manipulate to tell the application to do
384 something.</p>
386 <p>See also <const>CHECK_BOX</const>, <const>TOGGLE_BUTTON</const>,
388 <const>BUTTON_DROPDOWN</const>.</p>
398 <p>A specialized check box that will cause other radio buttons in
399 the same group to become unchecked when this one is checked.</p>
401 <p>See also <const>PUSH_BUTTON</const>, <const>TOGGLE_BUTTON</const>,
402 and <const>CHECK_BOX</const>.</p>
418 <p>A specialized pane that has a glass pane and a layered pane as
419 its children.</p>
421 <p>See also <const>GLASS_PANE</const> and <const>LAYERED_PANE</const>.</p>
427 <p>An object usually used to allow a user to incrementally view a
428 large amount of data. Usually used only by a scroll pane.</p>
430 <p>Ssee also <const>SCROLL_PANE</const>.</p>
436 <p>An object that allows a user to incrementally view a large amount
438 viewport.</p>
440 <p>See also <const>SCROLL_BAR</const> and <const>VIEW_PORT</const>.</p>
453 <p>An object usually contained in a menu to provide a visual and
457 "Exit" menu items.</p>
459 <p>See also <const>MENU</const> and <const>MENU_ITEM</const>.</p>
465 <p>An object that allows the user to select from a bounded
467 between 0 and 100.</p>
473 <p>A <const>SPIN_BOX</const> is a simple spinner component and its
474 main use is for simple numbers.</p>
480 <p>A specialized panel that presents two other panels at the same
482 make one panel larger and the other panel smaller.</p>
488 <p>A <const>STATUS_BAR</const> is an simple component that can
489 contain multiple labels of status information to the user.</p>
495 <p>An object used to present information in terms of rows and
496 columns. An example might include a spreadsheet application.</p>
506 <p>An object that presents text to the user. The text is usually
507 editable by the user as opposed to a label.</p>
509 <p>See also <const>LABEL</const>.</p>
519 <p>A specialized push button that can be checked or unchecked, but
520 does not provide a separate indicator for the current state.</p>
522 <p>See also <const>PUSH_BUTTON</const>, <const>CHECK_BOX</const> and
523 <const>RADIO_BUTTON</const>.</p>
529 <p>A bar or palette usually composed of push buttons or toggle
531 functions for an application.</p>
537 <p>An object that provides information about another object. The
540 hover over the object associated with the tool tip.</p>
546 <p>An object used to present hierarchical information to the
548 to provide selective disclosure of the tree's contents.</p>
554 <p>An object usually used in a scroll pane. It represents the
557 change.</p>
559 <p>See also <const>SCROLL_PANE</const>.</p>
565 <p>See also <const>FRAME</const> and <const>DIALOG</const>.</p>
571 <p>The object represents a button that drops down a list of items.</p>
573 <p>See also <const>PUSH_BUTTON</const> and <const>BUTTON_MENU</const>.</p>
581 <p>The object represents a button that drops down a menu.</p>
583 <p>See also <const>PUSH_BUTTON</const> and <const>BUTTON_DROPDOWN</const>.</p>
591 <p>The object contains descriptive information, usually textual, about
592 another user interface element such as a table, chart, or image.</p>.
600 <p>The object is a graphical depiction of quantitative data. It may contain multiple
602 the quantitative data and information about how the data is being presented.</p>
610 <p>A role indicating the object acts as a formula for calculating a value.</p>
618 <p>The object is a container for form controls, for instance as part of a web form
619 or user-input form within a document.</p>
627 <p>Usually a graphic with multiple hotspots, where each hotspot can be activated
628 resulting in the loading of another document or section of a document.</p>
636 <p>An embedded note which is not visible until activated.</p>
644 <p>An object representing a page of document content. It is used in documents
645 which are accessed by the user on a page by page basis.</p>
653 … <p>An object which describes margins and tab stops, etc. for text objects which it controls.</p>
661 <p>The object is a containing instance of document content which constitutes a particular
662 'logical' section of the document.</p>
670 <p>An object that presents an element in a tree</p>
672 </p>See also <const>TREE</const> and <const>TREE_TABLE</const>.</p>
680 <p>An object which represents both hierarchical and tabular information.</p>
688 <p>An object which represents a comment.</p>
690 <p>A comment is anchored at a certain content position in the document and
692 In the OpenDocument file format a comment is known as an annotation.</p>
694 <p>See also <const>COMMENT_END</const>.</p>
702 <p>An invisible object which represents the end position of a text range which
703 is annotated by a comment - see <const>COMMENT</const>.</p>
705 <p>This object and the corresponding object representing the comment shall be
706 in relation of type <const>MEMBER_OF</const>.</p>