|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.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 内の getBackGroundpublic void setBackGround(String backGround)
CommonAttributes の記述:
CommonAttributes 内の setBackGroundbackGround - 背景色public String getFontHeight()
CommonAttributes の記述:
CommonAttributes 内の getFontHeightpublic void setFontHeight(String fontHeight)
CommonAttributes の記述:
CommonAttributes 内の setFontHeightfontHeight - フォントの高さpublic String getFontName()
CommonAttributes の記述:
CommonAttributes 内の getFontNamepublic void setFontName(String fontName)
CommonAttributes の記述:
CommonAttributes 内の setFontNamefontName - フォント名称public String getFontStyle()
CommonAttributes の記述:
CommonAttributes 内の getFontStylepublic void setFontStyle(String fontStyle)
CommonAttributes の記述:
CommonAttributes 内の setFontStylefontStyle - フォントスタイルpublic String getForeGround()
CommonAttributes の記述:
CommonAttributes 内の getForeGroundpublic void setForeGround(String foreGround)
CommonAttributes の記述:
CommonAttributes 内の setForeGroundforeGround - 前景色public String getHeight()
CommonAttributes の記述:
CommonAttributes 内の getHeightpublic void setHeight(String height)
CommonAttributes の記述:
CommonAttributes 内の setHeightheight - コンポーネントの高さpublic String getWidth()
CommonAttributes の記述:
CommonAttributes 内の getWidthpublic void setWidth(String width)
CommonAttributes の記述:
CommonAttributes 内の setWidthwidth - コンポーネントの幅
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||