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

📄 basicsplitpaneui.html

📁 API資料大全
💻 HTML
📖 第 1 页 / 共 5 页
字号:
<HR><A NAME="uninstallUI(javax.swing.JComponent)"><!-- --></A><H3>uninstallUI</H3><PRE>public void <B>uninstallUI</B>(<A HREF="../../../../javax/swing/JComponent.html">JComponent</A>&nbsp;c)</PRE><DL><DD>Uninstalls the UI.<DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../javax/swing/plaf/ComponentUI.html#uninstallUI(javax.swing.JComponent)">uninstallUI</A></CODE> in class <CODE><A HREF="../../../../javax/swing/plaf/ComponentUI.html">ComponentUI</A></CODE></DL></DD></DL><HR><A NAME="uninstallDefaults()"><!-- --></A><H3>uninstallDefaults</H3><PRE>protected void <B>uninstallDefaults</B>()</PRE><DL><DD>Uninstalls the UI defaults.</DL><HR><A NAME="uninstallListeners()"><!-- --></A><H3>uninstallListeners</H3><PRE>protected void <B>uninstallListeners</B>()</PRE><DL><DD>Uninstalls the event listeners for the UI.</DL><HR><A NAME="uninstallKeyboardActions()"><!-- --></A><H3>uninstallKeyboardActions</H3><PRE>protected void <B>uninstallKeyboardActions</B>()</PRE><DL><DD>Uninstalls the keyboard actions for the UI.</DL><HR><A NAME="createPropertyChangeListener()"><!-- --></A><H3>createPropertyChangeListener</H3><PRE>protected <A HREF="../../../../java/beans/PropertyChangeListener.html">PropertyChangeListener</A> <B>createPropertyChangeListener</B>()</PRE><DL><DD>Creates a PropertyChangeListener for the JSplitPane UI.</DL><HR><A NAME="createFocusListener()"><!-- --></A><H3>createFocusListener</H3><PRE>protected <A HREF="../../../../java/awt/event/FocusListener.html">FocusListener</A> <B>createFocusListener</B>()</PRE><DL><DD>Creates a FocusListener for the JSplitPane UI.</DL><HR><A NAME="createKeyboardUpLeftListener()"><!-- --></A><H3>createKeyboardUpLeftListener</H3><PRE>protected <A HREF="../../../../java/awt/event/ActionListener.html">ActionListener</A> <B>createKeyboardUpLeftListener</B>()</PRE><DL><DD><B>Deprecated.</B>&nbsp;<I>As of Java 2 platform v1.3.</I><P><DD>As of Java 2 platform v1.3 this method is no longer used. Subclassers previously using this method should instead create an Action wrapping the ActionListener, and register that Action by overriding <code>installKeyboardActions</code> and placing the Action in the SplitPane's ActionMap. Please refer to the key bindings specification for further details. <p> Creates a ActionListener for the JSplitPane UI that listens for specific key presses.</DL><HR><A NAME="createKeyboardDownRightListener()"><!-- --></A><H3>createKeyboardDownRightListener</H3><PRE>protected <A HREF="../../../../java/awt/event/ActionListener.html">ActionListener</A> <B>createKeyboardDownRightListener</B>()</PRE><DL><DD><B>Deprecated.</B>&nbsp;<I>As of Java 2 platform v1.3.</I><P><DD>As of Java 2 platform v1.3 this method is no longer used. Subclassers previously using this method should instead create an Action wrapping the ActionListener, and register that Action by overriding <code>installKeyboardActions</code> and placing the Action in the SplitPane's ActionMap. Please refer to the key bindings specification for further details. <p> Creates a ActionListener for the JSplitPane UI that listens for specific key presses.</DL><HR><A NAME="createKeyboardHomeListener()"><!-- --></A><H3>createKeyboardHomeListener</H3><PRE>protected <A HREF="../../../../java/awt/event/ActionListener.html">ActionListener</A> <B>createKeyboardHomeListener</B>()</PRE><DL><DD><B>Deprecated.</B>&nbsp;<I>As of Java 2 platform v1.3.</I><P><DD>As of Java 2 platform v1.3 this method is no longer used. Subclassers previously using this method should instead create an Action wrapping the ActionListener, and register that Action by overriding <code>installKeyboardActions</code> and placing the Action in the SplitPane's ActionMap. Please refer to the key bindings specification for further details. <p> Creates a ActionListener for the JSplitPane UI that listens for specific key presses.</DL><HR><A NAME="createKeyboardEndListener()"><!-- --></A><H3>createKeyboardEndListener</H3><PRE>protected <A HREF="../../../../java/awt/event/ActionListener.html">ActionListener</A> <B>createKeyboardEndListener</B>()</PRE><DL><DD><B>Deprecated.</B>&nbsp;<I>As of Java 2 platform v1.3.</I><P><DD>As of Java 2 platform v1.3 this method is no longer used. Subclassers previously using this method should instead create an Action wrapping the ActionListener, and register that Action by overriding <code>installKeyboardActions</code> and placing the Action in the SplitPane's ActionMap. Please refer to the key bindings specification for further details. <p> Creates a ActionListener for the JSplitPane UI that listens for specific key presses.</DL><HR><A NAME="createKeyboardResizeToggleListener()"><!-- --></A><H3>createKeyboardResizeToggleListener</H3><PRE>protected <A HREF="../../../../java/awt/event/ActionListener.html">ActionListener</A> <B>createKeyboardResizeToggleListener</B>()</PRE><DL><DD><B>Deprecated.</B>&nbsp;<I>As of Java 2 platform v1.3.</I><P><DD>As of Java 2 platform v1.3 this method is no longer used. Subclassers previously using this method should instead create an Action wrapping the ActionListener, and register that Action by overriding <code>installKeyboardActions</code> and placing the Action in the SplitPane's ActionMap. Please refer to the key bindings specification for further details. <p> Creates a ActionListener for the JSplitPane UI that listens for specific key presses.</DL><HR><A NAME="getOrientation()"><!-- --></A><H3>getOrientation</H3><PRE>public int <B>getOrientation</B>()</PRE><DL><DD>Returns the orientation for the JSplitPane.</DL><HR><A NAME="setOrientation(int)"><!-- --></A><H3>setOrientation</H3><PRE>public void <B>setOrientation</B>(int&nbsp;orientation)</PRE><DL><DD>Set the orientation for the JSplitPane.</DL><HR><A NAME="isContinuousLayout()"><!-- --></A><H3>isContinuousLayout</H3><PRE>public boolean <B>isContinuousLayout</B>()</PRE><DL><DD>Determines wether the JSplitPane is set to use a continuous layout.</DL><HR><A NAME="setContinuousLayout(boolean)"><!-- --></A><H3>setContinuousLayout</H3><PRE>public void <B>setContinuousLayout</B>(boolean&nbsp;b)</PRE><DL><DD>Turn continuous layout on/off.</DL><HR><A NAME="getLastDragLocation()"><!-- --></A><H3>getLastDragLocation</H3><PRE>public int <B>getLastDragLocation</B>()</PRE><DL><DD>Returns the last drag location of the JSplitPane.</DL><HR><A NAME="setLastDragLocation(int)"><!-- --></A><H3>setLastDragLocation</H3><PRE>public void <B>setLastDragLocation</B>(int&nbsp;l)</PRE><DL><DD>Set the last drag location of the JSplitPane.</DL><HR><A NAME="getDivider()"><!-- --></A><H3>getDivider</H3><PRE>public <A HREF="../../../../javax/swing/plaf/basic/BasicSplitPaneDivider.html">BasicSplitPaneDivider</A> <B>getDivider</B>()</PRE><DL><DD>Returns the divider between the top Components.</DL><HR><A NAME="createDefaultNonContinuousLayoutDivider()"><!-- --></A><H3>createDefaultNonContinuousLayoutDivider</H3><PRE>protected <A HREF="../../../../java/awt/Component.html">Component</A> <B>createDefaultNonContinuousLayoutDivider</B>()</PRE><DL><DD>Returns the default non continuous layout divider, which is an instanceof Canvas that fills the background in dark gray.</DL><HR><A NAME="setNonContinuousLayoutDivider(java.awt.Component)"><!-- --></A><H3>setNonContinuousLayoutDivider</H3><PRE>protected void <B>setNonContinuousLayoutDivider</B>(<A HREF="../../../../java/awt/Component.html">Component</A>&nbsp;newDivider)</PRE><DL><DD>Sets the divider to use when the splitPane is configured to not continuously layout. This divider will only be used during a dragging session. It is recommended that the passed in component be a heavy weight.</DL><HR><A NAME="setNonContinuousLayoutDivider(java.awt.Component, boolean)"><!-- --></A><H3>setNonContinuousLayoutDivider</H3><PRE>protected void <B>setNonContinuousLayoutDivider</B>(<A HREF="../../../../java/awt/Component.html">Component</A>&nbsp;newDivider,                                             boolean&nbsp;rememberSizes)</PRE><DL><DD>Sets the divider to use.</DL><HR><A NAME="getNonContinuousLayoutDivider()"><!-- --></A><H3>getNonContinuousLayoutDivider</H3><PRE>public <A HREF="../../../../java/awt/Component.html">Component</A> <B>getNonContinuousLayoutDivider</B>()</PRE><DL><DD>Returns the divider to use when the splitPane is configured to not continuously layout. This divider will only be used during a dragging session.</DL><HR><A NAME="getSplitPane()"><!-- --></A><H3>getSplitPane</H3><PRE>public <A HREF="../../../../javax/swing/JSplitPane.html">JSplitPane</A> <B>getSplitPane</B>()</PRE><DL><DD>Returns the splitpane this instance is currently contained in.</DL><HR><A NAME="createDefaultDivider()"><!-- --></A><H3>createDefaultDivider</H3><PRE>public <A HREF="../../../../javax/swing/plaf/basic/BasicSplitPaneDivider.html">BasicSplitPaneDivider</A> <B>createDefaultDivider</B>()</PRE><DL><DD>Creates the default divider.</DL><HR><A NAME="resetToPreferredSizes(javax.swing.JSplitPane)"><!-- --></A><H3>resetToPreferredSizes</H3><PRE>public void <B>resetToPreferredSizes</B>(<A HREF="../../../../javax/swing/JSplitPane.html">JSplitPane</A>&nbsp;jc)</PRE><DL><DD>Messaged to reset the preferred sizes.<DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../javax/swing/plaf/SplitPaneUI.html#resetToPreferredSizes(javax.swing.JSplitPane)">resetToPreferredSizes</A></CODE> in class <CODE><A HREF="../../../../javax/swing/plaf/SplitPaneUI.html">SplitPaneUI</A></CODE></DL></DD></DL><HR><A NAME="setDividerLocation(javax.swing.JSplitPane, int)"><!-- --></A><H3>setDividerLocation</H3><PRE>public void <B>setDividerLocation</B>(<A HREF="../../../../javax/swing/JSplitPane.html">JSplitPane</A>&nbsp;jc,                               int&nbsp;location)</PRE><DL><DD>Sets the location of the divider to location.<DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../javax/swing/plaf/SplitPaneUI.html#setDividerLocation(javax.swing.JSplitPane, int)">setDividerLocation</A></CODE> in class <CODE><A HREF="../../../../javax/swing/plaf/SplitPaneUI.html">SplitPaneUI</A></CODE></DL></DD></DL><HR><

⌨️ 快捷键说明

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