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

📄 basicarrowbutton.html

📁 API資料大全
💻 HTML
📖 第 1 页 / 共 5 页
字号:
<DL><DD><DL></DL></DD></DL><HR><A NAME="paint(java.awt.Graphics)"><!-- --></A><H3>paint</H3><PRE>public void <B>paint</B>(<A HREF="../../../../java/awt/Graphics.html">Graphics</A>&nbsp;g)</PRE><DL><DD><B>Description copied from class: <CODE><A HREF="../../../../javax/swing/JComponent.html">JComponent</A></CODE></B></DD><DD>This method is invoked by Swing to draw components. Applications should not invoke paint directly, but should instead use the <code>repaint</code> method to schedule the component for redrawing. <p> This method actually delegates the work of painting to three protected methods: <code>paintComponent</code>, <code>paintBorder</code>, and <code>paintChildren</code>.  They're called in the order listed to ensure that children appear on top of component itself. Generally speaking, the component and its children should not paint in the insets area allocated to the border. Subclasses can just override this method, as always.  A subclass that just wants to specialize the UI (look and feel) delegate's paint method should just override <code>paintComponent</code>.<DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../javax/swing/JComponent.html#paint(java.awt.Graphics)">paint</A></CODE> in class <CODE><A HREF="../../../../javax/swing/JComponent.html">JComponent</A></CODE></DL></DD><DD>Following copied from class: <CODE>javax.swing.JComponent</CODE></DD><DD><DL><DT><B>See Also: </B><DD><A HREF="../../../../javax/swing/JComponent.html#paintComponent(java.awt.Graphics)"><CODE>JComponent.paintComponent(java.awt.Graphics)</CODE></A>, <A HREF="../../../../javax/swing/JComponent.html#paintBorder(java.awt.Graphics)"><CODE>JComponent.paintBorder(java.awt.Graphics)</CODE></A>, <A HREF="../../../../javax/swing/JComponent.html#paintChildren(java.awt.Graphics)"><CODE>JComponent.paintChildren(java.awt.Graphics)</CODE></A>, <A HREF="../../../../javax/swing/JComponent.html#getComponentGraphics(java.awt.Graphics)"><CODE>JComponent.getComponentGraphics(java.awt.Graphics)</CODE></A>, <A HREF="../../../../javax/swing/JComponent.html#repaint(long, int, int, int, int)"><CODE>JComponent.repaint(long, int, int, int, int)</CODE></A></DL></DD></DL><HR><A NAME="getPreferredSize()"><!-- --></A><H3>getPreferredSize</H3><PRE>public <A HREF="../../../../java/awt/Dimension.html">Dimension</A> <B>getPreferredSize</B>()</PRE><DL><DD><B>Description copied from class: <CODE><A HREF="../../../../javax/swing/JComponent.html">JComponent</A></CODE></B></DD><DD>If the preferredSize has been set to a non-null value just returns it.  If the UI delegate's getPreferredSize() method returns a non null value then return that; otherwise defer to the component's layout manager.<DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../javax/swing/JComponent.html#getPreferredSize()">getPreferredSize</A></CODE> in class <CODE><A HREF="../../../../javax/swing/JComponent.html">JComponent</A></CODE></DL></DD><DD>Following copied from class: <CODE>javax.swing.JComponent</CODE></DD><DD><DL><DT><B>Returns:</B><DD>the value of the preferredSize property<DT><B>See Also: </B><DD><A HREF="../../../../javax/swing/JComponent.html#setPreferredSize(java.awt.Dimension)"><CODE>JComponent.setPreferredSize(java.awt.Dimension)</CODE></A></DL></DD></DL><HR><A NAME="getMinimumSize()"><!-- --></A><H3>getMinimumSize</H3><PRE>public <A HREF="../../../../java/awt/Dimension.html">Dimension</A> <B>getMinimumSize</B>()</PRE><DL><DD><B>Description copied from class: <CODE><A HREF="../../../../javax/swing/JComponent.html">JComponent</A></CODE></B></DD><DD>If the minimum size has been set to a non-null value just returns it.  If the UI delegate's getMinimumSize() method returns a non-null value then return that; otherwise defer to the component's layout manager.<DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../javax/swing/JComponent.html#getMinimumSize()">getMinimumSize</A></CODE> in class <CODE><A HREF="../../../../javax/swing/JComponent.html">JComponent</A></CODE></DL></DD><DD>Following copied from class: <CODE>javax.swing.JComponent</CODE></DD><DD><DL><DT><B>Returns:</B><DD>the value of the minimumSize property<DT><B>See Also: </B><DD><A HREF="../../../../javax/swing/JComponent.html#setMinimumSize(java.awt.Dimension)"><CODE>JComponent.setMinimumSize(java.awt.Dimension)</CODE></A></DL></DD></DL><HR><A NAME="getMaximumSize()"><!-- --></A><H3>getMaximumSize</H3><PRE>public <A HREF="../../../../java/awt/Dimension.html">Dimension</A> <B>getMaximumSize</B>()</PRE><DL><DD><B>Description copied from class: <CODE><A HREF="../../../../javax/swing/JComponent.html">JComponent</A></CODE></B></DD><DD>If the maximum size has been set to a non-null value just returns it.  If the UI delegate's getMaximumSize() method returns a non null value then return that; otherwise defer to the component's layout manager.<DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../javax/swing/JComponent.html#getMaximumSize()">getMaximumSize</A></CODE> in class <CODE><A HREF="../../../../javax/swing/JComponent.html">JComponent</A></CODE></DL></DD><DD>Following copied from class: <CODE>javax.swing.JComponent</CODE></DD><DD><DL><DT><B>Returns:</B><DD>the value of the maximumSize property.<DT><B>See Also: </B><DD><A HREF="../../../../javax/swing/JComponent.html#setMaximumSize(java.awt.Dimension)"><CODE>JComponent.setMaximumSize(java.awt.Dimension)</CODE></A></DL></DD></DL><HR><A NAME="isFocusTraversable()"><!-- --></A><H3>isFocusTraversable</H3><PRE>public boolean <B>isFocusTraversable</B>()</PRE><DL><DD><B>Description copied from class: <CODE><A HREF="../../../../javax/swing/AbstractButton.html">AbstractButton</A></CODE></B></DD><DD>Identifies whether or not this component can receive the focus.<DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../javax/swing/AbstractButton.html#isFocusTraversable()">isFocusTrav

⌨️ 快捷键说明

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