|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.seasar.uruma.component.base.AbstractUIElement org.seasar.uruma.component.jface.CommonAttriburtesImpl
public class CommonAttriburtesImpl
CommonAttributes
の実装クラスです。
コンストラクタの概要 | |
---|---|
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 |
コンストラクタの詳細 |
---|
public CommonAttriburtesImpl()
メソッドの詳細 |
---|
public String getBackGround()
CommonAttributes
の記述:
CommonAttributes
内の getBackGround
public void setBackGround(String backGround)
CommonAttributes
の記述:
CommonAttributes
内の setBackGround
backGround
- 背景色public String getFontHeight()
CommonAttributes
の記述:
CommonAttributes
内の getFontHeight
public void setFontHeight(String fontHeight)
CommonAttributes
の記述:
CommonAttributes
内の setFontHeight
fontHeight
- フォントの高さpublic String getFontName()
CommonAttributes
の記述:
CommonAttributes
内の getFontName
public void setFontName(String fontName)
CommonAttributes
の記述:
CommonAttributes
内の setFontName
fontName
- フォント名称public String getFontStyle()
CommonAttributes
の記述:
CommonAttributes
内の getFontStyle
public void setFontStyle(String fontStyle)
CommonAttributes
の記述:
CommonAttributes
内の setFontStyle
fontStyle
- フォントスタイルpublic String getForeGround()
CommonAttributes
の記述:
CommonAttributes
内の getForeGround
public void setForeGround(String foreGround)
CommonAttributes
の記述:
CommonAttributes
内の setForeGround
foreGround
- 前景色public String getHeight()
CommonAttributes
の記述:
CommonAttributes
内の getHeight
public void setHeight(String height)
CommonAttributes
の記述:
CommonAttributes
内の setHeight
height
- コンポーネントの高さpublic String getWidth()
CommonAttributes
の記述:
CommonAttributes
内の getWidth
public void setWidth(String width)
CommonAttributes
の記述:
CommonAttributes
内の setWidth
width
- コンポーネントの幅
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |