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

A

AbstractDialog - class com.skyarts.midp.ui.AbstractDialog.
Base Dialog class
AbstractDialog() - class com.skyarts.midp.ui.AbstractDialog ????????
 

B

Button - class com.skyarts.midp.ui.palm.Button.
 
BUTTON_CANCEL - class com.skyarts.midp.ui.AbstractDialog ? static ??
The constant passed to Listener when the Cancel button is pushed
BUTTON_CANCEL - class com.skyarts.midp.ui.palm.Dialog ? 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 the No button is pushed
BUTTON_NO - class com.skyarts.midp.ui.palm.Dialog ? 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 the OK button is pushed
BUTTON_OK - class com.skyarts.midp.ui.palm.Dialog ? 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 the Yes button is pushed
BUTTON_YES - class com.skyarts.midp.ui.palm.Dialog ? static ??
The constant passed to Listener when Yes button is pushed.
Button() - class com.skyarts.midp.ui.palm.Button ????????
 
ButtonOwnerable - interface com.skyarts.midp.ui.palm.ButtonOwnerable.
 
buttonPressed(Button) - interface com.skyarts.midp.ui.palm.ButtonOwnerable ?????
 
buttonPressed(Button) - class com.skyarts.midp.ui.palm.Dialog ?????
 

C

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

D

Dialog - class com.skyarts.midp.ui.palm.Dialog.
MIDP for Palm OS?????????????????
Dialog() - class com.skyarts.midp.ui.palm.Dialog ????????
Constractor
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 used when specifying an Error dialog
ERROR - class com.skyarts.midp.ui.palm.Dialog ? 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
getButtonLanguage() - class com.skyarts.midp.ui.palm.Dialog ?????
The method to which the text of a button returns whether they are English or Japanese.
getButtonOwner() - class com.skyarts.midp.ui.palm.Button ?????
 
getButtonSet() - class com.skyarts.midp.ui.AbstractDialog ?????
The method which returns the button set of a dialog
getButtonSet() - class com.skyarts.midp.ui.palm.Dialog ?????
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.
getDialogListener() - class com.skyarts.midp.ui.palm.Dialog ?????
The method which returns DialogListener set.
getIDNo() - class com.skyarts.midp.ui.palm.Button ?????
 
getText() - class com.skyarts.midp.ui.AbstractDialog ?????
The method which returns the text displayed on a dialog
getText() - class com.skyarts.midp.ui.palm.Dialog ?????
The method which returns the text displayed on a dialog.
getText() - class com.skyarts.midp.ui.palm.Button ?????
 
getTitle() - class com.skyarts.midp.ui.AbstractDialog ?????
The method which returns the title text of a dialog
getTitle() - class com.skyarts.midp.ui.palm.Dialog ?????
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
getType() - class com.skyarts.midp.ui.palm.Dialog ?????
The method which returns the type of a dialog.

I

INFO - class com.skyarts.midp.ui.AbstractDialog ? static ??
The constant used when specifying an Info dialog
INFO - class com.skyarts.midp.ui.palm.Dialog ? 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_EN - class com.skyarts.midp.ui.palm.Dialog ? 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
LANG_JP - class com.skyarts.midp.ui.palm.Dialog ? 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
OK_BUTTONSET - class com.skyarts.midp.ui.palm.Dialog ? static ??
The constant used when specifying OK button

P

preRepaint(int, int, int, int) - interface com.skyarts.midp.ui.palm.ButtonOwnerable ?????
 
preRepaint(int, int, int, int) - class com.skyarts.midp.ui.palm.Dialog ?????
 

S

setBounds(int, int, int, int) - class com.skyarts.midp.ui.palm.Button ?????
 
setButtonLanguage(int) - class com.skyarts.midp.ui.AbstractDialog ?????
The method for changing English and Japanese for the text of a button
setButtonLanguage(int) - class com.skyarts.midp.ui.palm.Dialog ?????
The method for changing English and Japanese for the text of a button.
setButtonOwner(ButtonOwnerable) - class com.skyarts.midp.ui.palm.Button ?????
 
setButtonSet(int) - class com.skyarts.midp.ui.AbstractDialog ?????
The method which sets the button set of a dialog
setButtonSet(int) - class com.skyarts.midp.ui.palm.Dialog ?????
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.
setDialogListener(DialogListener) - class com.skyarts.midp.ui.palm.Dialog ?????
The method which sets DialogListener.
setIDNo(int) - class com.skyarts.midp.ui.palm.Button ?????
 
setText(String) - class com.skyarts.midp.ui.AbstractDialog ?????
The method which sets the text displayed on a dialog.
setText(String) - class com.skyarts.midp.ui.palm.Dialog ?????
The method which sets the text displayed on a dialog.
setText(String) - class com.skyarts.midp.ui.palm.Button ?????
 
setTitle(String) - class com.skyarts.midp.ui.AbstractDialog ?????
The method which sets the title text of a dialog
setTitle(String) - class com.skyarts.midp.ui.palm.Dialog ?????
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
setType(int) - class com.skyarts.midp.ui.palm.Dialog ?????
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 used when specifying an Warning dialog
WRNING - class com.skyarts.midp.ui.palm.Dialog ? 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_BUTTONSET - class com.skyarts.midp.ui.palm.Dialog ? 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
YES_NO_CANCEL_BUTTONSET - class com.skyarts.midp.ui.palm.Dialog ? static ??
The constant used when specifying Yes, No, and Cancel button

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