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

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

public class CommonAttriburtesImpl
extends AbstractUIElement
implements CommonAttributes

CommonAttributes の実装クラスです。

作成者:
y-komori

コンストラクタの概要
CommonAttriburtesImpl()
           
 
メソッドの概要
 String getBackGround()
          背景色を取得します。
 String getFontHeight()
          フォントの高さを取得します。
 String getFontName()
          フォント名称を取得します。
 String getFontStyle()
          フォントスタイルを取得します。
 String getForeGround()
          前景色を取得します。
 String getHeight()
          コンポーネントの高さを取得します。
 String getWidth()
          コンポーネントの幅を取得します。
 void setBackGround(String backGround)
          背景色を設定します。
 void setFontHeight(String fontHeight)
          フォントの高さを設定します。
 void setFontName(String fontName)
          フォント名称を設定します。
 void setFontStyle(String fontStyle)
          フォントスタイルを設定します。
 void setForeGround(String foreGround)
          前景色を設定します。
 void setHeight(String height)
          コンポーネントの高さを設定します。
 void setWidth(String width)
          コンポーネントの幅を設定します。
 
クラス 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
 
インタフェース org.seasar.uruma.component.UIElement から継承されたメソッド
getBasePath, getLocation, getPath, setBasePath, setLocation, setPath
 
インタフェース org.seasar.uruma.component.UIElementVisitorAcceptor から継承されたメソッド
accept
 

コンストラクタの詳細

CommonAttriburtesImpl

public CommonAttriburtesImpl()
メソッドの詳細

getBackGround

public String getBackGround()
インタフェース CommonAttributes の記述:
背景色を取得します。

定義:
インタフェース CommonAttributes 内の getBackGround
戻り値:
背景色

setBackGround

public void setBackGround(String backGround)
インタフェース CommonAttributes の記述:
背景色を設定します。

定義:
インタフェース CommonAttributes 内の setBackGround
パラメータ:
backGround - 背景色

getFontHeight

public String getFontHeight()
インタフェース CommonAttributes の記述:
フォントの高さを取得します。

定義:
インタフェース CommonAttributes 内の getFontHeight
戻り値:
フォントの高さ

setFontHeight

public void setFontHeight(String fontHeight)
インタフェース CommonAttributes の記述:
フォントの高さを設定します。

定義:
インタフェース CommonAttributes 内の setFontHeight
パラメータ:
fontHeight - フォントの高さ

getFontName

public String getFontName()
インタフェース CommonAttributes の記述:
フォント名称を取得します。

定義:
インタフェース CommonAttributes 内の getFontName
戻り値:
フォント名称

setFontName

public void setFontName(String fontName)
インタフェース CommonAttributes の記述:
フォント名称を設定します。

定義:
インタフェース CommonAttributes 内の setFontName
パラメータ:
fontName - フォント名称

getFontStyle

public String getFontStyle()
インタフェース CommonAttributes の記述:
フォントスタイルを取得します。

定義:
インタフェース CommonAttributes 内の getFontStyle
戻り値:
フォントスタイル

setFontStyle

public void setFontStyle(String fontStyle)
インタフェース CommonAttributes の記述:
フォントスタイルを設定します。

定義:
インタフェース CommonAttributes 内の setFontStyle
パラメータ:
fontStyle - フォントスタイル

getForeGround

public String getForeGround()
インタフェース CommonAttributes の記述:
前景色を取得します。

定義:
インタフェース CommonAttributes 内の getForeGround
戻り値:
前景色

setForeGround

public void setForeGround(String foreGround)
インタフェース CommonAttributes の記述:
前景色を設定します。

定義:
インタフェース CommonAttributes 内の setForeGround
パラメータ:
foreGround - 前景色

getHeight

public String getHeight()
インタフェース CommonAttributes の記述:
コンポーネントの高さを取得します。

定義:
インタフェース CommonAttributes 内の getHeight
戻り値:
コンポーネントの高さ

setHeight

public void setHeight(String height)
インタフェース CommonAttributes の記述:
コンポーネントの高さを設定します。

定義:
インタフェース CommonAttributes 内の setHeight
パラメータ:
height - コンポーネントの高さ

getWidth

public String getWidth()
インタフェース CommonAttributes の記述:
コンポーネントの幅を取得します。

定義:
インタフェース CommonAttributes 内の getWidth
戻り値:
コンポーネントの幅

setWidth

public void setWidth(String width)
インタフェース CommonAttributes の記述:
コンポーネントの幅を設定します。

定義:
インタフェース CommonAttributes 内の setWidth
パラメータ:
width - コンポーネントの幅


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