| java.lang.Object com.sun.perseus.demo.ContactListScreen
ContactListScreen | public class ContactListScreen implements SVGEventListener(Code) | | |
Inner Class :class JumpToRunnable implements Runnable | |
svgList | protected SVGList svgList(Code) | | The list where the contact items are displayed.
|
ContactListScreen | public ContactListScreen(SVGAnimator contactListAnimator, SVGImage contactListImage, ContactListSource contactListSource)(Code) | | Creates a new instance of SVGContactListScreen
Parameters: contactListAnimator - - the associated SVGAnimator Parameters: contactListImage - - the associated SVGImage Parameters: contactListSource - - the contact list data source |
hideNotify | public void hideNotify()(Code) | | |
jumpTo | public void jumpTo(char c)(Code) | | Scrolls to the first item starting with the specified character, if any.
Parameters: c - alpha |
jumpTo | protected void jumpTo(int listIndex)(Code) | | Should be invoked in the update thread.
Parameters: listIndex - - the list index to jump to. |
keyPressed | public void keyPressed(int i)(Code) | | |
keyReleased | public void keyReleased(int i)(Code) | | |
onTextEvent | public void onTextEvent(char c)(Code) | | Parameters: c - the new character which was typed. |
pointerPressed | public void pointerPressed(int i, int i0)(Code) | | |
pointerReleased | public void pointerReleased(int i, int i0)(Code) | | |
scrollDown | void scrollDown()(Code) | | |
scrollUp | void scrollUp()(Code) | | |
showNotify | public void showNotify()(Code) | | |
sizeChanged | public void sizeChanged(int i, int i0)(Code) | | |
toAlphabet | public char toAlphabet(char c)(Code) | | Parameters: c - the keyboard character to convert to an alphabetical value. |
|
|