Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.barteo.midp.examples.simpledemo
Class AlertPanel  view AlertPanel download AlertPanel.java

java.lang.Object
  extended byjavax.microedition.lcdui.Displayable
      extended byjavax.microedition.lcdui.Screen
          extended byjavax.microedition.lcdui.List
              extended bycom.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


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:
getName in interface ScreenPanel

commandAction

public void commandAction(javax.microedition.lcdui.Command c,
                          javax.microedition.lcdui.Displayable d)
Specified by:
commandAction in interface javax.microedition.lcdui.CommandListener