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

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

public class SimpleItemComponent
extends AbstractUIElement

単一項目を表すコンポーネントです。

作成者:
bskuroneko

コンストラクタの概要
SimpleItemComponent()
           
 
メソッドの概要
 String getText()
          テキストを取得します。
 void setText(String text)
          テキストを設定します。
 String 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
 

コンストラクタの詳細

SimpleItemComponent

public SimpleItemComponent()
メソッドの詳細

getText

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

戻り値:
テキスト

setText

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

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

toString

public String toString()
オーバーライド:
クラス AbstractUIElement 内の toString


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