org.seasar.jface.component
インタフェース CommonAttributes
- すべてのスーパーインタフェース:
- UIElement
- 既知の実装クラスの一覧:
- CommonAttriburtesImpl
public interface CommonAttributes
- extends UIElement
一括指定のための属性を保持するためのコンポーネントです。
- 作成者:
- y-komori
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.