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
クラス 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 |
クラス 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 |
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.