org.seasar.jface.component
インタフェース CommonAttributes

すべてのスーパーインタフェース:
UIElement
既知の実装クラスの一覧:
CommonAttriburtesImpl

public interface CommonAttributes
extends UIElement

一括指定のための属性を保持するためのコンポーネントです。

作成者:
y-komori

メソッドの概要
 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.UIElement から継承されたメソッド
getBasePath, getLocation, setBasePath, setLocation
 

メソッドの詳細

getBackGround

String getBackGround()

setBackGround

void setBackGround(String backGround)

getFontHeight

String getFontHeight()

setFontHeight

void setFontHeight(String fontHeight)

getFontName

String getFontName()

setFontName

void setFontName(String fontName)

getFontStyle

String getFontStyle()

setFontStyle

void setFontStyle(String fontStyle)

getForeGround

String getForeGround()

setForeGround

void setForeGround(String foreGround)

getHeight

String getHeight()

setHeight

void setHeight(String height)

getWidth

String getWidth()

setWidth

void setWidth(String width)


Copyright © 2006 The Seasar Foundation. All Rights Reserved.