|
|||||||||
| Home >> All >> com >> barteo >> midp >> examples >> [ simpledemo overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.barteo.midp.examples.simpledemo
Class AlertPanel

java.lang.Objectjavax.microedition.lcdui.Displayable
javax.microedition.lcdui.Screen
javax.microedition.lcdui.List
com.barteo.midp.examples.simpledemo.AlertPanel
- All Implemented Interfaces:
- javax.microedition.lcdui.Choice, javax.microedition.lcdui.CommandListener, ScreenPanel
- public class AlertPanel
- extends javax.microedition.lcdui.List
- implements ScreenPanel, javax.microedition.lcdui.CommandListener
- extends javax.microedition.lcdui.List
| Field Summary | |
(package private) javax.microedition.lcdui.Alert[] |
alerts
|
(package private) javax.microedition.lcdui.Command |
backCommand
|
(package private) static java.lang.String |
NAME
|
| Fields inherited from class javax.microedition.lcdui.List |
SELECT_COMMAND |
| Fields inherited from class javax.microedition.lcdui.Screen |
|
| Fields inherited from class javax.microedition.lcdui.Displayable |
|
| Fields inherited from interface javax.microedition.lcdui.Choice |
EXCLUSIVE, IMPLICIT, MULTIPLE |
| Constructor Summary | |
AlertPanel()
|
|
| Method Summary | |
void |
commandAction(javax.microedition.lcdui.Command c,
javax.microedition.lcdui.Displayable d)
|
java.lang.String |
getName()
|
| Methods inherited from class javax.microedition.lcdui.List |
append, delete, getImage, getSelectedFlags, getSelectedIndex, getString, insert, isSelected, set, setSelectedFlags, setSelectedIndex, size |
| Methods inherited from class javax.microedition.lcdui.Screen |
getTicker, getTitle, setTicker, setTitle |
| Methods inherited from class javax.microedition.lcdui.Displayable |
addCommand, isShown, removeCommand, setCommandListener |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
NAME
static java.lang.String NAME
alerts
javax.microedition.lcdui.Alert[] alerts
backCommand
javax.microedition.lcdui.Command backCommand
| Constructor Detail |
AlertPanel
public AlertPanel()
| Method Detail |
getName
public java.lang.String getName()
- Specified by:
getNamein interfaceScreenPanel
commandAction
public void commandAction(javax.microedition.lcdui.Command c, javax.microedition.lcdui.Displayable d)
- Specified by:
commandActionin interfacejavax.microedition.lcdui.CommandListener
|
|||||||||
| Home >> All >> com >> barteo >> midp >> examples >> [ simpledemo overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC