📄 index-all.html
字号:
below the text or image.<DT><A HREF="javax/microedition/pki/CertificateException.html#BROKEN_CHAIN"><B>BROKEN_CHAIN</B></A> - Static variable in class javax.microedition.pki.<A HREF="javax/microedition/pki/CertificateException.html">CertificateException</A><DD>Indicates a certificate in a chain was not issued by the next authority in the chain.<DT><A HREF="javax/microedition/lcdui/Item.html#BUTTON"><B>BUTTON</B></A> - Static variable in class javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/Item.html">Item</A><DD>An appearance mode value indicating that the <code>Item</code> is to appear as a button.</DL><HR><A NAME="_C_"><!-- --></A><H2><B>C</B></H2><DL><DT><A HREF="javax/microedition/media/control/ToneControl.html#C4"><B>C4</B></A> - Static variable in interface javax.microedition.media.control.<A HREF="javax/microedition/media/control/ToneControl.html">ToneControl</A><DD>Middle C.<DT><A HREF="javax/microedition/lcdui/Display.html#callSerially(javax.microedition.lcdui.Runnable)"><B>callSerially(Runnable)</B></A> - Method in class javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/Display.html">Display</A><DD>Causes the <code>Runnable</code> object <code>r</code> to have its <code>run()</code> method called later, serialized with the event stream, soon after completion of the repaint cycle.<DT><A HREF="javax/microedition/lcdui/Command.html#CANCEL"><B>CANCEL</B></A> - Static variable in class javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/Command.html">Command</A><DD>A command that is a standard negative answer to a dialog implemented by current screen.<DT><A HREF="java/util/Timer.html#cancel()"><B>cancel()</B></A> - Method in class java.util.<A HREF="java/util/Timer.html">Timer</A><DD>Terminates this timer, discarding any currently scheduled tasks.<DT><A HREF="java/util/TimerTask.html#cancel()"><B>cancel()</B></A> - Method in class java.util.<A HREF="java/util/TimerTask.html">TimerTask</A><DD>Cancels this timer task.<DT><A HREF="javax/microedition/lcdui/Canvas.html"><B>Canvas</B></A> - class javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/Canvas.html">Canvas</A>.<DD>The <code>Canvas</code> class is a base class for writing applications that need to handle low-level events and to issue graphics calls for drawing to the display.<DT><A HREF="javax/microedition/lcdui/Canvas.html#Canvas()"><B>Canvas()</B></A> - Constructor for class javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/Canvas.html">Canvas</A><DD>Constructs a new <code>Canvas</code> object.<DT><A HREF="javax/microedition/pki/Certificate.html"><B>Certificate</B></A> - interface javax.microedition.pki.<A HREF="javax/microedition/pki/Certificate.html">Certificate</A>.<DD>Interface common to certificates.<DT><A HREF="javax/microedition/pki/CertificateException.html#CERTIFICATE_CHAIN_TOO_LONG"><B>CERTIFICATE_CHAIN_TOO_LONG</B></A> - Static variable in class javax.microedition.pki.<A HREF="javax/microedition/pki/CertificateException.html">CertificateException</A><DD>Indicates the server certificate chain exceeds the length allowed by an issuer's policy.<DT><A HREF="javax/microedition/pki/CertificateException.html"><B>CertificateException</B></A> - class javax.microedition.pki.<A HREF="javax/microedition/pki/CertificateException.html">CertificateException</A>.<DD>The <CODE>CertificateException</CODE> encapsulates an error that occurred while a <CODE>Certificate</CODE> is being used.<DT><A HREF="javax/microedition/pki/CertificateException.html#CertificateException(javax.microedition.pki.Certificate, byte)"><B>CertificateException(Certificate, byte)</B></A> - Constructor for class javax.microedition.pki.<A HREF="javax/microedition/pki/CertificateException.html">CertificateException</A><DD>Create a new exception with a <CODE>Certificate</CODE> and specific error reason.<DT><A HREF="javax/microedition/pki/CertificateException.html#CertificateException(java.lang.String, javax.microedition.pki.Certificate, byte)"><B>CertificateException(String, Certificate, byte)</B></A> - Constructor for class javax.microedition.pki.<A HREF="javax/microedition/pki/CertificateException.html">CertificateException</A><DD>Create a new exception with a message, <CODE>Certificate</CODE>, and specific error reason.<DT><A HREF="javax/microedition/lcdui/Font.html#charsWidth(char[], int, int)"><B>charsWidth(char[], int, int)</B></A> - Method in class javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/Font.html">Font</A><DD>Returns the advance width of the characters in <code>ch</code>, starting at the specified offset and for the specified number of characters (length).<DT><A HREF="javax/microedition/lcdui/Font.html#charWidth(char)"><B>charWidth(char)</B></A> - Method in class javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/Font.html">Font</A><DD>Gets the advance width of the specified character in this Font.<DT><A HREF="javax/microedition/midlet/MIDlet.html#checkPermission(java.lang.String)"><B>checkPermission(String)</B></A> - Method in class javax.microedition.midlet.<A HREF="javax/microedition/midlet/MIDlet.html">MIDlet</A><DD>Get the status of the specified permission.<DT><A HREF="javax/microedition/lcdui/Choice.html"><B>Choice</B></A> - interface javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/Choice.html">Choice</A>.<DD>Choice defines an API for a user interface components implementing selection from predefined number of choices.<DT><A HREF="javax/microedition/lcdui/Display.html#CHOICE_GROUP_ELEMENT"><B>CHOICE_GROUP_ELEMENT</B></A> - Static variable in class javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/Display.html">Display</A><DD>Image type for <code>ChoiceGroup</code> element image.<DT><A HREF="javax/microedition/lcdui/ChoiceGroup.html"><B>ChoiceGroup</B></A> - class javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/ChoiceGroup.html">ChoiceGroup</A>.<DD>A <code>ChoiceGroup</code> is a group of selectable elements intended to be placed within a <A HREF="javax/microedition/lcdui/Form.html"><CODE>Form</CODE></A>.<DT><A HREF="javax/microedition/lcdui/ChoiceGroup.html#ChoiceGroup(java.lang.String, int)"><B>ChoiceGroup(String, int)</B></A> - Constructor for class javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/ChoiceGroup.html">ChoiceGroup</A><DD>Creates a new, empty <code>ChoiceGroup</code>, specifying its title and its type.<DT><A HREF="javax/microedition/lcdui/ChoiceGroup.html#ChoiceGroup(java.lang.String, int, java.lang.String[], javax.microedition.lcdui.Image[])"><B>ChoiceGroup(String, int, String[], Image[])</B></A> - Constructor for class javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/ChoiceGroup.html">ChoiceGroup</A><DD>Creates a new <code>ChoiceGroup</code>, specifying its title, the type of the <code>ChoiceGroup</code>, and an array of <code>Strings</code> and <code>Images</code> to be used as its initial contents.<DT><A HREF="javax/microedition/lcdui/Graphics.html#clipRect(int, int, int, int)"><B>clipRect(int, int, int, int)</B></A> - Method in class javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/Graphics.html">Graphics</A><DD>Intersects the current clip with the specified rectangle.<DT><A HREF="javax/microedition/media/Player.html#close()"><B>close()</B></A> - Method in interface javax.microedition.media.<A HREF="javax/microedition/media/Player.html">Player</A><DD>Close the <code>Player</code> and release its resources.<DT><A HREF="javax/microedition/media/Player.html#CLOSED"><B>CLOSED</B></A> - Static variable in interface javax.microedition.media.<A HREF="javax/microedition/media/Player.html">Player</A><DD>The state of the <code>Player</code> indicating that the <code>Player</code> is closed.<DT><A HREF="javax/microedition/media/PlayerListener.html#CLOSED"><B>CLOSED</B></A> - Static variable in interface javax.microedition.media.<A HREF="javax/microedition/media/PlayerListener.html">PlayerListener</A><DD>Posted when a <code>Player</code> is closed.<DT><A HREF="javax/microedition/rms/RecordStore.html#closeRecordStore()"><B>closeRecordStore()</B></A> - Method in class javax.microedition.rms.<A HREF="javax/microedition/rms/RecordStore.html">RecordStore</A><DD>This method is called when the MIDlet requests to have the record store closed.<DT><A HREF="javax/microedition/lcdui/game/Sprite.html#collidesWith(javax.microedition.lcdui.Image, int, int, boolean)"><B>collidesWith(Image, int, int, boolean)</B></A> - Method in class javax.microedition.lcdui.game.<A HREF="javax/microedition/lcdui/game/Sprite.html">Sprite</A><DD>Checks for a collision between this Sprite and the specified Image with its upper left corner at the specified location.<DT><A HREF="javax/microedition/lcdui/game/Sprite.html#collidesWith(javax.microedition.lcdui.game.Sprite, boolean)"><B>collidesWith(Sprite, boolean)</B></A> - Method in class javax.microedition.lcdui.game.<A HREF="javax/microedition/lcdui/game/Sprite.html">Sprite</A><DD>Checks for a collision between this Sprite and the specified Sprite.<DT><A HREF="javax/microedition/lcdui/game/Sprite.html#collidesWith(javax.microedition.lcdui.game.TiledLayer, boolean)"><B>collidesWith(TiledLayer, boolean)</B></A> - Method in class javax.microedition.lcdui.game.<A HREF="javax/microedition/lcdui/game/Sprite.html">Sprite</A><DD>Checks for a collision between this Sprite and the specified TiledLayer.<DT><A HREF="javax/microedition/lcdui/Display.html#COLOR_BACKGROUND"><B>COLOR_BACKGROUND</B></A> - Static variable in class javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/Display.html">Display</A><DD>A color specifier for use with <code>getColor</code>.<DT><A HREF="javax/microedition/lcdui/Display.html#COLOR_BORDER"><B>COLOR_BORDER</B></A> - Static variable in class javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/Display.html">Display</A><DD>A color specifier for use with <code>getColor</code>.<DT><A HREF="javax/microedition/lcdui/Display.html#COLOR_FOREGROUND"><B>COLOR_FOREGROUND</B></A> - Static variable in class javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/Display.html">Display</A><DD>A color specifier for use with <code>getColor</code>.<DT><A HREF="javax/microedition/lcdui/Display.html#COLOR_HIGHLIGHTED_BACKGROUND"><B>COLOR_HIGHLIGHTED_BACKGROUND</B></A> - Static variable in class javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/Display.html">Display</A><DD>A color specifier for use with <code>getColor</code>.<DT><A HREF="javax/microedition/lcdui/Display.html#COLOR_HIGHLIGHTED_BORDER"><B>COLOR_HIGHLIGHTED_BORDER</B></A> - Static variable in class javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/Display.html">Display</A><DD>A color specifier for use with <code>getColor</code>.<DT><A HREF="javax/microedition/lcdui/Display.html#COLOR_HIGHLIGHTED_FOREGROUND"><B>COLOR_HIGHLIGHTED_FOREGROUND</B></A> - Static variable in class javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/Display.html">Display</A><DD>A color specifier for use with <code>getColor</code>.<DT><A HREF="javax/microedition/lcdui/Command.html"><B>Command</B></A> - class javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/Command.html">Command</A>.<DD>The <code>Command</code> class is a construct that encapsulates the semantic information of an action.<DT><A HREF="javax/microedition/lcdui/Command.html#Command(java.lang.String, int, int)"><B>Command(String, int, int)</B></A> - Constructor for class javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/Command.html">Command</A><DD>Creates a new command object with the given short <a href="#label">label</a>, <a href="#type">type</a>, and <a href="#priority">priority</a>.<DT><A HREF="javax/microedition/lcdui/Command.html#Command(java.lang.String, java.lang.String, int, int)"><B>Command(String, String, int, int)</B></A> - Constructor for class javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/Command.html">Command</A><DD>Creates a new command object with the given <a href="#label">labels</a>, <a href="#type">type</a>, and <a href="#priority">priority</a>.<DT><A HREF="javax/microedition/lcdui/CommandListener.html#commandAction(javax.microedition.lcdui.Command, javax.microedition.lcdui.Displayable)"><B>commandAction(Command, Displayable)</B></A> - Method in interface javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/CommandListener.html">CommandListener</A><DD>Indicates that a command event has occurred on <code>Displayable d</code>.<DT><A HREF="javax/microedition/lcdui/ItemCommandListener.html#commandAction(javax.microedition.lcdui.Command, javax.microedition.lcdui.Item)"><B>commandAction(Command, Item)</B></A> - Method in interface javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/ItemCommandListener.html">ItemCommandListener</A><DD>Called by the system to indicate that a command has been invoked on a particular item.<DT><A HREF="javax/microedition/lcdui/CommandListener.html"><B>CommandListener</B></A> - interface javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/CommandListener.html">CommandListener</A>.<DD>This interface is used by applications which need to receive high-level events from the implementation.<DT><A HREF="javax/microedition/io/CommConnection.html"><B>CommConnection</B></A> - interface javax.microedition.io.<A HREF="javax/microedition/io/CommConnection.html">CommConnection</A>.<DD>This interface defines a logical serial port connection.<DT><A HREF="javax/microedition/rms/RecordComparator.html#compare(byte[], byte[])"><B>compare(byte[], byte[])</B></A> - Method in interface javax.microedition.rms.<A HREF="javax/microedition/rms/RecordComparator.html">RecordComparator</A><DD>Returns <code>RecordComparator.PRECEDES</code> if rec1 precedes rec2 in sort order, or <code>RecordComparator.FOLLOWS</code> if rec1 follows rec2 in sort order, or <code>RecordComparator.EQUIVALENT</code> if rec1 and rec2 are equivalent in terms of sort order.<DT><A HREF="javax/microedition/lcdui/AlertType.html#CONFIRMATION"><B>CONFIRMATION</B></A> -
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -