com.skyarts.midp.ui
クラス Dialog

java.lang.Object
  |
  +--javax.microedition.lcdui.Displayable
        |
        +--javax.microedition.lcdui.Canvas
              |
              +--com.skyarts.midp.ui.AbstractDialog
                    |
                    +--com.skyarts.midp.ui.Dialog

public final class Dialog
extends AbstractDialog

携帯電話用のダイアログを表示させるクラス。


クラス com.skyarts.midp.ui.AbstractDialog から継承したフィールド
BUTTON_CANCEL, BUTTON_NO, BUTTON_OK, BUTTON_YES, CANCEL_BUTTONSET, CONFIRM, ERROR, INFO, LANG_EN, LANG_JP, OK_BUTTONSET, WRNING, YES_NO_BUTTONSET, YES_NO_CANCEL_BUTTONSET
 
クラス javax.microedition.lcdui.Canvas から継承したフィールド
DOWN, FIRE, GAME_A, GAME_B, GAME_C, GAME_D, KEY_NUM0, KEY_NUM1, KEY_NUM2, KEY_NUM3, KEY_NUM4, KEY_NUM5, KEY_NUM6, KEY_NUM7, KEY_NUM8, KEY_NUM9, KEY_POUND, KEY_STAR, LEFT, RIGHT, UP
 
コンストラクタの概要
Dialog()
           
 
クラス com.skyarts.midp.ui.AbstractDialog から継承したメソッド
getButtonLanguage, getButtonSet, getDialogColor, getDialogListener, getText, getTitle, getType, setButtonLanguage, setButtonSet, setDialogColor, setDialogListener, setText, setTitle, setType
 
クラス javax.microedition.lcdui.Canvas から継承したメソッド
getGameAction, getHeight, getKeyCode, getKeyName, getWidth, hasPointerEvents, hasPointerMotionEvents, hasRepeatEvents, isDoubleBuffered, repaint, repaint, serviceRepaints
 
クラス javax.microedition.lcdui.Displayable から継承したメソッド
addCommand, isShown, removeCommand, setCommandListener
 
クラス java.lang.Object から継承したメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Dialog

public Dialog()