|
Unofficial "CLDC 1.0 + MIDP 1.0" API Reference. (日本語版) |
|||||||||
前 次 | フレームあり フレームなし |
AlertType を使用しているパッケージ | |
---|---|
javax.microedition.lcdui | javax.microedition.lcdui は、MID デバイス向けに調整したユーザーインタフェース API を提供します。 |
javax.microedition.lcdui での AlertType の使用 |
---|
AlertType として宣言されている javax.microedition.lcdui のフィールド | |
---|---|
static AlertType |
AlertType.ALARM
ユーザーが要求した情報を提供するための AlertType です。 |
static AlertType |
AlertType.CONFIRMATION
ユーザーが要求したオペレーションが完了したことを確認するための AlertType です。 |
static AlertType |
AlertType.ERROR
明らかに誤った操作あるいはエラーが発生したことを示す AlertType です。 |
static AlertType |
AlertType.INFO
警告やエラーなどではない一般的な情報を表す AlertType です。 |
static AlertType |
AlertType.WARNING
潜在的な危険性を伴う操作であることを示す、警告の意味を持った AlertType です。 |
AlertType を返す javax.microedition.lcdui のメソッド | |
---|---|
AlertType |
Alert.getType()
設定されているタイプ( AlertType オブジェクト)を返します。 |
AlertType 型のパラメータを持つ javax.microedition.lcdui のメソッド | |
---|---|
void |
Alert.setType(AlertType type)
新しいタイプ( AlertType オブジェクト)を設定します。 |
AlertType 型のパラメータを持つ javax.microedition.lcdui のコンストラクタ | |
---|---|
Alert(String title,
String alertText,
Image alertImage,
AlertType alertType)
指定されたタイトル、メッセージ文字列、イメージおよび AlertType を設定した Alert オブジェクトを構築します。 |
|
Unofficial "CLDC 1.0 + MIDP 1.0" API Reference. (日本語版) |
|||||||||
前 次 | フレームあり フレームなし |