|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.seasar.uruma.component.base.AbstractUIElement
org.seasar.uruma.component.base.AbstractUIComponent
org.seasar.uruma.component.jface.ControlComponent
org.seasar.uruma.component.jface.TextComponent
public class TextComponent
Text
を表すコンポーネントです。
コンストラクタの概要 | |
---|---|
TextComponent()
|
メソッドの概要 | |
---|---|
String |
getDoubleClickEnabled()
ダブルクリック許可状態を取得します。 |
String |
getEchoChar()
エコーキャラクタを取得します。 |
String |
getEditable()
編集可不可状態を取得します。 |
String |
getOrientation()
文字方向を取得します。 |
String |
getSelectionEnd()
選択終了位置を取得します。 |
String |
getSelectionStart()
選択開始位置を取得します。 |
String |
getTabs()
タブ数を取得します。 |
String |
getText()
テキストを取得します。 |
String |
getTextLimit()
最大文字数を取得します。 |
String |
getTopIndex()
先頭表示位置を取得します。 |
void |
setDoubleClickEnabled(String doubleClickEnabled)
ダブルクリック許可状態を設定します。 |
void |
setEchoChar(String echoChar)
エコーキャラクタを設定します。 |
void |
setEditable(String editable)
編集可不可状態を設定します。 |
void |
setOrientation(String orientation)
文字方向を設定します。 |
void |
setSelectionEnd(String selectionEnd)
選択終了位置を設定します。 |
void |
setSelectionStart(String selectionStart)
選択開始位置を設定します。 |
void |
setTabs(String tabs)
タブ数を設定します。 |
void |
setText(String text)
テキストを設定します。 |
void |
setTextLimit(String textLimit)
最大文字数を設定します。 |
void |
setTopIndex(String topIndex)
先頭表示位置を設定します。 |
クラス org.seasar.uruma.component.jface.ControlComponent から継承されたメソッド |
---|
getBackground, getBackgroundImage, getEnabled, getEnablesDependingId, getEnablesFor, getFontHeight, getFontName, getFontStyle, getForeground, getHeight, getLayoutDataInfo, getMenu, getToolTipText, getVisible, getWidth, getX, getY, setBackground, setBackgroundImage, setEnabled, setEnablesDependingId, setEnablesFor, setFontHeight, setFontName, setFontStyle, setForeground, setHeight, setLayoutDataInfo, setMenu, setToolTipText, setVisible, setWidth, setX, setY |
クラス org.seasar.uruma.component.base.AbstractUIComponent から継承されたメソッド |
---|
doPreRender, doRender, getId, getParent, getRenderer, getStyle, preRender, render, setId, setParent, setRenderer, setStyle |
クラス org.seasar.uruma.component.base.AbstractUIElement から継承されたメソッド |
---|
getBasePath, getLocation, getPath, setBasePath, setLocation, setPath |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
インタフェース org.seasar.uruma.component.UIComponent から継承されたメソッド |
---|
getId, getParent, getRenderer, getStyle, preRender, render, setId, setParent, setRenderer, setStyle |
インタフェース org.seasar.uruma.component.UIElement から継承されたメソッド |
---|
getBasePath, getLocation, getPath, setBasePath, setLocation, setPath |
コンストラクタの詳細 |
---|
public TextComponent()
メソッドの詳細 |
---|
public String getDoubleClickEnabled()
public void setDoubleClickEnabled(String doubleClickEnabled)
doubleClickEnabled
- ダブルクリック許可状態public String getEchoChar()
public void setEchoChar(String echoChar)
echoChar
- エコーキャラクタpublic String getEditable()
public void setEditable(String editable)
editable
- 編集可不可状態public String getOrientation()
public void setOrientation(String orientation)
orientation
- 文字方向public String getSelectionEnd()
public void setSelectionEnd(String selectionEnd)
selectionEnd
- 選択終了位置public String getSelectionStart()
public void setSelectionStart(String selectionStart)
selectionStart
- 選択開始位置public String getTabs()
public void setTabs(String tabs)
tabs
- タブ数public String getText()
public void setText(String text)
text
- テキストpublic String getTextLimit()
public void setTextLimit(String textLimit)
textLimit
- 最大文字数public String getTopIndex()
public void setTopIndex(String topIndex)
topIndex
- 先頭表示位置
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |