| |
|
| java.lang.Object com.sun.perseus.demo.ContactListSource
ContactListSource | public class ContactListSource implements SVGList.ListModel(Code) | | Encapsulates retrieving contact information.
|
Method Summary | |
public int | firstIndexFor(char c) Parameters: c - the first character for the searched contact. | public Object | getElementAt(int ci) Parameters: ci - the requested contact index. | final public int | getSize() |
ADDRESS_1 | final public static int ADDRESS_1(Code) | | |
ADDRESS_2 | final public static int ADDRESS_2(Code) | | |
CELL_PHONE | final public static int CELL_PHONE(Code) | | |
EMAIL | final public static int EMAIL(Code) | | |
HOME_PHONE | final public static int HOME_PHONE(Code) | | |
NAME | final public static int NAME(Code) | | |
WORK_PHONE | final public static int WORK_PHONE(Code) | | |
ContactListSource | public ContactListSource()(Code) | | |
firstIndexFor | public int firstIndexFor(char c)(Code) | | Parameters: c - the first character for the searched contact. the index of the first contact entry with the given character |
getElementAt | public Object getElementAt(int ci)(Code) | | Parameters: ci - the requested contact index. an object holding the contact details data. |
getSize | final public int getSize()(Code) | | the number of contact entries. |
|
|
|