📄 index-23.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd"><!--NewPage--><HTML><HEAD><!-- Generated by javadoc on Thu Apr 27 23:31:21 PDT 2000 --><TITLE>Java 2 Platform SE v1.3: W-Index</TITLE><LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style"></HEAD><BODY BGCOLOR="white"><!-- ========== START OF NAVBAR ========== --><A NAME="navbar_top"><!-- --></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"><TR><TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_top_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> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM><b>Java<sup><font size=-2>TM</font></sup> 2 Platform<br>Std. Ed. v1.3</b></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="index-22.html"><B>PREV LETTER</B></A> <A HREF="index-24.html"><B>NEXT LETTER</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../index.html" TARGET="_top"><B>FRAMES</B></A> <A HREF="index-23.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD></TR></TABLE><!-- =========== END OF NAVBAR =========== --><A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">J</A> <A HREF="index-11.html">K</A> <A HREF="index-12.html">L</A> <A HREF="index-13.html">M</A> <A HREF="index-14.html">N</A> <A HREF="index-15.html">O</A> <A HREF="index-16.html">P</A> <A HREF="index-17.html">Q</A> <A HREF="index-18.html">R</A> <A HREF="index-19.html">S</A> <A HREF="index-20.html">T</A> <A HREF="index-21.html">U</A> <A HREF="index-22.html">V</A> <A HREF="index-23.html">W</A> <A HREF="index-24.html">X</A> <A HREF="index-25.html">Y</A> <A HREF="index-26.html">Z</A> <A HREF="index-27.html">_</A> <HR><A NAME="_W_"><!-- --></A><H2><B>W</B></H2><DL><DT><A HREF="../java/awt/Cursor.html#W_RESIZE_CURSOR"><B>W_RESIZE_CURSOR</B></A> - Static variable in class java.awt.<A HREF="../java/awt/Cursor.html">Cursor</A><DD>The west-resize cursor type.<DT><A HREF="../java/awt/Frame.html#W_RESIZE_CURSOR"><B>W_RESIZE_CURSOR</B></A> - Static variable in class java.awt.<A HREF="../java/awt/Frame.html">Frame</A><DD><B>Deprecated.</B> <I>replaced by <code>Cursor.W_RESIZE_CURSOR</code>.</I><DT><A HREF="../java/awt/Cursor.html#WAIT_CURSOR"><B>WAIT_CURSOR</B></A> - Static variable in class java.awt.<A HREF="../java/awt/Cursor.html">Cursor</A><DD>The wait cursor type.<DT><A HREF="../java/awt/Frame.html#WAIT_CURSOR"><B>WAIT_CURSOR</B></A> - Static variable in class java.awt.<A HREF="../java/awt/Frame.html">Frame</A><DD><B>Deprecated.</B> <I>replaced by <code>Cursor.WAIT_CURSOR</code>.</I><DT><A HREF="../java/lang/Object.html#wait()"><B>wait()</B></A> - Method in class java.lang.<A HREF="../java/lang/Object.html">Object</A><DD>Causes current thread to wait until another thread invokes the <A HREF="../java/lang/Object.html#notify()"><CODE>Object.notify()</CODE></A> method or the <A HREF="../java/lang/Object.html#notifyAll()"><CODE>Object.notifyAll()</CODE></A> method for this object.<DT><A HREF="../java/lang/Object.html#wait(long)"><B>wait(long)</B></A> - Method in class java.lang.<A HREF="../java/lang/Object.html">Object</A><DD>Causes current thread to wait until either another thread invokes the <A HREF="../java/lang/Object.html#notify()"><CODE>Object.notify()</CODE></A> method or the <A HREF="../java/lang/Object.html#notifyAll()"><CODE>Object.notifyAll()</CODE></A> method for this object, or a specified amount of time has elapsed.<DT><A HREF="../java/lang/Object.html#wait(long, int)"><B>wait(long, int)</B></A> - Method in class java.lang.<A HREF="../java/lang/Object.html">Object</A><DD>Causes current thread to wait until another thread invokes the <A HREF="../java/lang/Object.html#notify()"><CODE>Object.notify()</CODE></A> method or the <A HREF="../java/lang/Object.html#notifyAll()"><CODE>Object.notifyAll()</CODE></A> method for this object, or some other thread interrupts the current thread, or a certain amount of real time has elapsed.<DT><A HREF="../java/lang/Process.html#waitFor()"><B>waitFor()</B></A> - Method in class java.lang.<A HREF="../java/lang/Process.html">Process</A><DD>causes the current thread to wait, if necessary, until the process represented by this <code>Process</code> object has terminated.<DT><A HREF="../java/awt/MediaTracker.html#waitForAll()"><B>waitForAll()</B></A> - Method in class java.awt.<A HREF="../java/awt/MediaTracker.html">MediaTracker</A><DD>Starts loading all images tracked by this media tracker.<DT><A HREF="../java/awt/MediaTracker.html#waitForAll(long)"><B>waitForAll(long)</B></A> - Method in class java.awt.<A HREF="../java/awt/MediaTracker.html">MediaTracker</A><DD>Starts loading all images tracked by this media tracker.<DT><A HREF="../java/awt/MediaTracker.html#waitForID(int)"><B>waitForID(int)</B></A> - Method in class java.awt.<A HREF="../java/awt/MediaTracker.html">MediaTracker</A><DD>Starts loading all images tracked by this media tracker with the specified identifier.<DT><A HREF="../java/awt/MediaTracker.html#waitForID(int, long)"><B>waitForID(int, long)</B></A> - Method in class java.awt.<A HREF="../java/awt/MediaTracker.html">MediaTracker</A><DD>Starts loading all images tracked by this media tracker with the specified identifier.<DT><A HREF="../java/awt/Robot.html#waitForIdle()"><B>waitForIdle()</B></A> - Method in class java.awt.<A HREF="../java/awt/Robot.html">Robot</A><DD>Waits until all events currently on the event queue have been processed.<DT><A HREF="../javax/swing/text/LayoutQueue.html#waitForWork()"><B>waitForWork()</B></A> - Method in class javax.swing.text.<A HREF="../javax/swing/text/LayoutQueue.html">LayoutQueue</A><DD>Used by the worker thread to get a new task to execute<DT><A HREF="../javax/swing/JOptionPane.html#WANTS_INPUT_PROPERTY"><B>WANTS_INPUT_PROPERTY</B></A> - Static variable in class javax.swing.<A HREF="../javax/swing/JOptionPane.html">JOptionPane</A><DD>Bound property name for wantsInput.<DT><A HREF="../javax/swing/JOptionPane.html#wantsInput"><B>wantsInput</B></A> - Variable in class javax.swing.<A HREF="../javax/swing/JOptionPane.html">JOptionPane</A><DD>If true, a UI widget will be provided to the user to get input.<DT><A HREF="../javax/swing/JOptionPane.html#WARNING_MESSAGE"><B>WARNING_MESSAGE</B></A> - Static variable in class javax.swing.<A HREF="../javax/swing/JOptionPane.html">JOptionPane</A><DD>Used for warning messages.<DT><A HREF="../javax/swing/plaf/basic/BasicMenuUI.ChangeHandler.html#wasFocused"><B>wasFocused</B></A> - Variable in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicMenuUI.ChangeHandler.html">BasicMenuUI.ChangeHandler</A><DD> <DT><A HREF="../javax/swing/DefaultDesktopManager.html#wasIcon(javax.swing.JInternalFrame)"><B>wasIcon(JInternalFrame)</B></A> - Method in class javax.swing.<A HREF="../javax/swing/DefaultDesktopManager.html">DefaultDesktopManager</A><DD> <DT><A HREF="../java/sql/CallableStatement.html#wasNull()"><B>wasNull()</B></A> - Method in interface java.sql.<A HREF="../java/sql/CallableStatement.html">CallableStatement</A><DD>Indicates whether or not the last OUT parameter read had the value of SQL <code>NULL</code>.<DT><A HREF="../java/sql/SQLInput.html#wasNull()"><B>wasNull()</B></A> - Method in interface java.sql.<A HREF="../java/sql/SQLInput.html">SQLInput</A><DD>Determines whether the last value read was SQL <code>NULL</code>.<DT><A HREF="../java/sql/ResultSet.html#wasNull()"><B>wasNull()</B></A> - Method in interface java.sql.<A HREF="../java/sql/ResultSet.html">ResultSet</A><DD>Reports whether the last column read had a value of SQL <code>NULL</code>.<DT><A HREF="../javax/sound/sampled/AudioFileFormat.Type.html#WAVE"><B>WAVE</B></A> - Static variable in class javax.sound.sampled.<A HREF="../javax/sound/sampled/AudioFileFormat.Type.html">AudioFileFormat.Type</A><DD>Specifies a WAVE file.<DT><A HREF="../org/omg/CORBA/WCharSeqHelper.html"><B>WCharSeqHelper</B></A> - class org.omg.CORBA.<A HREF="../org/omg/CORBA/WCharSeqHelper.html">WCharSeqHelper</A>.<DD>org/omg/CORBA/WCharSeqHelper.java Generated by the IDL-to-Java compiler (portable), version "3.0" from streams.idl 13 May 1999 22:41:36 o'clock GMT+00:00<DT><A HREF="../org/omg/CORBA/WCharSeqHelper.html#WCharSeqHelper()"><B>WCharSeqHelper()</B></A> - Constructor for class org.omg.CORBA.<A HREF="../org/omg/CORBA/WCharSeqHelper.html">WCharSeqHelper</A><DD> <DT><A HREF="../org/omg/CORBA/WCharSeqHolder.html"><B>WCharSeqHolder</B></A> - class org.omg.CORBA.<A HREF="../org/omg/CORBA/WCharSeqHolder.html">WCharSeqHolder</A>.<DD>org/omg/CORBA/WCharSeqHolder.java Generated by the IDL-to-Java compiler (portable), version "3.0" from streams.idl 13 May 1999 22:41:36 o'clock GMT+00:00<DT><A HREF="../org/omg/CORBA/WCharSeqHolder.html#WCharSeqHolder()"><B>WCharSeqHolder()</B></A> - Constructor for class org.omg.CORBA.<A HREF="../org/omg/CORBA/WCharSeqHolder.html">WCharSeqHolder</A><DD> <DT><A HREF="../org/omg/CORBA/WCharSeqHolder.html#WCharSeqHolder(char[])"><B>WCharSeqHolder(char[])</B></A> - Constructor for class org.omg.CORBA.<A HREF="../org/omg/CORBA/WCharSeqHolder.html">WCharSeqHolder</A><DD> <DT><A HREF="../java/util/WeakHashMap.html"><B>WeakHashMap</B></A> - class java.util.<A HREF="../java/util/WeakHashMap.html">WeakHashMap</A>.<DD>A hashtable-based <code>Map</code> implementation with <em>weak keys</em>.<DT><A HREF="../java/util/WeakHashMap.html#WeakHashMap()"><B>WeakHashMap()</B></A> - Constructor for class java.util.<A HREF="../java/util/WeakHashMap.html">WeakHashMap</A><DD>Constructs a new, empty <code>WeakHashMap</code> with the default initial capacity and the default load factor, which is <code>0.75</code>.<DT><A HREF="../java/util/WeakHashMap.html#WeakHashMap(int)"><B>WeakHashMap(int)</B></A> - Constructor for class java.util.<A HREF="../java/util/WeakHashMap.html">WeakHashMap</A><DD>Constructs a new, empty <code>WeakHashMap</code> with the given initial capacity and the default load factor, which is
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -