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

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

public class TextComponent
extends ControlComponent

作成者:
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.jface.component.impl.ControlComponent から継承されたメソッド
getBackground, getBackgroundImage, getEnabled, getEnabledDependId, getEnabledDependType, getFontHeight, getFontName, getFontStyle, getForeground, getHeight, getLayoutDataInfo, getToolTipText, getVisible, getWidth, getX, getY, setBackground, setBackgroundImage, setEnabled, setEnabledDependId, setEnabledDependType, setFontHeight, setFontName, setFontStyle, setForeground, setHeight, setLayoutDataInfo, setToolTipText, setVisible, setWidth, setX, setY
 
クラス org.seasar.jface.component.impl.AbstractUIComponent から継承されたメソッド
doRender, getId, getMenu, getParent, getRenderer, getReplace, getStyle, getWidget, render, renderMenu, setId, setMenu, setParent, setRenderer, setReplace, setStyle, setWidget
 
クラス org.seasar.jface.component.impl.AbstractUIElement から継承されたメソッド
getBasePath, getLocation, setBasePath, setLocation
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース org.seasar.jface.component.UIComponent から継承されたメソッド
getId, getMenu, getParent, getRenderer, getStyle, getWidget, render, setId, setMenu, setParent, setRenderer, setStyle, setWidget
 
インタフェース org.seasar.jface.component.UIElement から継承されたメソッド
getBasePath, getLocation, setBasePath, setLocation
 

コンストラクタの詳細

TextComponent

public TextComponent()
メソッドの詳細

getDoubleClickEnabled

public String getDoubleClickEnabled()

setDoubleClickEnabled

public void setDoubleClickEnabled(String doubleClickEnabled)

getEchoChar

public String getEchoChar()

setEchoChar

public void setEchoChar(String echoChar)

getEditable

public String getEditable()

setEditable

public void setEditable(String editable)

getOrientation

public String getOrientation()

setOrientation

public void setOrientation(String orientation)

getSelectionEnd

public String getSelectionEnd()

setSelectionEnd

public void setSelectionEnd(String selectionEnd)

getSelectionStart

public String getSelectionStart()

setSelectionStart

public void setSelectionStart(String selectionStart)

getTabs

public String getTabs()

setTabs

public void setTabs(String tabs)

getText

public String getText()

setText

public void setText(String text)

getTextLimit

public String getTextLimit()

setTextLimit

public void setTextLimit(String textLimit)

getTopIndex

public String getTopIndex()

setTopIndex

public void setTopIndex(String topIndex)


Copyright © 2006 The Seasar Foundation. All Rights Reserved.