example.pim
Class ItemDisplayScreen
java.lang.Object
javax.microedition.lcdui.Displayable
javax.microedition.lcdui.Screen
javax.microedition.lcdui.Form
example.pim.ItemDisplayScreen
- All Implemented Interfaces:
- javax.microedition.lcdui.CommandListener, javax.microedition.lcdui.ItemCommandListener
public class ItemDisplayScreen
- extends javax.microedition.lcdui.Form
- implements javax.microedition.lcdui.CommandListener, javax.microedition.lcdui.ItemCommandListener
Demonstrate the use of JSR 75 PIM APIs
Method Summary |
void |
commandAction(javax.microedition.lcdui.Command command,
javax.microedition.lcdui.Displayable displayable)
|
void |
commandAction(javax.microedition.lcdui.Command command,
javax.microedition.lcdui.Item formItem)
|
Methods inherited from class javax.microedition.lcdui.Form |
append, append, append, delete, deleteAll, get, getHeight, getWidth, insert, set, setItemStateListener, size |
Methods inherited from class javax.microedition.lcdui.Displayable |
addCommand, getTicker, getTitle, isShown, removeCommand, setCommandListener, setTicker, setTitle, sizeChanged |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ItemDisplayScreen
public ItemDisplayScreen(PIMDemo midlet,
ItemSelectionScreen caller,
javax.microedition.pim.PIMItem item)
throws javax.microedition.pim.PIMException
- Throws:
javax.microedition.pim.PIMException
commandAction
public void commandAction(javax.microedition.lcdui.Command command,
javax.microedition.lcdui.Displayable displayable)
- Specified by:
commandAction
in interface javax.microedition.lcdui.CommandListener
commandAction
public void commandAction(javax.microedition.lcdui.Command command,
javax.microedition.lcdui.Item formItem)
- Specified by:
commandAction
in interface javax.microedition.lcdui.ItemCommandListener