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

📄 jwindow.html

📁 API資料大全
💻 HTML
📖 第 1 页 / 共 5 页
字号:
</DL><HR><A NAME="getContentPane()"><!-- --></A><H3>getContentPane</H3><PRE>public <A HREF="../../java/awt/Container.html">Container</A> <B>getContentPane</B>()</PRE><DL><DD>Returns the <code>Container</code> which is the <code>contentPane</code> for this window.<DD><DL><DT><B>Specified by: </B><DD><CODE><A HREF="../../javax/swing/RootPaneContainer.html#getContentPane()">getContentPane</A></CODE> in interface <CODE><A HREF="../../javax/swing/RootPaneContainer.html">RootPaneContainer</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>the <code>contentPane</code> property<DT><B>See Also: </B><DD><A HREF="../../javax/swing/JWindow.html#setContentPane(java.awt.Container)"><CODE>setContentPane(java.awt.Container)</CODE></A>, <A HREF="../../javax/swing/RootPaneContainer.html#getContentPane()"><CODE>RootPaneContainer.getContentPane()</CODE></A></DL></DD></DL><HR><A NAME="setContentPane(java.awt.Container)"><!-- --></A><H3>setContentPane</H3><PRE>public void <B>setContentPane</B>(<A HREF="../../java/awt/Container.html">Container</A>&nbsp;contentPane)</PRE><DL><DD>Sets the <code>contentPane</code> property for this window. This method is called by the constructor.<DD><DL><DT><B>Specified by: </B><DD><CODE><A HREF="../../javax/swing/RootPaneContainer.html#setContentPane(java.awt.Container)">setContentPane</A></CODE> in interface <CODE><A HREF="../../javax/swing/RootPaneContainer.html">RootPaneContainer</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>contentPane</CODE> - the new <code>contentPane</code><DT><B>Throws:</B><DD><CODE><A HREF="../../java/awt/IllegalComponentStateException.html">IllegalComponentStateException</A></CODE> - (a runtime            exception) if the content pane parameter is <code>null</code><DT><B>See Also: </B><DD><A HREF="../../javax/swing/JWindow.html#getContentPane()"><CODE>getContentPane()</CODE></A>, <A HREF="../../javax/swing/RootPaneContainer.html#setContentPane(java.awt.Container)"><CODE>RootPaneContainer.setContentPane(java.awt.Container)</CODE></A></DL></DD></DL><HR><A NAME="getLayeredPane()"><!-- --></A><H3>getLayeredPane</H3><PRE>public <A HREF="../../javax/swing/JLayeredPane.html">JLayeredPane</A> <B>getLayeredPane</B>()</PRE><DL><DD>Returns the <code>layeredPane</code> object for this window.<DD><DL><DT><B>Specified by: </B><DD><CODE><A HREF="../../javax/swing/RootPaneContainer.html#getLayeredPane()">getLayeredPane</A></CODE> in interface <CODE><A HREF="../../javax/swing/RootPaneContainer.html">RootPaneContainer</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>the <code>layeredPane</code> property<DT><B>See Also: </B><DD><A HREF="../../javax/swing/JWindow.html#setLayeredPane(javax.swing.JLayeredPane)"><CODE>setLayeredPane(javax.swing.JLayeredPane)</CODE></A>, <A HREF="../../javax/swing/RootPaneContainer.html#getLayeredPane()"><CODE>RootPaneContainer.getLayeredPane()</CODE></A></DL></DD></DL><HR><A NAME="setLayeredPane(javax.swing.JLayeredPane)"><!-- --></A><H3>setLayeredPane</H3><PRE>public void <B>setLayeredPane</B>(<A HREF="../../javax/swing/JLayeredPane.html">JLayeredPane</A>&nbsp;layeredPane)</PRE><DL><DD>Sets the <code>layeredPane</code> property.  This method is called by the constructor.<DD><DL><DT><B>Specified by: </B><DD><CODE><A HREF="../../javax/swing/RootPaneContainer.html#setLayeredPane(javax.swing.JLayeredPane)">setLayeredPane</A></CODE> in interface <CODE><A HREF="../../javax/swing/RootPaneContainer.html">RootPaneContainer</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>layeredPane</CODE> - the new <code>layeredPane</code> object<DT><B>Throws:</B><DD><CODE><A HREF="../../java/awt/IllegalComponentStateException.html">IllegalComponentStateException</A></CODE> - (a runtime            exception) if the content pane parameter is <code>null</code><DT><B>See Also: </B><DD><A HREF="../../javax/swing/JWindow.html#getLayeredPane()"><CODE>getLayeredPane()</CODE></A>, <A HREF="../../javax/swing/RootPaneContainer.html#setLayeredPane(javax.swing.JLayeredPane)"><CODE>RootPaneContainer.setLayeredPane(javax.swing.JLayeredPane)</CODE></A></DL></DD></DL><HR><A NAME="getGlassPane()"><!-- --></A><H3>getGlassPane</H3><PRE>public <A HREF="../../java/awt/Component.html">Component</A> <B>getGlassPane</B>()</PRE><DL><DD>Returns the <code>glassPane Component</code> for this window.<DD><DL><DT><B>Specified by: </B><DD><CODE><A HREF="../../javax/swing/RootPaneContainer.html#getGlassPane()">getGlassPane</A></CODE> in interface <CODE><A HREF="../../javax/swing/RootPaneContainer.html">RootPaneContainer</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>the <code>glassPane</code> property<DT><B>See Also: </B><DD><A HREF="../../javax/swing/JWindow.html#setGlassPane(java.awt.Component)"><CODE>setGlassPane(java.awt.Component)</CODE></A>, <A HREF="../../javax/swing/RootPaneContainer.html#getGlassPane()"><CODE>RootPaneContainer.getGlassPane()</CODE></A></DL></DD></DL><HR><A NAME="setGlassPane(java.awt.Component)"><!-- --></A><H3>setGlassPane</H3><PRE>public void <B>setGlassPane</B>(<A HREF="../../java/awt/Component.html">Component</A>&nbsp;glassPane)</PRE><DL><DD>Sets the <code>glassPane</code> property.  This method is called by the constructor.<DD><DL><DT><B>Specified by: </B><DD><CODE><A HREF="../../javax/swing/RootPaneContainer.html#setGlassPane(java.awt.Component)">setGlassPane</A></CODE> in interface <CODE><A HREF="../../javax/swing/RootPaneContainer.html">RootPaneContainer</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>glassPane</CODE> - the <code>glassPane</code> object for this window<DT><B>See Also: </B><DD><A HREF="../../javax/swing/JWindow.html#getGlassPane()"><CODE>getGlassPane()</CODE></A>, <A HREF="../../javax/swing/RootPaneContainer.html#setGlassPane(java.awt.Component)"><CODE>RootPaneContainer.setGlassPane(java.awt.Component)</CODE></A></DL></DD></DL><HR><A NAME="paramString()"><!-- --></A><H3>paramString</H3><PRE>protected <A HREF="../../java/lang/String.html">String</A> <B>paramString</B>()</PRE><DL><DD>Returns a string representation of this <code>JWindow</code>. This method  is intended to be used only for debugging purposes, and the  content and format of the returned string may vary between       implementations. The returned string may be empty but may not  be <code>null</code>.<DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../java/awt/Container.html#paramString()">paramString</A></CODE> in class <CODE><A HREF="../../java/awt/Container.html">Container</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>a string representation of this <code>JWindow</code></DL></DD></DL><HR><A NAME="getAccessibleContext()"><!-- --></A><H3>getAccessibleContext</H3><PRE>public <A HREF="../../javax/accessibility/AccessibleContext.html">AccessibleContext</A> <B>getAccessibleContext</B>()</PRE><DL><DD>Gets the AccessibleContext associated with this JWindow.  For JWindows, the AccessibleContext takes the form of an  AccessibleJWindow.  A new AccessibleJWindow instance is created if necessary.<DD><DL><DT><B>Specified by: </B><DD><CODE><A HREF="../../javax/accessibility/Accessible.html#getAccessibleContext()">getAccessibleContext</A></CODE> in interface <CODE><A HREF="../../javax/accessibility/Accessible.html">Accessible</A></CODE><DT><B>Overrides:</B><DD><CODE><A HREF="../../java/awt/Window.html#getAccessibleContext()">getAccessibleContext</A></CODE> in class <CODE><A HREF="../../java/awt/Window.html">Window</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>an AccessibleJWindow that serves as the          AccessibleContext of this JWindow</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/JWindow.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/swing/JViewport.ViewListener.html"><B>PREV CLASS</B></A>&nbsp;&nbsp;<A HREF="../../javax/swing/JWindow.AccessibleJWindow.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="JWindow.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD></TR><TR><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">  SUMMARY: &nbsp;<A HREF="#inner_class_summary">INNER</A>&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL: &nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&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 + -