org.seasar.uruma.component.jface
クラス TextComponent

java.lang.Object
  上位を拡張 org.seasar.uruma.component.base.AbstractUIElement
      上位を拡張 org.seasar.uruma.component.base.AbstractUIComponent
          上位を拡張 org.seasar.uruma.component.jface.ControlComponent
              上位を拡張 org.seasar.uruma.component.jface.TextComponent
すべての実装されたインタフェース:
EnablesDependable, UIComponent, UIControlComponent, UIElement

public class TextComponent
extends ControlComponent

Text を表すコンポーネントです。

作成者:
bskuroneko

コンストラクタの概要
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
 

コンストラクタの詳細

TextComponent

public TextComponent()
メソッドの詳細

getDoubleClickEnabled

public String getDoubleClickEnabled()
ダブルクリック許可状態を取得します。

戻り値:
ダブルクリック許可状態

setDoubleClickEnabled

public void setDoubleClickEnabled(String doubleClickEnabled)
ダブルクリック許可状態を設定します。

パラメータ:
doubleClickEnabled - ダブルクリック許可状態

getEchoChar

public String getEchoChar()
エコーキャラクタを取得します。

戻り値:
エコーキャラクタ

setEchoChar

public void setEchoChar(String echoChar)
エコーキャラクタを設定します。

パラメータ:
echoChar - エコーキャラクタ

getEditable

public String getEditable()
編集可不可状態を取得します。

戻り値:
編集可不可状態

setEditable

public void setEditable(String editable)
編集可不可状態を設定します。

パラメータ:
editable - 編集可不可状態

getOrientation

public String getOrientation()
文字方向を取得します。

戻り値:
文字方向

setOrientation

public void setOrientation(String orientation)
文字方向を設定します。

パラメータ:
orientation - 文字方向

getSelectionEnd

public String getSelectionEnd()
選択終了位置を取得します。

戻り値:
選択終了位置

setSelectionEnd

public void setSelectionEnd(String selectionEnd)
選択終了位置を設定します。

パラメータ:
selectionEnd - 選択終了位置

getSelectionStart

public String getSelectionStart()
選択開始位置を取得します。

戻り値:
選択開始位置

setSelectionStart

public void setSelectionStart(String selectionStart)
選択開始位置を設定します。

パラメータ:
selectionStart - 選択開始位置

getTabs

public String getTabs()
タブ数を取得します。

戻り値:
タブ数

setTabs

public void setTabs(String tabs)
タブ数を設定します。

パラメータ:
tabs - タブ数

getText

public String getText()
テキストを取得します。

戻り値:
テキスト

setText

public void setText(String text)
テキストを設定します。

パラメータ:
text - テキスト

getTextLimit

public String getTextLimit()
最大文字数を取得します。

戻り値:
最大文字数

setTextLimit

public void setTextLimit(String textLimit)
最大文字数を設定します。

パラメータ:
textLimit - 最大文字数

getTopIndex

public String getTopIndex()
先頭表示位置を取得します。

戻り値:
先頭表示位置

setTopIndex

public void setTopIndex(String topIndex)
先頭表示位置を設定します。

パラメータ:
topIndex - 先頭表示位置


Copyright © 2006-2007 The Seasar Foundation. All Rights Reserved.