|
DCT Lightfoot v3 API specification | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--javax.microedition.lcdui.AlertType
Alert types are different types of alerts
| Field Summary | |
static AlertType |
ALARM
The alarm type |
static AlertType |
CONFIRMATION
The confirmation type |
static AlertType |
ERROR
The error type |
static AlertType |
INFO
The info type |
static AlertType |
WARNING
The warning type |
| Constructor Summary | |
protected |
AlertType()
Create a new alert type - only for subclasses |
| Method Summary | |
boolean |
playSound(Display display)
Play a sound |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final AlertType ALARM
public static final AlertType CONFIRMATION
public static final AlertType ERROR
public static final AlertType INFO
public static final AlertType WARNING
| Constructor Detail |
protected AlertType()
| Method Detail |
public boolean playSound(Display display)
display - The display
|
DCT Lightfoot v3 API specification | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||