|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--javax.microedition.lcdui.Displayable | +--javax.microedition.lcdui.Screen | +--javax.microedition.lcdui.TextBox | +--com.jblend.micro.lcdui.LocalizedTextBox
日本語対応テキストボックス
コンストラクタの概要 | |
LocalizedTextBox(java.lang.String title,
java.lang.String text,
int maxSize,
int constraints)
LocalizedTextBoxコンストラクタ |
メソッドの概要 | |
void |
setCharConstraints(int charConstraints)
入力可能な文字入力制限をANYに変更し、かつ文字種をINTERNETまたはHANKAKUに設定します。 |
void |
setInputMode(int mode)
初期入力モードを設定する。 |
クラス javax.microedition.lcdui.TextBox から継承したメソッド |
delete, getCaretPosition, getChars, getConstraints, getMaxSize, getString, insert, insert, setChars, setConstraints, setMaxSize, setString, size |
クラス javax.microedition.lcdui.Screen から継承したメソッド |
getTicker, getTitle, setTicker, setTitle |
クラス javax.microedition.lcdui.Displayable から継承したメソッド |
addCommand, isShown, removeCommand, setCommandListener |
クラス java.lang.Object から継承したメソッド |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
public LocalizedTextBox(java.lang.String title, java.lang.String text, int maxSize, int constraints)
title
- タイトルtext
- テキストmaxSize
- 最大文字数constraints
- 入力制限メソッドの詳細 |
public void setCharConstraints(int charConstraints)
charConstraints
- INTERNETまたはHANKAKUIllegalArgumentException
- INTERNET, HANKAKU以外の値の場合、発生する。public void setInputMode(int mode)
mode
- INTERNETまたはHANKAKUIllegalArgumentException
- INTERNET, HANKAKU以外の値の場合、発生する。
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |