|
Kagetaka | |||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjava.awt.Component
net.hizlab.kagetaka.awt.tate.Component
net.hizlab.kagetaka.awt.tate.TextComponent
net.hizlab.kagetaka.awt.tate.TextArea
縦表示のボタンです。
入れ子クラスの概要 |
クラス java.awt.Component から継承した入れ子クラス |
Component.AccessibleAWTComponent, Component.BltBufferStrategy, Component.FlipBufferStrategy |
フィールドの概要 | |
static int |
SCROLLBARS_BOTH
両方 |
static int |
SCROLLBARS_HORIZONTAL_ONLY
横のみ |
static int |
SCROLLBARS_NONE
無し |
static int |
SCROLLBARS_VERTICAL_ONLY
縦のみ |
クラス net.hizlab.kagetaka.awt.tate.Component から継承したフィールド |
DISABLE, KEY_DOWN, MOUSE_DOWN, MOUSE_OVER, NORMAL |
クラス java.awt.Component から継承したフィールド |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
インタフェース java.awt.image.ImageObserver から継承したフィールド |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
コンストラクタの概要 | |
TextArea(Option option,
ImageCreator ic)
新しいインスタンスを作成します。 |
|
TextArea(Option option,
ImageCreator ic,
int rows,
int columns)
指定された列数の幅のインスタンスを作成します。 |
|
TextArea(Option option,
ImageCreator ic,
String text)
指定されたテキストを含むインスタンスを作成します。 |
|
TextArea(Option option,
ImageCreator ic,
String text,
int rows,
int columns)
指定されたテキストと幅のインスタンスを作成します。 |
|
TextArea(Option option,
ImageCreator ic,
String text,
int rows,
int columns,
int scrollbars)
指定されたテキストと幅のインスタンスを作成します。 |
メソッドの概要 | |
void |
addNotify()
コンポーネントがコンテナに追加されたことを通知します。 |
int |
getColumns()
この TextField の列数を返します。 |
int |
getRows()
この TextField の列数を返します。 |
boolean |
getWordwrap()
ワードラップの有効無効を返します。 |
protected String |
paramString()
このテキストエリアのパラメータ文字列を返します。 |
protected void |
refresh(Graphics g,
Dimension size,
int state,
boolean focus)
現在のステータスにあった状態に再描画 |
void |
removeNotify()
コンポーネントがコンテナから削除されたことを通知します。 |
void |
setColumns(int columns)
この TextField の列数を設定します。 |
void |
setRows(int rows)
この TextField の行数を設定します。 |
void |
setWordwrap(boolean b)
ワードラップの有効無効を設定します。 |
クラス net.hizlab.kagetaka.awt.tate.TextComponent から継承したメソッド |
getPreferredSize, getText, isLocked, setEnabled, setLocked, setText |
クラス net.hizlab.kagetaka.awt.tate.Component から継承したメソッド |
getBorder, getName, getText, getViewState, isFocusTraversable, paint, repaintForce, setBorder, setName, setPreferredSize, setViewState, update |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
フィールドの詳細 |
public static final int SCROLLBARS_BOTH
public static final int SCROLLBARS_HORIZONTAL_ONLY
public static final int SCROLLBARS_NONE
public static final int SCROLLBARS_VERTICAL_ONLY
コンストラクタの詳細 |
public TextArea(Option option, ImageCreator ic)
option
- オプションic
- イメージクリエータpublic TextArea(Option option, ImageCreator ic, int rows, int columns)
option
- オプションic
- イメージクリエータrows
- 行数columns
- 列数public TextArea(Option option, ImageCreator ic, String text)
option
- オプションic
- イメージクリエータtext
- テキストpublic TextArea(Option option, ImageCreator ic, String text, int rows, int columns)
option
- オプションic
- イメージクリエータtext
- テキストrows
- 行数columns
- 列数public TextArea(Option option, ImageCreator ic, String text, int rows, int columns, int scrollbars)
option
- オプションic
- イメージクリエータtext
- テキストrows
- 行数columns
- 列数scrollbars
- スクロールバーの可視属性メソッドの詳細 |
public void addNotify()
public int getColumns()
public int getRows()
public boolean getWordwrap()
protected String paramString()
Component
内の paramString
protected void refresh(Graphics g, Dimension size, int state, boolean focus)
TextComponent
内の refresh
public void removeNotify()
public void setColumns(int columns)
columns
- 列数public void setRows(int rows)
rows
- 行数public void setWordwrap(boolean b)
b
- ワードラップを有効にする場合は true
、
それ以外の場合は false
|
Kagetaka | |||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Copyright (c) 2002-2003 The Kagetaka Project 'December 6, 2003'