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

📄 index-all.html

📁 J2ME MIDP2.0 final specification
💻 HTML
📖 第 1 页 / 共 5 页
字号:
<!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 Fri Sep 27 14:47:15 CDT 2002 --><TITLE>Mobile Information Device Profile 2.0: 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>&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><strong>MIDP 2.0</strong></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">&nbsp;PREV&nbsp;&nbsp;NEXT</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-all.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD></TR></TABLE><!-- =========== END OF NAVBAR =========== --><A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_J_">J</A> <A HREF="#_K_">K</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A> <HR><A NAME="_A_"><!-- --></A><H2><B>A</B></H2><DL><DT><A HREF="javax/microedition/lcdui/Item.html#addCommand(javax.microedition.lcdui.Command)"><B>addCommand(Command)</B></A> - Method in class javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/Item.html">Item</A><DD>Adds a context sensitive <code>Command</code> to the item.<DT><A HREF="javax/microedition/lcdui/Displayable.html#addCommand(javax.microedition.lcdui.Command)"><B>addCommand(Command)</B></A> - Method in class javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/Displayable.html">Displayable</A><DD>Adds a command to the <code>Displayable</code>.<DT><A HREF="javax/microedition/lcdui/Alert.html#addCommand(javax.microedition.lcdui.Command)"><B>addCommand(Command)</B></A> - Method in class javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/Alert.html">Alert</A><DD>Similar to <A HREF="javax/microedition/lcdui/Displayable.html#addCommand(javax.microedition.lcdui.Command)"><CODE>Displayable.addCommand(javax.microedition.lcdui.Command)</CODE></A>, however when the application first adds a command to an <code>Alert</code>, <A HREF="javax/microedition/lcdui/Alert.html#DISMISS_COMMAND"><CODE>Alert.DISMISS_COMMAND</CODE></A> is implicitly removed.<DT><A HREF="javax/microedition/lcdui/Spacer.html#addCommand(javax.microedition.lcdui.Command)"><B>addCommand(Command)</B></A> - Method in class javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/Spacer.html">Spacer</A><DD><code>Spacers</code> are restricted from having <code>Commands</code>, so this method will always throw <code>IllegalStateException</code> whenever it is called.<DT><A HREF="javax/microedition/media/Player.html#addPlayerListener(javax.microedition.media.PlayerListener)"><B>addPlayerListener(PlayerListener)</B></A> - Method in interface javax.microedition.media.<A HREF="javax/microedition/media/Player.html">Player</A><DD>Add a player listener for this player.<DT><A HREF="javax/microedition/rms/RecordStore.html#addRecord(byte[], int, int)"><B>addRecord(byte[], int, int)</B></A> - Method in class javax.microedition.rms.<A HREF="javax/microedition/rms/RecordStore.html">RecordStore</A><DD>Adds a new record to the record store.<DT><A HREF="javax/microedition/rms/RecordStore.html#addRecordListener(javax.microedition.rms.RecordListener)"><B>addRecordListener(RecordListener)</B></A> - Method in class javax.microedition.rms.<A HREF="javax/microedition/rms/RecordStore.html">RecordStore</A><DD>Adds the specified RecordListener.<DT><A HREF="javax/microedition/lcdui/AlertType.html#ALARM"><B>ALARM</B></A> - Static variable in class javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/AlertType.html">AlertType</A><DD>An <code>ALARM</code> <code>AlertType</code> is a hint to alert the user to an event for which the user has previously requested to be notified.<DT><A HREF="javax/microedition/lcdui/Alert.html"><B>Alert</B></A> - class javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/Alert.html">Alert</A>.<DD>An alert is a screen that shows data to the user and waits for a certain period of time before proceeding to the next <code>Displayable</code>.<DT><A HREF="javax/microedition/lcdui/Display.html#ALERT"><B>ALERT</B></A> - Static variable in class javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/Display.html">Display</A><DD>Image type for <code>Alert</code> image.<DT><A HREF="javax/microedition/lcdui/Alert.html#Alert(java.lang.String)"><B>Alert(String)</B></A> - Constructor for class javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/Alert.html">Alert</A><DD>Constructs a new, empty <code>Alert</code> object with the given title.<DT><A HREF="javax/microedition/lcdui/Alert.html#Alert(java.lang.String, java.lang.String, javax.microedition.lcdui.Image, javax.microedition.lcdui.AlertType)"><B>Alert(String, String, Image, AlertType)</B></A> - Constructor for class javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/Alert.html">Alert</A><DD>Constructs a new <code>Alert</code> object with the given title, content string and image, and alert type.<DT><A HREF="javax/microedition/lcdui/AlertType.html"><B>AlertType</B></A> - class javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/AlertType.html">AlertType</A>.<DD>The <code>AlertType</code> provides an indication of the nature of alerts.<DT><A HREF="javax/microedition/lcdui/AlertType.html#AlertType()"><B>AlertType()</B></A> - Constructor for class javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/AlertType.html">AlertType</A><DD>Protected constructor for subclasses.<DT><A HREF="javax/microedition/lcdui/TextField.html#ANY"><B>ANY</B></A> - Static variable in class javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/TextField.html">TextField</A><DD>The user is allowed to enter any text.<DT><A HREF="javax/microedition/lcdui/Form.html#append(javax.microedition.lcdui.Image)"><B>append(Image)</B></A> - Method in class javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/Form.html">Form</A><DD>Adds an item consisting of one <code>Image</code> to the <code>Form</code>.<DT><A HREF="javax/microedition/lcdui/Form.html#append(javax.microedition.lcdui.Item)"><B>append(Item)</B></A> - Method in class javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/Form.html">Form</A><DD>Adds an <code>Item</code> into the <code>Form</code>.<DT><A HREF="javax/microedition/lcdui/game/LayerManager.html#append(javax.microedition.lcdui.game.Layer)"><B>append(Layer)</B></A> - Method in class javax.microedition.lcdui.game.<A HREF="javax/microedition/lcdui/game/LayerManager.html">LayerManager</A><DD>Appends a Layer to this LayerManager.<DT><A HREF="javax/microedition/lcdui/Form.html#append(java.lang.String)"><B>append(String)</B></A> - Method in class javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/Form.html">Form</A><DD>Adds an item consisting of one <code>String</code> to the <code>Form</code>.<DT><A HREF="javax/microedition/lcdui/ChoiceGroup.html#append(java.lang.String, javax.microedition.lcdui.Image)"><B>append(String, Image)</B></A> - Method in class javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/ChoiceGroup.html">ChoiceGroup</A><DD>Appends an element to the <code>ChoiceGroup</code>.<DT><A HREF="javax/microedition/lcdui/Choice.html#append(java.lang.String, javax.microedition.lcdui.Image)"><B>append(String, Image)</B></A> - Method in interface javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/Choice.html">Choice</A><DD>Appends an element to the <code>Choice</code>.<DT><A HREF="javax/microedition/lcdui/List.html#append(java.lang.String, javax.microedition.lcdui.Image)"><B>append(String, Image)</B></A> - Method in class javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/List.html">List</A><DD>Appends an element to the <code>List</code>.<DT><A HREF="javax/microedition/rms/RecordStore.html#AUTHMODE_ANY"><B>AUTHMODE_ANY</B></A> - Static variable in class javax.microedition.rms.<A HREF="javax/microedition/rms/RecordStore.html">RecordStore</A><DD>Authorization to allow access to any MIDlet suites.<DT><A HREF="javax/microedition/rms/RecordStore.html#AUTHMODE_PRIVATE"><B>AUTHMODE_PRIVATE</B></A> - Static variable in class javax.microedition.rms.<A HREF="javax/microedition/rms/RecordStore.html">RecordStore</A><DD>Authorization to allow access only to the current MIDlet suite.</DL><HR><A NAME="_B_"><!-- --></A><H2><B>B</B></H2><DL><DT><A HREF="javax/microedition/lcdui/Command.html#BACK"><B>BACK</B></A> - Static variable in class javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/Command.html">Command</A><DD>A navigation command that returns the user to the logically  previous screen.<DT><A HREF="javax/microedition/pki/CertificateException.html#BAD_EXTENSIONS"><B>BAD_EXTENSIONS</B></A> - Static variable in class javax.microedition.pki.<A HREF="javax/microedition/pki/CertificateException.html">CertificateException</A><DD>Indicates a certificate has unrecognized critical extensions.<DT><A HREF="javax/microedition/lcdui/Graphics.html#BASELINE"><B>BASELINE</B></A> - Static variable in class javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/Graphics.html">Graphics</A><DD>Constant for positioning the anchor point at the baseline of text.<DT><A HREF="javax/microedition/media/control/ToneControl.html#BLOCK_END"><B>BLOCK_END</B></A> - Static variable in interface javax.microedition.media.control.<A HREF="javax/microedition/media/control/ToneControl.html">ToneControl</A><DD>Defines an ending point for a block.<DT><A HREF="javax/microedition/media/control/ToneControl.html#BLOCK_START"><B>BLOCK_START</B></A> - Static variable in interface javax.microedition.media.control.<A HREF="javax/microedition/media/control/ToneControl.html">ToneControl</A><DD>Defines a starting point for a block.<DT><A HREF="javax/microedition/lcdui/Graphics.html#BOTTOM"><B>BOTTOM</B></A> - Static variable in class javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/Graphics.html">Graphics</A><DD>Constant for positioning the anchor point of text and images

⌨️ 快捷键说明

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