⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 accessibletable.html

📁 API資料大全
💻 HTML
📖 第 1 页 / 共 2 页
字号:
</DD></DL><HR><A NAME="setAccessibleCaption(javax.accessibility.Accessible)"><!-- --></A><H3>setAccessibleCaption</H3><PRE>public void <B>setAccessibleCaption</B>(<A HREF="../../javax/accessibility/Accessible.html">Accessible</A>&nbsp;a)</PRE><DL><DD>Sets the caption for the table.<DD><DL><DT><B>Parameters:</B><DD><CODE>a</CODE> - the caption for the table</DL></DD></DL><HR><A NAME="getAccessibleSummary()"><!-- --></A><H3>getAccessibleSummary</H3><PRE>public <A HREF="../../javax/accessibility/Accessible.html">Accessible</A> <B>getAccessibleSummary</B>()</PRE><DL><DD>Returns the summary description of the table.<DD><DL><DT><B>Returns:</B><DD>the summary description of the table</DL></DD></DL><HR><A NAME="setAccessibleSummary(javax.accessibility.Accessible)"><!-- --></A><H3>setAccessibleSummary</H3><PRE>public void <B>setAccessibleSummary</B>(<A HREF="../../javax/accessibility/Accessible.html">Accessible</A>&nbsp;a)</PRE><DL><DD>Sets the summary description of the table<DD><DL><DT><B>Parameters:</B><DD><CODE>a</CODE> - the summary description of the table</DL></DD></DL><HR><A NAME="getAccessibleRowCount()"><!-- --></A><H3>getAccessibleRowCount</H3><PRE>public int <B>getAccessibleRowCount</B>()</PRE><DL><DD>Returns the number of rows in the table.<DD><DL><DT><B>Returns:</B><DD>the number of rows in the table</DL></DD></DL><HR><A NAME="getAccessibleColumnCount()"><!-- --></A><H3>getAccessibleColumnCount</H3><PRE>public int <B>getAccessibleColumnCount</B>()</PRE><DL><DD>Returns the number of columns in the table.<DD><DL><DT><B>Returns:</B><DD>the number of columns in the table</DL></DD></DL><HR><A NAME="getAccessibleAt(int, int)"><!-- --></A><H3>getAccessibleAt</H3><PRE>public <A HREF="../../javax/accessibility/Accessible.html">Accessible</A> <B>getAccessibleAt</B>(int&nbsp;r,                                  int&nbsp;c)</PRE><DL><DD>Returns the Accessible at a specified row and column in the table.<DD><DL><DT><B>Parameters:</B><DD><CODE>r</CODE> - zero-based row of the table<DD><CODE>c</CODE> - zero-based column of the table<DT><B>Returns:</B><DD>the Accessible at the specified row and column</DL></DD></DL><HR><A NAME="getAccessibleRowExtentAt(int, int)"><!-- --></A><H3>getAccessibleRowExtentAt</H3><PRE>public int <B>getAccessibleRowExtentAt</B>(int&nbsp;r,                                    int&nbsp;c)</PRE><DL><DD>Returns the number of rows occupied by the Accessible at a specified row and column in the table.<DD><DL><DT><B>Returns:</B><DD>the number of rows occupied by the Accessible at a given specified (row, column)</DL></DD></DL><HR><A NAME="getAccessibleColumnExtentAt(int, int)"><!-- --></A><H3>getAccessibleColumnExtentAt</H3><PRE>public int <B>getAccessibleColumnExtentAt</B>(int&nbsp;r,                                       int&nbsp;c)</PRE><DL><DD>Returns the number of columns occupied by the Accessible at a specified row and column in the table.<DD><DL><DT><B>Returns:</B><DD>the number of columns occupied by the Accessible at a given specified row and column</DL></DD></DL><HR><A NAME="getAccessibleRowHeader()"><!-- --></A><H3>getAccessibleRowHeader</H3><PRE>public <A HREF="../../javax/accessibility/AccessibleTable.html">AccessibleTable</A> <B>getAccessibleRowHeader</B>()</PRE><DL><DD>Returns the row headers as an AccessibleTable.<DD><DL><DT><B>Returns:</B><DD>an AccessibleTable representing the row headers</DL></DD></DL><HR><A NAME="setAccessibleRowHeader(javax.accessibility.AccessibleTable)"><!-- --></A><H3>setAccessibleRowHeader</H3><PRE>public void <B>setAccessibleRowHeader</B>(<A HREF="../../javax/accessibility/AccessibleTable.html">AccessibleTable</A>&nbsp;table)</PRE><DL><DD>Sets the row headers.<DD><DL><DT><B>Parameters:</B><DD><CODE>table</CODE> - an AccessibleTable representing the row headers</DL></DD></DL><HR><A NAME="getAccessibleColumnHeader()"><!-- --></A><H3>getAccessibleColumnHeader</H3><PRE>public <A HREF="../../javax/accessibility/AccessibleTable.html">AccessibleTable</A> <B>getAccessibleColumnHeader</B>()</PRE><DL><DD>Returns the column headers as an AccessibleTable.<DD><DL><DT><B>Returns:</B><DD>an AccessibleTable representing the column headers</DL></DD></DL><HR><A NAME="setAccessibleColumnHeader(javax.accessibility.AccessibleTable)"><!-- --></A><H3>setAccessibleColumnHeader</H3><PRE>public void <B>setAccessibleColumnHeader</B>(<A HREF="../../javax/accessibility/AccessibleTable.html">AccessibleTable</A>&nbsp;table)</PRE><DL><DD>Sets the column headers.<DD><DL><DT><B>Parameters:</B><DD><CODE>table</CODE> - an AccessibleTable representing the column headers</DL></DD></DL><HR><A NAME="getAccessibleRowDescription(int)"><!-- --></A><H3>getAccessibleRowDescription</H3><PRE>public <A HREF="../../javax/accessibility/Accessible.html">Accessible</A> <B>getAccessibleRowDescription</B>(int&nbsp;r)</PRE><DL><DD>Returns the description of the specified row in the table.<DD><DL><DT><B>Parameters:</B><DD><CODE>r</CODE> - zero-based row of the table<DT><B>Returns:</B><DD>the description of the row</DL></DD></DL><HR><A NAME="setAccessibleRowDescription(int, javax.accessibility.Accessible)"><!-- --></A><H3>setAccessibleRowDescription</H3><PRE>public void <B>setAccessibleRowDescription</B>(int&nbsp;r,                                        <A HREF="../../javax/accessibility/Accessible.html">Accessible</A>&nbsp;a)</PRE><DL><DD>Sets the description text of the specified row of the table.<DD><DL><DT><B>Parameters:</B><DD><CODE>r</CODE> - zero-based row of the table<DD><CODE>a</CODE> - the description of the row</DL></DD></DL><HR><A NAME="getAccessibleColumnDescription(int)"><!-- --></A><H3>getAccessibleColumnDescription</H3><PRE>public <A HREF="../../javax/accessibility/Accessible.html">Accessible</A> <B>getAccessibleColumnDescription</B>(int&nbsp;c)</PRE><DL><DD>Returns the description text of the specified column in the table.<DD><DL><DT><B>Parameters:</B><DD><CODE>c</CODE> - zero-based column of the table<DT><B>Returns:</B><DD>the text description of the column</DL></DD></DL><HR><A NAME="setAccessibleColumnDescription(int, javax.accessibility.Accessible)"><!-- --></A><H3>setAccessibleColumnDescription</H3><PRE>public void <B>setAccessibleColumnDescription</B>(int&nbsp;c,                                           <A HREF="../../javax/accessibility/Accessible.html">Accessible</A>&nbsp;a)</PRE><DL><DD>Sets the description text of the specified column in the table.<DD><DL><DT><B>Parameters:</B><DD><CODE>c</CODE> - zero-based column of the table<DD><CODE>a</CODE> - the text description of the column</DL></DD></DL><HR><A NAME="isAccessibleSelected(int, int)"><!-- --></A><H3>isAccessibleSelected</H3><PRE>public boolean <B>isAccessibleSelected</B>(int&nbsp;r,                                    int&nbsp;c)</PRE><DL><DD>Returns a boolean value indicating whether the accessible at a specified row and column is selected.<DD><DL><DT><B>Parameters:</B><DD><CODE>r</CODE> - zero-based row of the table<DD><CODE>c</CODE> - zero-based column of the table<DT><B>Returns:</B><DD>the boolean value true if the accessible at the row and column is selected. Otherwise, the boolean value  false</DL></DD></DL><HR><A NAME="isAccessibleRowSelected(int)"><!-- --></A><H3>isAccessibleRowSelected</H3><PRE>public boolean <B>isAccessibleRowSelected</B>(int&nbsp;r)</PRE><DL><DD>Returns a boolean value indicating whether the specified row is selected.<DD><DL><DT><B>Parameters:</B><DD><CODE>r</CODE> - zero-based row of the table<DT><B>Returns:</B><DD>the boolean value true if the specified row is selected. Otherwise, false.</DL></DD></DL><HR><A NAME="isAccessibleColumnSelected(int)"><!-- --></A><H3>isAccessibleColumnSelected</H3><PRE>public boolean <B>isAccessibleColumnSelected</B>(int&nbsp;c)</PRE><DL><DD>Returns a boolean value indicating whether the specified column is selected.<DD><DL><DT><B>Parameters:</B><DD><CODE>r</CODE> - zero-based column of the table<DT><B>Returns:</B><DD>the boolean value true if the specified column is selected. Otherwise, false.</DL></DD></DL><HR><A NAME="getSelectedAccessibleRows()"><!-- --></A><H3>getSelectedAccessibleRows</H3><PRE>public int[] <B>getSelectedAccessibleRows</B>()</PRE><DL><DD>Returns the selected rows in a table.<DD><DL><DT><B>Returns:</B><DD>an array of selected rows where each element is a zero-based row of the table</DL></DD></DL><HR><A NAME="getSelectedAccessibleColumns()"><!-- --></A><H3>getSelectedAccessibleColumns</H3><PRE>public int[] <B>getSelectedAccessibleColumns</B>()</PRE><DL><DD>Returns the selected columns in a table.<DD><DL><DT><B>Returns:</B><DD>an array of selected columns where each element is a zero-based column of the table</DL></DD></DL><!-- ========= 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/AccessibleTable.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/AccessibleSelection.html"><B>PREV CLASS</B></A>&nbsp;&nbsp;<A HREF="../../javax/accessibility/AccessibleTableModelChange.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="AccessibleTable.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;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL: &nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -