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

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.LabelComponent
すべての実装されたインタフェース:
EnablesDependable, UIComponent, UIControlComponent, UIElement, UIElementVisitorAcceptor

public class LabelComponent
extends ControlComponent

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

作成者:
y-komori

コンストラクタの概要
LabelComponent()
           
 
メソッドの概要
 String getAlignment()
          アライメントを取得します。
 String getImage()
          イメージパスを取得します。
 String getText()
          テキストを取得します。
 void setAlignment(String alignment)
          アライメントを設定します。
 void setImage(String image)
          イメージパスを設定します。
 void setText(String text)
          テキストを設定します。
 
クラス 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, 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
 

コンストラクタの詳細

LabelComponent

public LabelComponent()
メソッドの詳細

getAlignment

public String getAlignment()
アライメントを取得します。

戻り値:
アライメント

setAlignment

public void setAlignment(String alignment)
アライメントを設定します。

パラメータ:
alignment - アライメント

getImage

public String getImage()
イメージパスを取得します。

戻り値:
イメージパス

setImage

public void setImage(String image)
イメージパスを設定します。

パラメータ:
image - イメージパス

getText

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

戻り値:
テキスト

setText

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

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


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