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

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

public class CommonAttriburtesImpl
extends AbstractUIElement
implements 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.jface.component.impl.AbstractUIElement から継承されたメソッド
getBasePath, getLocation, setBasePath, setLocation
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース org.seasar.jface.component.UIElement から継承されたメソッド
getBasePath, getLocation, setBasePath, setLocation
 

コンストラクタの詳細

CommonAttriburtesImpl

public CommonAttriburtesImpl()
メソッドの詳細

getBackGround

public String getBackGround()
定義:
インタフェース CommonAttributes 内の getBackGround

setBackGround

public void setBackGround(String backGround)
定義:
インタフェース CommonAttributes 内の setBackGround

getFontHeight

public String getFontHeight()
定義:
インタフェース CommonAttributes 内の getFontHeight

setFontHeight

public void setFontHeight(String fontHeight)
定義:
インタフェース CommonAttributes 内の setFontHeight

getFontName

public String getFontName()
定義:
インタフェース CommonAttributes 内の getFontName

setFontName

public void setFontName(String fontName)
定義:
インタフェース CommonAttributes 内の setFontName

getFontStyle

public String getFontStyle()
定義:
インタフェース CommonAttributes 内の getFontStyle

setFontStyle

public void setFontStyle(String fontStyle)
定義:
インタフェース CommonAttributes 内の setFontStyle

getForeGround

public String getForeGround()
定義:
インタフェース CommonAttributes 内の getForeGround

setForeGround

public void setForeGround(String foreGround)
定義:
インタフェース CommonAttributes 内の setForeGround

getHeight

public String getHeight()
定義:
インタフェース CommonAttributes 内の getHeight

setHeight

public void setHeight(String height)
定義:
インタフェース CommonAttributes 内の setHeight

getWidth

public String getWidth()
定義:
インタフェース CommonAttributes 内の getWidth

setWidth

public void setWidth(String width)
定義:
インタフェース CommonAttributes 内の setWidth


Copyright © 2006 The Seasar Foundation. All Rights Reserved.