com.sun.kjava
クラス SelectScrollTextBox
java.lang.Object
|
+--com.sun.kjava.TextBox
|
+--com.sun.kjava.ScrollTextBox
|
+--com.sun.kjava.SelectScrollTextBox
- すべての実装インタフェース:
- ScrollOwner
- public class SelectScrollTextBox
- extends ScrollTextBox
メソッドの概要 |
java.lang.String |
getSelection(int x,
int y)
|
void |
setText(java.lang.String t)
テキストを設定します。 |
クラス java.lang.Object から継承したメソッド |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
LEADING
public static final int LEADING
SelectScrollTextBox
public SelectScrollTextBox(java.lang.String t,
int x,
int y,
int w,
int h)
getSelection
public java.lang.String getSelection(int x,
int y)
setText
public void setText(java.lang.String t)
- クラス ScrollTextBox の記述:
- テキストを設定します。ScrollTextBox オブジェクトに対して paint() を呼び出し、新しいテキストまたはスクロールバーを表示します。
- オーバーライド:
- クラス ScrollTextBox 内の setText
- クラス ScrollTextBox のタグ:
- パラメータ:
t
- 新しいテキストを表す文字列