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

📄 index-11.html

📁 API資料大全
💻 HTML
📖 第 1 页 / 共 3 页
字号:
<DD>&nbsp;<DT><A HREF="../java/util/Dictionary.html#keys()"><B>keys()</B></A> - Method in class java.util.<A HREF="../java/util/Dictionary.html">Dictionary</A><DD>Returns an enumeration of the keys in this dictionary.<DT><A HREF="../java/util/Hashtable.html#keys()"><B>keys()</B></A> - Method in class java.util.<A HREF="../java/util/Hashtable.html">Hashtable</A><DD>Returns an enumeration of the keys in this hashtable.<DT><A HREF="../javax/swing/InputMap.html#keys()"><B>keys()</B></A> - Method in class javax.swing.<A HREF="../javax/swing/InputMap.html">InputMap</A><DD>Returns the <code>KeyStroke</code>s that are bound in this <code>InputMap</code>.<DT><A HREF="../javax/swing/ActionMap.html#keys()"><B>keys()</B></A> - Method in class javax.swing.<A HREF="../javax/swing/ActionMap.html">ActionMap</A><DD>Returns the <code>Action</code> names that are bound in this <code>ActionMap</code>.<DT><A HREF="../javax/swing/JComboBox.html#keySelectionManager"><B>keySelectionManager</B></A> - Variable in class javax.swing.<A HREF="../javax/swing/JComboBox.html">JComboBox</A><DD>&nbsp;<DT><A HREF="../java/awt/RenderingHints.html#keySet()"><B>keySet()</B></A> - Method in class java.awt.<A HREF="../java/awt/RenderingHints.html">RenderingHints</A><DD>Returns a <code>Set</code> view of the Keys contained in this  <code>RenderingHints</code>.<DT><A HREF="../java/security/Provider.html#keySet()"><B>keySet()</B></A> - Method in class java.security.<A HREF="../java/security/Provider.html">Provider</A><DD>Returns an unmodifiable Set view of the property keys contained in  this provider.<DT><A HREF="../java/util/Hashtable.html#keySet()"><B>keySet()</B></A> - Method in class java.util.<A HREF="../java/util/Hashtable.html">Hashtable</A><DD>Returns a Set view of the keys contained in this Hashtable.<DT><A HREF="../java/util/AbstractMap.html#keySet()"><B>keySet()</B></A> - Method in class java.util.<A HREF="../java/util/AbstractMap.html">AbstractMap</A><DD>Returns a Set view of the keys contained in this map.<DT><A HREF="../java/util/TreeMap.html#keySet()"><B>keySet()</B></A> - Method in class java.util.<A HREF="../java/util/TreeMap.html">TreeMap</A><DD>Returns a Set view of the keys contained in this map.<DT><A HREF="../java/util/HashMap.html#keySet()"><B>keySet()</B></A> - Method in class java.util.<A HREF="../java/util/HashMap.html">HashMap</A><DD>Returns a set view of the keys contained in this map.<DT><A HREF="../java/util/Map.html#keySet()"><B>keySet()</B></A> - Method in interface java.util.<A HREF="../java/util/Map.html">Map</A><DD>Returns a set view of the keys contained in this map.<DT><A HREF="../java/util/jar/Attributes.html#keySet()"><B>keySet()</B></A> - Method in class java.util.jar.<A HREF="../java/util/jar/Attributes.html">Attributes</A><DD>Returns a Set view of the attribute names (keys) contained in this Map.<DT><A HREF="../java/security/spec/KeySpec.html"><B>KeySpec</B></A> - interface java.security.spec.<A HREF="../java/security/spec/KeySpec.html">KeySpec</A>.<DD>A (transparent) specification of the key material that constitutes a cryptographic key.<DT><A HREF="../java/security/KeyStore.html"><B>KeyStore</B></A> - class java.security.<A HREF="../java/security/KeyStore.html">KeyStore</A>.<DD>This class represents an in-memory collection of keys and certificates.<DT><A HREF="../java/security/KeyStore.html#KeyStore(java.security.KeyStoreSpi, java.security.Provider, java.lang.String)"><B>KeyStore(KeyStoreSpi, Provider, String)</B></A> - Constructor for class java.security.<A HREF="../java/security/KeyStore.html">KeyStore</A><DD>Creates a KeyStore object of the given type, and encapsulates the given provider implementation (SPI object) in it.<DT><A HREF="../java/security/KeyStoreException.html"><B>KeyStoreException</B></A> - exception java.security.<A HREF="../java/security/KeyStoreException.html">KeyStoreException</A>.<DD>This is the generic KeyStore exception.<DT><A HREF="../java/security/KeyStoreException.html#KeyStoreException()"><B>KeyStoreException()</B></A> - Constructor for class java.security.<A HREF="../java/security/KeyStoreException.html">KeyStoreException</A><DD>Constructs a KeyStoreException with no detail message.<DT><A HREF="../java/security/KeyStoreException.html#KeyStoreException(java.lang.String)"><B>KeyStoreException(String)</B></A> - Constructor for class java.security.<A HREF="../java/security/KeyStoreException.html">KeyStoreException</A><DD>Constructs a KeyStoreException with the specified detail message.<DT><A HREF="../java/security/KeyStoreSpi.html"><B>KeyStoreSpi</B></A> - class java.security.<A HREF="../java/security/KeyStoreSpi.html">KeyStoreSpi</A>.<DD>This class defines the <i>Service Provider Interface</i> (<b>SPI</b>) for the <code>KeyStore</code> class.<DT><A HREF="../java/security/KeyStoreSpi.html#KeyStoreSpi()"><B>KeyStoreSpi()</B></A> - Constructor for class java.security.<A HREF="../java/security/KeyStoreSpi.html">KeyStoreSpi</A><DD>&nbsp;<DT><A HREF="../javax/swing/KeyStroke.html"><B>KeyStroke</B></A> - class javax.swing.<A HREF="../javax/swing/KeyStroke.html">KeyStroke</A>.<DD>A KeyStroke instance represents a key being typed on the keyboard -- it contains both a char code for the key and a modifier (alt, shift, ctrl,  meta, or a combination).<DT><A HREF="../java/awt/AWTEventMulticaster.html#keyTyped(java.awt.event.KeyEvent)"><B>keyTyped(KeyEvent)</B></A> - Method in class java.awt.<A HREF="../java/awt/AWTEventMulticaster.html">AWTEventMulticaster</A><DD>Handles the keyTyped event by invoking the keyTyped methods on listener-a and listener-b.<DT><A HREF="../java/awt/event/KeyListener.html#keyTyped(java.awt.event.KeyEvent)"><B>keyTyped(KeyEvent)</B></A> - Method in interface java.awt.event.<A HREF="../java/awt/event/KeyListener.html">KeyListener</A><DD>Invoked when a key has been typed.<DT><A HREF="../java/awt/event/KeyAdapter.html#keyTyped(java.awt.event.KeyEvent)"><B>keyTyped(KeyEvent)</B></A> - Method in class java.awt.event.<A HREF="../java/awt/event/KeyAdapter.html">KeyAdapter</A><DD>Invoked when a key has been typed.<DT><A HREF="../javax/swing/plaf/basic/BasicTableUI.KeyHandler.html#keyTyped(java.awt.event.KeyEvent)"><B>keyTyped(KeyEvent)</B></A> - Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicTableUI.KeyHandler.html">BasicTableUI.KeyHandler</A><DD>&nbsp;<DT><A HREF="../java/awt/Component.html#keyUp(java.awt.Event, int)"><B>keyUp(Event, int)</B></A> - Method in class java.awt.<A HREF="../java/awt/Component.html">Component</A><DD><B>Deprecated.</B>&nbsp;<I>As of JDK version 1.1, replaced by processKeyEvent(KeyEvent).</I><DT><A HREF="../org/omg/CosNaming/NameComponent.html#kind"><B>kind</B></A> - Variable in class org.omg.CosNaming.<A HREF="../org/omg/CosNaming/NameComponent.html">NameComponent</A><DD>&nbsp;<DT><A HREF="../org/omg/CORBA/TypeCode.html#kind()"><B>kind()</B></A> - Method in class org.omg.CORBA.<A HREF="../org/omg/CORBA/TypeCode.html">TypeCode</A><DD>Retrieves the kind of this <code>TypeCode</code> object.<DT><A HREF="../java/util/Locale.html#KOREA"><B>KOREA</B></A> - Static variable in class java.util.<A HREF="../java/util/Locale.html">Locale</A><DD>Useful constant for country.<DT><A HREF="../java/util/Locale.html#KOREAN"><B>KOREAN</B></A> - Static variable in class java.util.<A HREF="../java/util/Locale.html">Locale</A><DD>Useful constant for language.</DL><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">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-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="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&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="index-10.html"><B>PREV LETTER</B></A>&nbsp;&nbsp;<A HREF="index-12.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>  &nbsp;&nbsp;<A HREF="index-11.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><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 + -