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

📄 jtree.accessiblejtree.accessiblejtreenode.html

📁 API資料大全
💻 HTML
📖 第 1 页 / 共 5 页
字号:
<A NAME="getAccessibleValue()"><!-- --></A><H3>getAccessibleValue</H3><PRE>public <A HREF="../../javax/accessibility/AccessibleValue.html">AccessibleValue</A> <B>getAccessibleValue</B>()</PRE><DL><DD>Get the AccessibleValue associated with this object if one exists.  Otherwise return null.<DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../javax/accessibility/AccessibleContext.html#getAccessibleValue()">getAccessibleValue</A></CODE> in class <CODE><A HREF="../../javax/accessibility/AccessibleContext.html">AccessibleContext</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>the AccessibleValue, or null</DL></DD></DL><HR><A NAME="getBackground()"><!-- --></A><H3>getBackground</H3><PRE>public <A HREF="../../java/awt/Color.html">Color</A> <B>getBackground</B>()</PRE><DL><DD>Get the background color of this object.<DD><DL><DT><B>Specified by: </B><DD><CODE><A HREF="../../javax/accessibility/AccessibleComponent.html#getBackground()">getBackground</A></CODE> in interface <CODE><A HREF="../../javax/accessibility/AccessibleComponent.html">AccessibleComponent</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>the background color, if supported, of the object;  otherwise, null</DL></DD></DL><HR><A NAME="setBackground(java.awt.Color)"><!-- --></A><H3>setBackground</H3><PRE>public void <B>setBackground</B>(<A HREF="../../java/awt/Color.html">Color</A>&nbsp;c)</PRE><DL><DD>Set the background color of this object.<DD><DL><DT><B>Specified by: </B><DD><CODE><A HREF="../../javax/accessibility/AccessibleComponent.html#setBackground(java.awt.Color)">setBackground</A></CODE> in interface <CODE><A HREF="../../javax/accessibility/AccessibleComponent.html">AccessibleComponent</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>c</CODE> - the new Color for the background</DL></DD></DL><HR><A NAME="getForeground()"><!-- --></A><H3>getForeground</H3><PRE>public <A HREF="../../java/awt/Color.html">Color</A> <B>getForeground</B>()</PRE><DL><DD>Get the foreground color of this object.<DD><DL><DT><B>Specified by: </B><DD><CODE><A HREF="../../javax/accessibility/AccessibleComponent.html#getForeground()">getForeground</A></CODE> in interface <CODE><A HREF="../../javax/accessibility/AccessibleComponent.html">AccessibleComponent</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>the foreground color, if supported, of the object;  otherwise, null</DL></DD></DL><HR><A NAME="setForeground(java.awt.Color)"><!-- --></A><H3>setForeground</H3><PRE>public void <B>setForeground</B>(<A HREF="../../java/awt/Color.html">Color</A>&nbsp;c)</PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../javax/accessibility/AccessibleComponent.html">AccessibleComponent</A></CODE></B></DD><DD>Sets the foreground color of this object.<DD><DL><DT><B>Specified by: </B><DD><CODE><A HREF="../../javax/accessibility/AccessibleComponent.html#setForeground(java.awt.Color)">setForeground</A></CODE> in interface <CODE><A HREF="../../javax/accessibility/AccessibleComponent.html">AccessibleComponent</A></CODE></DL></DD><DD>Following copied from interface: <CODE>javax.accessibility.AccessibleComponent</CODE></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>c</CODE> - the new Color for the foreground<DT><B>See Also: </B><DD><A HREF="../../javax/accessibility/AccessibleComponent.html#getForeground()"><CODE>AccessibleComponent.getForeground()</CODE></A></DL></DD></DL><HR><A NAME="getCursor()"><!-- --></A><H3>getCursor</H3><PRE>public <A HREF="../../java/awt/Cursor.html">Cursor</A> <B>getCursor</B>()</PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../javax/accessibility/AccessibleComponent.html">AccessibleComponent</A></CODE></B></DD><DD>Gets the Cursor of this object.<DD><DL><DT><B>Specified by: </B><DD><CODE><A HREF="../../javax/accessibility/AccessibleComponent.html#getCursor()">getCursor</A></CODE> in interface <CODE><A HREF="../../javax/accessibility/AccessibleComponent.html">AccessibleComponent</A></CODE></DL></DD><DD>Following copied from interface: <CODE>javax.accessibility.AccessibleComponent</CODE></DD><DD><DL><DT><B>Returns:</B><DD>the Cursor, if supported, of the object; otherwise, null<DT><B>See Also: </B><DD><A HREF="../../javax/accessibility/AccessibleComponent.html#setCursor(java.awt.Cursor)"><CODE>AccessibleComponent.setCursor(java.awt.Cursor)</CODE></A></DL></DD></DL><HR><A NAME="setCursor(java.awt.Cursor)"><!-- --></A><H3>setCursor</H3><PRE>public void <B>setCursor</B>(<A HREF="../../java/awt/Cursor.html">Cursor</A>&nbsp;c)</PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../javax/accessibility/AccessibleComponent.html">AccessibleComponent</A></CODE></B></DD><DD>Sets the Cursor of this object.<DD><DL><DT><B>Specified by: </B><DD><CODE><A HREF="../../javax/accessibility/AccessibleComponent.html#setCursor(java.awt.Cursor)">setCursor</A></CODE> in interface <CODE><A HREF="../../javax/accessibility/AccessibleComponent.html">AccessibleComponent</A></CODE></DL></DD><DD>Following copied from interface: <CODE>javax.accessibility.AccessibleComponent</CODE></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>c</CODE> - the new Cursor for the object<DT><B>See Also: </B><DD><A HREF="../../javax/accessibility/AccessibleComponent.html#getCursor()"><CODE>AccessibleComponent.getCursor()</CODE></A></DL></DD></DL><HR><A NAME="getFont()"><!-- --></A><H3>getFont</H3><PRE>public <A HREF="../../java/awt/Font.html">Font</A> <B>getFont</B>()</PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../javax/accessibility/AccessibleComponent.html">AccessibleComponent</A></CODE></B></DD><DD>Gets the Font of this object.<DD><DL><DT><B>Specified by: </B><DD><CODE><A HREF="../../javax/accessibility/AccessibleComponent.html#getFont()">getFont</A></CODE> in interface <CODE><A HREF="../../javax/accessibility/AccessibleComponent.html">AccessibleComponent</A></CODE></DL></DD><DD>Following copied from interface: <CODE>javax.accessibility.AccessibleComponent</CODE></DD><DD><DL><DT><B>Returns:</B><DD>the Font,if supported, for the object; otherwise, null<DT><B>See Also: </B><DD><A HREF="../../javax/accessibility/AccessibleComponent.html#setFont(java.awt.Font)"><CODE>AccessibleComponent.setFont(java.awt.Font)</CODE></A></DL></DD></DL><HR><A NAME="setFont(java.awt.Font)"><!-- --></A><H3>setFont</H3><PRE>public void <B>setFont</B>(<A HREF="../../java/awt/Font.html">Font</A>&nbsp;f)</PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../javax/accessibility/AccessibleComponent.html">AccessibleComponent</A></CODE></B></DD><DD>Sets the Font of this object.<DD><DL><DT><B>Specified by: </B><DD><CODE><A HREF="../../javax/accessibility/AccessibleComponent.html#setFont(java.awt.Font)">setFont</A></CODE> in interface <CODE><A HREF="../../javax/accessibility/AccessibleComponent.html">AccessibleComponent</A></CODE></DL></DD><DD>Following copied from interface: <CODE>javax.accessibility.AccessibleComponent</CODE></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>f</CODE> - the new Font for the object<DT><B>See Also: </B><DD><A HREF="../../javax/accessibility/AccessibleComponent.html#getFont()"><CODE>AccessibleComponent.getFont()</CODE></A></DL></DD></DL><HR><A NAME="getFontMetrics(java.awt.Font)"><!-- --></A><H3>getFontMetrics</H3><PRE>public <A HREF="../../java/awt/FontMetrics.html">FontMetrics</A> <B>getFontMetrics</B>(<A HREF="../../java/awt/Font.html">Font</A>&nbsp;f)</PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../javax/accessibility/AccessibleComponent.html">AccessibleComponent</A></CODE></B></DD><DD>Gets the FontMetrics of this object.<DD><DL><DT><B>Specified by: </B><DD><CODE><A HREF="../../javax/accessibility/AccessibleComponent.html#getFontMetrics(java.awt.Font)">getFontMetrics</A></CODE> in interface <CODE><A HREF="../../javax/accessibility/AccessibleComponent.html">AccessibleComponent</A></CODE></DL></DD><DD>Following copied from interface: <CODE>javax.accessibility.AccessibleComponent</CODE></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>f</CODE> - the Font<DT><B>Returns:</B><DD>the FontMetrics, if supported, the object; otherwise, null<DT><B>See Also: </B><DD><A HREF="../../javax/accessibility/AccessibleComponent.html#getFont()"><CODE>AccessibleComponent.getFont()</CODE></A></DL></DD></DL><HR><A NAME="isEnabled()"><!-- --></A><H3>isEnabled</H3><PRE>public boolean <B>isEnabled</B>()</PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../javax/accessibility/AccessibleComponent.html">AccessibleComponent</A></CODE></B></DD><DD>Determines if the object is enabled.  Objects that are enabled will also have the AccessibleState.ENABLED state set in their AccessibleStateSets.<DD><DL><DT><B>Specified by: </B><DD><CODE><A HREF="../../javax/accessibility/AccessibleComponent.html#isEnabled()">isEnabled</A></CODE> in interface <CODE><A HREF="../../javax/accessibility/AccessibleComponent.html">AccessibleComponent</A></CODE></DL></DD><DD>Following copied from interface: <CODE>javax.accessibility.AccessibleComponent</CODE></DD><DD><DL><DT><B>Returns:</B><DD>true if object is enabled; otherwise, false<DT><B>See Also: </B><DD><A HREF="../../javax/accessibility/AccessibleComponent.html#setEnabled(boolean)"><CODE>AccessibleComponent.setEnabled(boolean)</CODE></A>, <A HREF="../../javax/accessibility/AccessibleContext.html#getAccessibleStateSet()"><CODE>AccessibleContext.getAccessibleStateSet()</CODE></A>, <A HREF="../../javax/accessibility/AccessibleState.html#ENABLED"><CODE>AccessibleState.ENABLED</CODE></A>, <A HREF="../../javax/accessibility/AccessibleStateSet.html"><CODE>AccessibleStateSet</CODE></A></DL></DD></DL><HR><A NAME="setEnabled(boolean)"><!-- --></A><H3>setEnabled</H3><PRE>public void <B>setEnabled</B>(boolean&nbsp;b)</PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../javax/accessibility/AccessibleComponent.html">AccessibleComponent</A></CODE></B></DD><DD>Sets the enabled state of the object.<DD><DL><DT><B>Specified by: </B><DD><CODE><A HREF="../../javax/accessibility/AccessibleComponent.html#setEnabled(boolean)">setEnabled</A></CODE> in interface <CODE><A HREF="../../javax/accessibility/AccessibleComponent.html">AccessibleComponent</A></CODE></DL></DD><DD>Following copied from interface: <CODE>javax.accessibility.AccessibleComponent</CODE></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>b</CODE> - if true, enables this object; otherwise, disables it<DT><B>See Also: </B><DD><A HREF="../../javax/accessibility/AccessibleComponent.html#isEnabled()"><CODE>AccessibleComponent.isEnabled()</CODE></A></DL></DD></DL><HR><A NAME="isVisible()"><!-- --></A><H3>isVisible</H3><PRE>public boolean <B>isVisible</B>()</PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../javax/accessibility/AccessibleComponent.html">AccessibleComponent</A></CODE></B></DD><DD>Determines if the object is visible.  Note: this means that the object intends to be visible; however, it may not be showing on the screen because one of the objects that this object is contained by is currently not visible.  To determine if an object is showing on the screen, use isShowing(). <p>Objects that are visible will also have the  AccessibleState.VISIBLE state set in their AccessibleStateSets.<DD><DL><DT><B>Specified by: </B><DD><CODE><A HREF="../../javax/accessibility/AccessibleComponent.html#isVisible()">isVisible</A></CODE> in interface <CODE><A HREF="../../javax/accessibility/AccessibleComponent.html">AccessibleComponent</A></CODE></DL></DD><DD>Following copied from interface: <CODE>javax.accessibility.AccessibleComponent</CODE></DD><DD><DL><DT><B>Returns:</B><DD>true if object is visible; otherwise, false<DT><B>See Also: </B><DD><A HREF="../../javax/accessibility/AccessibleComponent.html#setVisible(boolean)"><CODE>AccessibleComponent.setVisible(boolean)</CODE></A>, <A HREF="../../javax/accessibility/AccessibleContext.html#getAccessibleStateSet()"><CODE>AccessibleContext.getAccessibleStateSet()</CODE></A>, <A HREF="../../javax/accessibility/AccessibleState.html#VISIBLE"><CODE>AccessibleState.VISIBLE</CODE></A>, <A HREF="../../javax/accessibility/AccessibleStateSet.html"><CODE>AccessibleStateSet</CODE></A></DL></DD></DL><HR><A NAME="setVisible(boolean)"><!-- --></A><H3>setVisible</H3><PRE>public void <B>setVisible</B>(boolean&nbsp;b)</PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../javax/accessibility/AccessibleComponent.html">AccessibleComponent</A></CODE></B></DD><DD>Sets the visible state of the object.<DD><DL><DT><B>Specified by: </B><DD><CODE><A HREF="../../javax/accessibility/AccessibleComponent.html#setVisible(boolean)">setVisible</A></CODE> in interface <CODE><A HREF="../../javax/accessibility/AccessibleComponent.html">AccessibleComponent</A></CODE></DL></DD><DD>Following copied from interface: <CODE>javax.accessibility.AccessibleComponent</CODE></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>b</CODE> - if true, shows this object; otherwise, hides it<DT><B>See Also: </B><DD><A HREF="../../javax/accessibility/AccessibleCompo

⌨️ 快捷键说明

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