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

📄 metalscrollbutton.html

📁 API資料大全
💻 HTML
📖 第 1 页 / 共 5 页
字号:
 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/plaf/basic/BasicArrowButton.html#paint(java.awt.Graphics)">paint</A></CODE> in class <CODE><A HREF="../../../../javax/swing/plaf/basic/BasicArrowButton.html">BasicArrowButton</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/plaf/basic/BasicArrowButton.html#getPreferredSize()">getPreferredSize</A></CODE> in class <CODE><A HREF="../../../../javax/swing/plaf/basic/BasicArrowButton.html">BasicArrowButton</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/plaf/basic/BasicArrowButton.html#getMinimumSize()">getMinimumSize</A></CODE> in class <CODE><A HREF="../../../../javax/swing/plaf/basic/BasicArrowButton.html">BasicArrowButton</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/plaf/basic/BasicArrowButton.html#getMaximumSize()">getMaximumSize</A></CODE> in class <CODE><A HREF="../../../../javax/swing/plaf/basic/BasicArrowButton.html">BasicArrowButton</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="getButtonWidth()"><!-- --></A><H3>getButtonWidth</H3><PRE>public int <B>getButtonWidth</B>()</PRE><DL></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

⌨️ 快捷键说明

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