A B C D E G I L O S U W Y

A

AbstractDialog - class com.skyarts.midp.ui.AbstractDialog.
The class which becomes the origin of a dialog.
AbstractDialog() - class com.skyarts.midp.ui.AbstractDialog ????????
 

B

BUTTON_CANCEL - class com.skyarts.midp.ui.AbstractDialog ? static ??
The constant passed to Listener when Cancel button is pushed.
BUTTON_NO - class com.skyarts.midp.ui.AbstractDialog ? static ??
The constant passed to Listener when No button is pushed.
BUTTON_OK - class com.skyarts.midp.ui.AbstractDialog ? static ??
The constant passed to Listener when OK button is pushed.
BUTTON_YES - class com.skyarts.midp.ui.AbstractDialog ? static ??
The constant passed to Listener when Yes button is pushed.

C

CANCEL_BUTTONSET - class com.skyarts.midp.ui.AbstractDialog ? static ??
The constant used when specifying Cancel button
com.skyarts.midp.ui - package com.skyarts.midp.ui
 
CONFIRM - class com.skyarts.midp.ui.AbstractDialog ? static ??
The constant which specifies confirm dialog.

D

Dialog - class com.skyarts.midp.ui.Dialog.
The class on which the dialog for cellular phones is displayed
Dialog() - class com.skyarts.midp.ui.Dialog ????????
 
dialogEvent(Object, int) - interface com.skyarts.midp.ui.DialogListener ?????
The method called when the button of a dialog is pushed.
DialogListener - interface com.skyarts.midp.ui.DialogListener.
Listerner interface for acquiring the event of the dialog for cellular phones.
doSeparateLine(String, int, Font, boolean) - class com.skyarts.midp.ui.UIStringUtil ? static ????
 

E

ERROR - class com.skyarts.midp.ui.AbstractDialog ? static ??
The constant which specifies error dialog.

G

getButtonLanguage() - class com.skyarts.midp.ui.AbstractDialog ?????
The method to which the text of a button returns whether they are English or Japanese.
getButtonSet() - class com.skyarts.midp.ui.AbstractDialog ?????
The method which returns the button set of a dialog
getDialogColor() - class com.skyarts.midp.ui.AbstractDialog ?????
The method which returns the color of the frame of a dialog
getDialogListener() - class com.skyarts.midp.ui.AbstractDialog ?????
The method which returns DialogListener set.
getText() - class com.skyarts.midp.ui.AbstractDialog ?????
The method which returns the text displayed on a dialog.
getTitle() - class com.skyarts.midp.ui.AbstractDialog ?????
The method which returns the title text displayed on a dialog.
getType() - class com.skyarts.midp.ui.AbstractDialog ?????
The method which returns the type of a dialog.

I

INFO - class com.skyarts.midp.ui.AbstractDialog ? static ??
The constant which specifies Info dialog.

L

LANG_EN - class com.skyarts.midp.ui.AbstractDialog ? static ??
The constant used when specifying the text of a button to be English. (default)
LANG_JP - class com.skyarts.midp.ui.AbstractDialog ? static ??
The constant used when specifying the text of a button to be Japanese.

O

OK_BUTTONSET - class com.skyarts.midp.ui.AbstractDialog ? static ??
The constant used when specifying OK button

S

setButtonLanguage(int) - class com.skyarts.midp.ui.AbstractDialog ?????
The method for changing English and Japanese for the text of a button.
setButtonSet(int) - class com.skyarts.midp.ui.AbstractDialog ?????
The method which sets the button set of a dialog.
setDialogColor(int) - class com.skyarts.midp.ui.AbstractDialog ?????
The method which sets the color of the frame of a dialog
setDialogListener(DialogListener) - class com.skyarts.midp.ui.AbstractDialog ?????
The method which sets DialogListener.
setText(String) - class com.skyarts.midp.ui.AbstractDialog ?????
The method which sets the text displayed on a dialog.
setTitle(String) - class com.skyarts.midp.ui.AbstractDialog ?????
The method which sets the title text displayed on a dialog.
setType(int) - class com.skyarts.midp.ui.AbstractDialog ?????
The method which sets the type of a dialog.

U

UIStringUtil - class com.skyarts.midp.ui.UIStringUtil.
 

W

WRNING - class com.skyarts.midp.ui.AbstractDialog ? static ??
The constant which specifies warning dialog.

Y

YES_NO_BUTTONSET - class com.skyarts.midp.ui.AbstractDialog ? static ??
The constant used when specifying Yes, No button
YES_NO_CANCEL_BUTTONSET - class com.skyarts.midp.ui.AbstractDialog ? static ??
The constant used when specifying Yes, No, and Cancel button

A B C D E G I L O S U W Y