accessiblerole.html

来自「API資料大全」· HTML 代码 · 共 1,264 行 · 第 1/4 页

HTML
1,264
字号
<DD>An object that is a child of a page tab list.  Its sole child is the panel that is to be presented to the user when the user  selects the page tab from the list of tabs in the page tab list.<DD><DL><DT><B>See Also: </B><DD><A HREF="../../javax/accessibility/AccessibleRole.html#PAGE_TAB_LIST"><CODE>PAGE_TAB_LIST</CODE></A></DL></DD></DL><HR><A NAME="PANEL"><!-- --></A><H3>PANEL</H3><PRE>public static final <A HREF="../../javax/accessibility/AccessibleRole.html">AccessibleRole</A> <B>PANEL</B></PRE><DL><DD>A generic container that is often used to group objects.</DL><HR><A NAME="PROGRESS_BAR"><!-- --></A><H3>PROGRESS_BAR</H3><PRE>public static final <A HREF="../../javax/accessibility/AccessibleRole.html">AccessibleRole</A> <B>PROGRESS_BAR</B></PRE><DL><DD>An object used to indicate how much of a task has been completed.</DL><HR><A NAME="PASSWORD_TEXT"><!-- --></A><H3>PASSWORD_TEXT</H3><PRE>public static final <A HREF="../../javax/accessibility/AccessibleRole.html">AccessibleRole</A> <B>PASSWORD_TEXT</B></PRE><DL><DD>A text object used for passwords, or other places where the  text contents is not shown visibly to the user</DL><HR><A NAME="PUSH_BUTTON"><!-- --></A><H3>PUSH_BUTTON</H3><PRE>public static final <A HREF="../../javax/accessibility/AccessibleRole.html">AccessibleRole</A> <B>PUSH_BUTTON</B></PRE><DL><DD>An object the user can manipulate to tell the application to do something.<DD><DL><DT><B>See Also: </B><DD><A HREF="../../javax/accessibility/AccessibleRole.html#CHECK_BOX"><CODE>CHECK_BOX</CODE></A>, <A HREF="../../javax/accessibility/AccessibleRole.html#TOGGLE_BUTTON"><CODE>TOGGLE_BUTTON</CODE></A>, <A HREF="../../javax/accessibility/AccessibleRole.html#RADIO_BUTTON"><CODE>RADIO_BUTTON</CODE></A></DL></DD></DL><HR><A NAME="TOGGLE_BUTTON"><!-- --></A><H3>TOGGLE_BUTTON</H3><PRE>public static final <A HREF="../../javax/accessibility/AccessibleRole.html">AccessibleRole</A> <B>TOGGLE_BUTTON</B></PRE><DL><DD>A specialized push button that can be checked or unchecked, but does not provide a separate indicator for the current state.<DD><DL><DT><B>See Also: </B><DD><A HREF="../../javax/accessibility/AccessibleRole.html#PUSH_BUTTON"><CODE>PUSH_BUTTON</CODE></A>, <A HREF="../../javax/accessibility/AccessibleRole.html#CHECK_BOX"><CODE>CHECK_BOX</CODE></A>, <A HREF="../../javax/accessibility/AccessibleRole.html#RADIO_BUTTON"><CODE>RADIO_BUTTON</CODE></A></DL></DD></DL><HR><A NAME="CHECK_BOX"><!-- --></A><H3>CHECK_BOX</H3><PRE>public static final <A HREF="../../javax/accessibility/AccessibleRole.html">AccessibleRole</A> <B>CHECK_BOX</B></PRE><DL><DD>A choice that can be checked or unchecked and provides a  separate indicator for the current state.<DD><DL><DT><B>See Also: </B><DD><A HREF="../../javax/accessibility/AccessibleRole.html#PUSH_BUTTON"><CODE>PUSH_BUTTON</CODE></A>, <A HREF="../../javax/accessibility/AccessibleRole.html#TOGGLE_BUTTON"><CODE>TOGGLE_BUTTON</CODE></A>, <A HREF="../../javax/accessibility/AccessibleRole.html#RADIO_BUTTON"><CODE>RADIO_BUTTON</CODE></A></DL></DD></DL><HR><A NAME="RADIO_BUTTON"><!-- --></A><H3>RADIO_BUTTON</H3><PRE>public static final <A HREF="../../javax/accessibility/AccessibleRole.html">AccessibleRole</A> <B>RADIO_BUTTON</B></PRE><DL><DD>A specialized check box that will cause other radio buttons in the same group to become unchecked when this one is checked.<DD><DL><DT><B>See Also: </B><DD><A HREF="../../javax/accessibility/AccessibleRole.html#PUSH_BUTTON"><CODE>PUSH_BUTTON</CODE></A>, <A HREF="../../javax/accessibility/AccessibleRole.html#TOGGLE_BUTTON"><CODE>TOGGLE_BUTTON</CODE></A>, <A HREF="../../javax/accessibility/AccessibleRole.html#CHECK_BOX"><CODE>CHECK_BOX</CODE></A></DL></DD></DL><HR><A NAME="ROW_HEADER"><!-- --></A><H3>ROW_HEADER</H3><PRE>public static final <A HREF="../../javax/accessibility/AccessibleRole.html">AccessibleRole</A> <B>ROW_HEADER</B></PRE><DL><DD>The header for a row of data.</DL><HR><A NAME="SCROLL_PANE"><!-- --></A><H3>SCROLL_PANE</H3><PRE>public static final <A HREF="../../javax/accessibility/AccessibleRole.html">AccessibleRole</A> <B>SCROLL_PANE</B></PRE><DL><DD>An object that allows a user to incrementally view a large amount of information.  Its children can include scroll bars and a viewport.<DD><DL><DT><B>See Also: </B><DD><A HREF="../../javax/accessibility/AccessibleRole.html#SCROLL_BAR"><CODE>SCROLL_BAR</CODE></A>, <A HREF="../../javax/accessibility/AccessibleRole.html#VIEWPORT"><CODE>VIEWPORT</CODE></A></DL></DD></DL><HR><A NAME="SCROLL_BAR"><!-- --></A><H3>SCROLL_BAR</H3><PRE>public static final <A HREF="../../javax/accessibility/AccessibleRole.html">AccessibleRole</A> <B>SCROLL_BAR</B></PRE><DL><DD>An object usually used to allow a user to incrementally view a large amount of data.  Usually used only by a scroll pane.<DD><DL><DT><B>See Also: </B><DD><A HREF="../../javax/accessibility/AccessibleRole.html#SCROLL_PANE"><CODE>SCROLL_PANE</CODE></A></DL></DD></DL><HR><A NAME="VIEWPORT"><!-- --></A><H3>VIEWPORT</H3><PRE>public static final <A HREF="../../javax/accessibility/AccessibleRole.html">AccessibleRole</A> <B>VIEWPORT</B></PRE><DL><DD>An object usually used in a scroll pane.  It represents the portion  of the entire data that the user can see.  As the user manipulates  the scroll bars, the contents of the viewport can change.<DD><DL><DT><B>See Also: </B><DD><A HREF="../../javax/accessibility/AccessibleRole.html#SCROLL_PANE"><CODE>SCROLL_PANE</CODE></A></DL></DD></DL><HR><A NAME="SLIDER"><!-- --></A><H3>SLIDER</H3><PRE>public static final <A HREF="../../javax/accessibility/AccessibleRole.html">AccessibleRole</A> <B>SLIDER</B></PRE><DL><DD>An object that allows the user to select from a bounded range.  For example, a slider might be used to select a number between 0 and 100.</DL><HR><A NAME="SPLIT_PANE"><!-- --></A><H3>SPLIT_PANE</H3><PRE>public static final <A HREF="../../javax/accessibility/AccessibleRole.html">AccessibleRole</A> <B>SPLIT_PANE</B></PRE><DL><DD>A specialized panel that presents two other panels at the same time. Between the two panels is a divider the user can manipulate to make one panel larger and the other panel smaller.</DL><HR><A NAME="TABLE"><!-- --></A><H3>TABLE</H3><PRE>public static final <A HREF="../../javax/accessibility/AccessibleRole.html">AccessibleRole</A> <B>TABLE</B></PRE><DL><DD>An object used to present information in terms of rows and columns. An example might include a spreadsheet application.</DL><HR><A NAME="TEXT"><!-- --></A><H3>TEXT</H3><PRE>public static final <A HREF="../../javax/accessibility/AccessibleRole.html">AccessibleRole</A> <B>TEXT</B></PRE><DL><DD>An object that presents text to the user.  The text is usually editable by the user as opposed to a label.<DD><DL><DT><B>See Also: </B><DD><A HREF="../../javax/accessibility/AccessibleRole.html#LABEL"><CODE>LABEL</CODE></A></DL></DD></DL><HR><A NAME="TREE"><!-- --></A><H3>TREE</H3><PRE>public static final <A HREF="../../javax/accessibility/AccessibleRole.html">AccessibleRole</A> <B>TREE</B></PRE><DL><DD>An object used to present hierarchical information to the user. The individual nodes in the tree can be collapsed and expanded to provide selective disclosure of the tree's contents.</DL><HR><A NAME="TOOL_BAR"><!-- --></A><H3>TOOL_BAR</H3><PRE>public static final <A HREF="../../javax/accessibility/AccessibleRole.html">AccessibleRole</A> <B>TOOL_BAR</B></PRE><DL><DD>A bar or palette usually composed of push buttons or toggle buttons. It is often used to provide the most frequently used functions for an application.</DL><HR><A NAME="TOOL_TIP"><!-- --></A><H3>TOOL_TIP</H3><PRE>public static final <A HREF="../../javax/accessibility/AccessibleRole.html">AccessibleRole</A> <B>TOOL_TIP</B></PRE><DL><DD>An object that provides information about another object.  The  accessibleDescription property of the tool tip is often displayed  to the user in a small "help bubble" when the user causes the  mouse to hover over the object associated with the tool tip.</DL><HR><A NAME="AWT_COMPONENT"><!-- --></A><H3>AWT_COMPONENT</H3><PRE>public static final <A HREF="../../javax/accessibility/AccessibleRole.html">AccessibleRole</A> <B>AWT_COMPONENT</B></PRE><DL><DD>An AWT component, but nothing else is known about it.<DD><DL><DT><B>See Also: </B><DD><A HREF="../../javax/accessibility/AccessibleRole.html#SWING_COMPONENT"><CODE>SWING_COMPONENT</CODE></A>, <A HREF="../../javax/accessibility/AccessibleRole.html#UNKNOWN"><CODE>UNKNOWN</CODE></A></DL></DD></DL><HR><A NAME="SWING_COMPONENT"><!-- --></A><H3>SWING_COMPONENT</H3><PRE>public static final <A HREF="../../javax/accessibility/AccessibleRole.html">AccessibleRole</A> <B>SWING_COMPONENT</B></PRE><DL><DD>A Swing component, but nothing else is known about it.<DD><DL><DT><B>See Also: </B><DD><A HREF="../../javax/accessibility/AccessibleRole.html#AWT_COMPONENT"><CODE>AWT_COMPONENT</CODE></A>, <A HREF="../../javax/accessibility/AccessibleRole.html#UNKNOWN"><CODE>UNKNOWN</CODE></A></DL></DD></DL><HR><A NAME="UNKNOWN"><!-- --></A><H3>UNKNOWN</H3><PRE>public static final <A HREF="../../javax/accessibility/AccessibleRole.html">AccessibleRole</A> <B>UNKNOWN</B></PRE><DL><DD>The object contains some Accessible information, but its role is not known.<DD><DL><DT><B>See Also: </B><DD><A HREF="../../javax/accessibility/AccessibleRole.html#AWT_COMPONENT"><CODE>AWT_COMPONENT</CODE></A>, <A HREF="../../javax/accessibility/AccessibleRole.html#SWING_COMPONENT"><CODE>SWING_COMPONENT</CODE></A></DL></DD></DL><!-- ========= CONSTRUCTOR DETAIL ======== --><A NAME="constructor_detail"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Constructor Detail</B></FONT></TD></TR></TABLE><A NAME="AccessibleRole(java.lang.String)"><!-- --></A><H3>AccessibleRole</H3><PRE>protected <B>AccessibleRole</B>(<A HREF="../../java/lang/String.html">String</A>&nbsp;key)</PRE><DL><DD>Creates a new AccessibleRole using the given locale independent key. This should not be a public method.  Instead, it is used to create the constants in this file to make it a strongly typed enumeration. Subclasses of this class should enforce similar policy.<DD><DL><DT><B>Parameters:</B><DD><CODE>key</CODE> - the locale independent name of the role.<DT><B>See Also: </B><DD><A HREF="../../javax/accessibility/AccessibleBundle.html#toDisplayString(java.lang.String, java.util.Locale)"><CODE>AccessibleBundle.toDisplayString(java.lang.String, java.util.Locale)</CODE></A></DL></DD></DL><!-- ============ METHOD DETAIL ========== --><!-- ========= END OF CLASS DATA ========= --><HR><!-- ========== START OF NAVBAR ========== --><A NAME="navbar_bottom"><!-- --></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"><TR><TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">  <TR ALIGN="center" VALIGN="top">  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/AccessibleRole.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>  </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM><b>Java<sup><font size=-2>TM</font></sup>&nbsp;2&nbsp;Platform<br>Std.&nbsp;Ed. v1.3</b></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">&nbsp;<A HREF="../../javax/accessibility/AccessibleResourceBundle.html"><B>PREV CLASS</B></A>&nbsp;&nbsp;<A HREF="../../javax/accessibility/AccessibleState.html"><B>NEXT CLASS</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">  <A HREF="../../index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;&nbsp;<A HREF="AccessibleRole.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD></TR><TR><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">  SUMMARY: &nbsp;INNER&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#methods_inherited_from_class_javax.accessibility.AccessibleBundle">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL: &nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;METHOD</FONT></TD></TR></TABLE><!-- =========== END OF NAVBAR =========== --><HR><font size="-1"><a href="http://java.sun.com/cgi-bin/bugreport.cgi">Submit a bug or feature</a><br>For further API reference and developer documentation, see <a href="http://java.sun.com/products/jdk/1.3/devdocs-vs-specs.html">Java 2 SDK SE Developer Documentation</a>. That documentation  contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples. <p>Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.<br>Copyright 1993-2000 Sun Microsystems, Inc. 901 San Antonio Road<br>Palo Alto, California, 94303, U.S.A.  All Rights Reserved.</font></BODY></HTML>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?