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

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

public class TableCellComponent
extends AbstractUIElement

テーブルセルを表すコンポーネントです。

作成者:
bskuroneko

コンストラクタの概要
TableCellComponent()
           
 
メソッドの概要
 String getBackground()
          背景色を取得します。
 String getFontHeight()
          フォント高さを取得します。
 String getFontName()
          フォント名称を取得します。
 String getFontStyle()
          フォントスタイルを取得します。
 String getForeground()
          前景色を取得します。
 String getImage()
          イメージパスを取得します。
 String getText()
          テキストを取得します。
 void setBackground(String background)
          背景色を設定します。
 void setFontHeight(String fontHeight)
          フォント高さを設定します。
 void setFontName(String fontName)
          フォント名称を設定します。
 void setFontStyle(String fontStyle)
          フォントスタイルを設定します。
 void setForeground(String foreground)
          前景色を設定します。
 void setImage(String image)
          イメージパスを設定します。
 void setText(String text)
          テキストを設定します。
 
クラス org.seasar.uruma.component.base.AbstractUIElement から継承されたメソッド
accept, getBasePath, getLocation, getPath, setBasePath, setLocation, setPath, toString
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

TableCellComponent

public TableCellComponent()
メソッドの詳細

getBackground

public String getBackground()
背景色を取得します。

戻り値:
背景色

setBackground

public void setBackground(String background)
背景色を設定します。

パラメータ:
background - 背景色

getFontHeight

public String getFontHeight()
フォント高さを取得します。

戻り値:
フォント高さ

setFontHeight

public void setFontHeight(String fontHeight)
フォント高さを設定します。

パラメータ:
fontHeight - フォント高さ

getFontName

public String getFontName()
フォント名称を取得します。

戻り値:
フォント名称

setFontName

public void setFontName(String fontName)
フォント名称を設定します。

パラメータ:
fontName - フォント名称

getFontStyle

public String getFontStyle()
フォントスタイルを取得します。

戻り値:
フォントスタイル

setFontStyle

public void setFontStyle(String fontStyle)
フォントスタイルを設定します。

パラメータ:
fontStyle - フォントスタイル

getForeground

public String getForeground()
前景色を取得します。

戻り値:
前景色

setForeground

public void setForeground(String foreground)
前景色を設定します。

パラメータ:
foreground - 前景色

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.