📄 index-all.html
字号:
<B>I</B></H2>
<DL>
<DT><A HREF="javax/microedition/pim/ContactList.html#importContact(javax.microedition.pim.Contact)"><B>importContact(Contact)</B></A> -
Method in interface javax.microedition.pim.<A HREF="javax/microedition/pim/ContactList.html">ContactList</A>
<DD>Imports the given Contact into this contact list by making a new Contact for the list and filling its information with as much information as it can from the provided Contact.
<DT><A HREF="javax/microedition/pim/EventList.html#importEvent(javax.microedition.pim.Event)"><B>importEvent(Event)</B></A> -
Method in interface javax.microedition.pim.<A HREF="javax/microedition/pim/EventList.html">EventList</A>
<DD>Imports the given Event into this list by making a new Event for the list and filling its information with as much information as it can from the provided Event.
<DT><A HREF="javax/microedition/pim/ToDoList.html#importToDo(javax.microedition.pim.ToDo)"><B>importToDo(ToDo)</B></A> -
Method in interface javax.microedition.pim.<A HREF="javax/microedition/pim/ToDoList.html">ToDoList</A>
<DD>Imports the given ToDo into this list by making a new ToDo for the list and filling its information with as much information as it can from the provided ToDo.
<DT><A HREF="javax/microedition/pim/PIMItem.html#INT"><B>INT</B></A> -
Static variable in interface javax.microedition.pim.<A HREF="javax/microedition/pim/PIMItem.html">PIMItem</A>
<DD>Data type indicating data is of int primitive data type.
<DT><A HREF="javax/microedition/pim/RepeatRule.html#INTERVAL"><B>INTERVAL</B></A> -
Static variable in class javax.microedition.pim.<A HREF="javax/microedition/pim/RepeatRule.html">RepeatRule</A>
<DD>Field specifying the number of iterations of the frequency between occurring dates, or how often the frequency repeats.
<DT><A HREF="javax/microedition/pim/PIMList.html#isCategory(java.lang.String)"><B>isCategory(String)</B></A> -
Method in interface javax.microedition.pim.<A HREF="javax/microedition/pim/PIMList.html">PIMList</A>
<DD>Returns indication of whether the given category is a valid existing category for this list.
<DT><A HREF="javax/microedition/pim/PIMItem.html#isModified()"><B>isModified()</B></A> -
Method in interface javax.microedition.pim.<A HREF="javax/microedition/pim/PIMItem.html">PIMItem</A>
<DD>This method returns a boolean indicating whether any of this item's fields have been modified since the item was retrieved or last committed.
<DT><A HREF="javax/microedition/pim/PIMList.html#isSupportedArrayElement(int, int)"><B>isSupportedArrayElement(int, int)</B></A> -
Method in interface javax.microedition.pim.<A HREF="javax/microedition/pim/PIMList.html">PIMList</A>
<DD>Indicates whether or not the given element in a array is supported for the indicated field in this PIM list.
<DT><A HREF="javax/microedition/pim/PIMList.html#isSupportedAttribute(int, int)"><B>isSupportedAttribute(int, int)</B></A> -
Method in interface javax.microedition.pim.<A HREF="javax/microedition/pim/PIMList.html">PIMList</A>
<DD>Indicates whether or not the given attribute is supported in this PIM list for the indicated field.
<DT><A HREF="javax/microedition/pim/PIMList.html#isSupportedField(int)"><B>isSupportedField(int)</B></A> -
Method in interface javax.microedition.pim.<A HREF="javax/microedition/pim/PIMList.html">PIMList</A>
<DD>Indicates whether or not the given field is supported in this PIM list.
<DT><A HREF="javax/microedition/pim/PIMList.html#items()"><B>items()</B></A> -
Method in interface javax.microedition.pim.<A HREF="javax/microedition/pim/PIMList.html">PIMList</A>
<DD>Return an Enumeration of all items in the list.
<DT><A HREF="javax/microedition/pim/ToDoList.html#items(int, long, long)"><B>items(int, long, long)</B></A> -
Method in interface javax.microedition.pim.<A HREF="javax/microedition/pim/ToDoList.html">ToDoList</A>
<DD>Return an enumeration of all the ToDos in the list where the value of the specified date field falls in the range from startDate to endDate inclusive.
<DT><A HREF="javax/microedition/pim/EventList.html#items(int, long, long, boolean)"><B>items(int, long, long, boolean)</B></A> -
Method in interface javax.microedition.pim.<A HREF="javax/microedition/pim/EventList.html">EventList</A>
<DD>Return an enumeration of all the Events where at least one of the Event's occurrences falls in the specified range from startDate to endDate inclusive.
<DT><A HREF="javax/microedition/pim/PIMList.html#items(javax.microedition.pim.PIMItem)"><B>items(PIMItem)</B></A> -
Method in interface javax.microedition.pim.<A HREF="javax/microedition/pim/PIMList.html">PIMList</A>
<DD>Return an Enumeration of all items in the list that contain fields that match all of those fields specified in the given matching item.
<DT><A HREF="javax/microedition/pim/PIMList.html#items(java.lang.String)"><B>items(String)</B></A> -
Method in interface javax.microedition.pim.<A HREF="javax/microedition/pim/PIMList.html">PIMList</A>
<DD>Return an Enumeration of all items in the list that contain at least one String field data value that matches the string value provided.
<DT><A HREF="javax/microedition/pim/PIMList.html#itemsByCategory(java.lang.String)"><B>itemsByCategory(String)</B></A> -
Method in interface javax.microedition.pim.<A HREF="javax/microedition/pim/PIMList.html">PIMList</A>
<DD>Returns an enumeration of all items in the PIM list that match the provided category.
</DL>
<HR>
<A NAME="_J_"><!-- --></A><H2>
<B>J</B></H2>
<DL>
<DT><A HREF="javax/microedition/pim/RepeatRule.html#JANUARY"><B>JANUARY</B></A> -
Static variable in class javax.microedition.pim.<A HREF="javax/microedition/pim/RepeatRule.html">RepeatRule</A>
<DD>Constant for the month of January used with <code>MONTH_IN_YEAR</code> field.
<DT><A HREF="javax/microedition/pim/package-summary.html"><B>javax.microedition.pim</B></A> - package javax.microedition.pim<DD>The PIM package defines APIs to access Personal Information
Management (PIM) data.<DT><A HREF="javax/microedition/pim/RepeatRule.html#JULY"><B>JULY</B></A> -
Static variable in class javax.microedition.pim.<A HREF="javax/microedition/pim/RepeatRule.html">RepeatRule</A>
<DD>Constant for the month of July used with <code>MONTH_IN_YEAR</code> field.
<DT><A HREF="javax/microedition/pim/RepeatRule.html#JUNE"><B>JUNE</B></A> -
Static variable in class javax.microedition.pim.<A HREF="javax/microedition/pim/RepeatRule.html">RepeatRule</A>
<DD>Constant for the month of June used with <code>MONTH_IN_YEAR</code> field.
</DL>
<HR>
<A NAME="_L_"><!-- --></A><H2>
<B>L</B></H2>
<DL>
<DT><A HREF="javax/microedition/pim/RepeatRule.html#LAST"><B>LAST</B></A> -
Static variable in class javax.microedition.pim.<A HREF="javax/microedition/pim/RepeatRule.html">RepeatRule</A>
<DD>Constant for the last week of the month used with <code>WEEK_OF_MONTH</code> field.
<DT><A HREF="javax/microedition/pim/PIMException.html#LIST_CLOSED"><B>LIST_CLOSED</B></A> -
Static variable in class javax.microedition.pim.<A HREF="javax/microedition/pim/PIMException.html">PIMException</A>
<DD>Indicates a PIM exception where a list is closed and access is attempted.
<DT><A HREF="javax/microedition/pim/PIMException.html#LIST_NOT_ACCESSIBLE"><B>LIST_NOT_ACCESSIBLE</B></A> -
Static variable in class javax.microedition.pim.<A HREF="javax/microedition/pim/PIMException.html">PIMException</A>
<DD>Indicates a PIM exception where a list is no longer accessible by the application, such as if the underlying PIM database is deleted.
<DT><A HREF="javax/microedition/pim/PIM.html#listPIMLists(int)"><B>listPIMLists(int)</B></A> -
Method in class javax.microedition.pim.<A HREF="javax/microedition/pim/PIM.html">PIM</A>
<DD>Returns a list of all PIM List names for the given PIM list type.
<DT><A HREF="javax/microedition/pim/Event.html#LOCATION"><B>LOCATION</B></A> -
Static variable in interface javax.microedition.pim.<A HREF="javax/microedition/pim/Event.html">Event</A>
<DD>Field identifying the venue for this Event.
</DL>
<HR>
<A NAME="_M_"><!-- --></A><H2>
<B>M</B></H2>
<DL>
<DT><A HREF="javax/microedition/pim/RepeatRule.html#MARCH"><B>MARCH</B></A> -
Static variable in class javax.microedition.pim.<A HREF="javax/microedition/pim/RepeatRule.html">RepeatRule</A>
<DD>Constant for the month of March used with <code>MONTH_IN_YEAR</code> field.
<DT><A HREF="javax/microedition/pim/PIMException.html#MAX_CATEGORIES_EXCEEDED"><B>MAX_CATEGORIES_EXCEEDED</B></A> -
Static variable in class javax.microedition.pim.<A HREF="javax/microedition/pim/PIMException.html">PIMException</A>
<DD>Indicates the max number of categories is exceeded.
<DT><A HREF="javax/microedition/pim/PIMList.html#maxCategories()"><B>maxCategories()</B></A> -
Method in interface javax.microedition.pim.<A HREF="javax/microedition/pim/PIMList.html">PIMList</A>
<DD>Returns the maximum number of categories that this list can have.
<DT><A HREF="javax/microedition/pim/PIMItem.html#maxCategories()"><B>maxCategories()</B></A> -
Method in interface javax.microedition.pim.<A HREF="javax/microedition/pim/PIMItem.html">PIMItem</A>
<DD>Returns the maximum number of categories that this item can be assigned to.
<DT><A HREF="javax/microedition/pim/PIMList.html#maxValues(int)"><B>maxValues(int)</B></A> -
Method in interface javax.microedition.pim.<A HREF="javax/microedition/pim/PIMList.html">PIMList</A>
<DD>Indicates the total number of data values that a particular field supports in this list.
<DT><A HREF="javax/microedition/pim/RepeatRule.html#MAY"><B>MAY</B></A> -
Static variable in class javax.microedition.pim.<A HREF="javax/microedition/pim/RepeatRule.html">RepeatRule</A>
<DD>Constant for the month of May used with <code>MONTH_IN_YEAR</code> field.
<DT><A HREF="javax/microedition/pim/RepeatRule.html#MONDAY"><B>MONDAY</B></A> -
Static variable in class javax.microedition.pim.<A HREF="javax/microedition/pim/RepeatRule.html">RepeatRule</A>
<DD>Constant for the day of week Monday used with <code>DAY_IN_WEEK</code> field.
<DT><A HREF="javax/microedition/pim/RepeatRule.html#MONTH_IN_YEAR"><B>MONTH_IN_YEAR</B></A> -
Static variable in class javax.microedition.pim.<A HREF="javax/microedition/pim/RepeatRule.html">RepeatRule</A>
<DD>Field specifying the month in which an event occurs.
<DT><A HREF="javax/microedition/pim/RepeatRule.html#MONTHLY"><B>MONTHLY</B></A> -
Static variable in class javax.microedition.pim.<A HREF="javax/microedition/pim/RepeatRule.html">RepeatRule</A>
<DD>Used for frequency when the Event happens every month.
</DL>
<HR>
<A NAME="_N_"><!-- --></A><H2>
<B>N</B></H2>
<DL>
<DT><A HREF="javax/microedition/pim/Contact.html#NAME"><B>NAME</B></A> -
Static variable in interface javax.microedition.pim.<A HREF="javax/microedition/pim/Contact.html">Contact</A>
<DD>Field specifying the name for this contact.
<DT><A HREF="javax/microedition/pim/Contact.html#NAME_FAMILY"><B>NAME_FAMILY</B></A> -
Static variable in interface javax.microedition.pim.<A HREF="javax/microedition/pim/Contact.html">Contact</A>
<DD>Index into the string array for a name field, where the data at this index represents the family name.
<DT><A HREF="javax/microedition/pim/Contact.html#NAME_GIVEN"><B>NAME_GIVEN</B></A> -
Static variable in interface javax.microedition.pim.<A HREF="javax/microedition/pim/Contact.html">Contact</A>
<DD>Index into the string array for a name field, where the data at this index represents the given name.
<DT><A HREF="javax/microedition/pim/Contact.html#NAME_OTHER"><B>NAME_OTHER</B></A> -
Static variable in interface javax.microedition.pim.<A HREF="javax/microedition/pim/Contact.html">Contact</A>
<DD>Index into the string array for a name field, where the data at this index represents other alternate name or names.
<DT><A HREF="javax/microedition/pim/Contact.html#NAME_PREFIX"><B>NAME_PREFIX</B></A> -
Static variable in interface javax.microedition.pim.<A HREF="javax/microedition/pim/Contact.html">Contact</A>
<DD>Index into the string array for a name field, where the data at this index represents a prefix to a name.
<DT><A HREF="javax/microedition/pim/Contact.html#NAME_SUFFIX"><B>NAME_SUFFIX</B></A> -
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -