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, UIElementVisitorAcceptor

public class TextComponent
extends ControlComponent

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

作成者:
bskuroneko

フィールドの概要
 String doubleClickEnabled
           
 String echoChar
           
 String editable
           
 String orientation
           
 String selectionEnd
           
 String selectionStart
           
 String tabs
           
 String text
           
 String textLimit
           
 String topIndex
           
 
クラス org.seasar.uruma.component.jface.ControlComponent から継承されたフィールド
background, backgroundImage, enabled, enablesDependingId, enablesFor, fontHeight, fontName, fontStyle, foreground, height, menu, toolTipText, visible, width, x, y
 
コンストラクタの概要
TextComponent()
           
 
メソッドの概要
 
クラス org.seasar.uruma.component.jface.ControlComponent から継承されたメソッド
getEnablesDependingId, getEnablesFor, getLayoutDataInfo, setEnablesDependingId, setEnablesFor, setLayoutDataInfo
 
クラス org.seasar.uruma.component.base.AbstractUIComponent から継承されたメソッド
doPreRender, doRender, getId, getParent, getRenderer, getStyle, preRender, render, setId, setParent, setRenderer, setStyle, toString
 
クラス org.seasar.uruma.component.base.AbstractUIElement から継承されたメソッド
accept, getBasePath, getLocation, getPath, setBasePath, setLocation, setPath
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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
 
インタフェース org.seasar.uruma.component.UIElementVisitorAcceptor から継承されたメソッド
accept
 

フィールドの詳細

text

public String text

doubleClickEnabled

public String doubleClickEnabled

echoChar

public String echoChar

editable

public String editable

orientation

public String orientation

selectionStart

public String selectionStart

selectionEnd

public String selectionEnd

tabs

public String tabs

textLimit

public String textLimit

topIndex

public String topIndex
コンストラクタの詳細

TextComponent

public TextComponent()


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