|
|||||||||
Home >> All >> javax >> microedition >> [ lcdui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
javax.microedition.lcdui
Class AlertType

java.lang.Objectjavax.microedition.lcdui.AlertType
- public class AlertType
- extends java.lang.Object
Field Summary | |
static AlertType |
ALARM
|
static AlertType |
CONFIRMATION
|
static AlertType |
ERROR
|
static AlertType |
INFO
|
static AlertType |
WARNING
|
Constructor Summary | |
protected |
AlertType()
|
Method Summary | |
boolean |
playSound(Display display)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
INFO
public static final AlertType INFO
WARNING
public static final AlertType WARNING
ERROR
public static final AlertType ERROR
ALARM
public static final AlertType ALARM
CONFIRMATION
public static final AlertType CONFIRMATION
Constructor Detail |
AlertType
protected AlertType()
Method Detail |
playSound
public boolean playSound(Display display)
|
|||||||||
Home >> All >> javax >> microedition >> [ lcdui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |