|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
public interface BaseComponent
1つのベースコンポーネント.
1つのベースコンポーネントをサポートします.
また、このオブジェクト以下に格納されるアイテムは
座標指定のみとなります.
| メソッドの概要 | |
|---|---|
void |
addComponent(java.awt.Component cmp)
コンポーネントオブジェクトを追加. |
void |
create(ActionCommon action)
ベースコンポーネントの生成. |
void |
destroy()
ベースコンポーネントを破棄. |
void |
flush()
情報を更新. |
ActionCommon |
getAction()
対象処理アクションを取得. |
int |
getBackGroundColor()
設定バックグラウンドカラー値を取得. |
WindowObject |
getBaseWindow()
ベースウィンドウオブジェクトを取得. |
java.awt.Point |
getComponentLocation()
対象コンポーネント位置を取得. |
java.awt.Dimension |
getComponentSize()
対象コンポーネントサイズを取得. |
java.lang.String |
getName()
設定パネル名を取得します. |
boolean |
isComponentVisible()
コンポーネント表示/非表示を取得. |
void |
removeAllComponent()
コンポーネントオブジェクトを全て削除. |
void |
removeComponent(java.awt.Component cmp)
コンポーネントオブジェクトを削除. |
void |
setBackGroundColor(int color)
バックグラウンドカラーを設定. |
void |
setComponentLocation(int x,
int y)
コンポーネント設定位置を設定. |
void |
setComponentSize(int width,
int height)
コンポーネントサイズを設定. |
void |
setComponentVisible(boolean mode)
コンポーネント表示/非表示を設定. |
| メソッドの詳細 |
|---|
void create(ActionCommon action)
action - 対象のアクション情報を設定します.void destroy()
void flush()
void addComponent(java.awt.Component cmp)
cmp - 追加対象のコンポーネントを設定します.void removeComponent(java.awt.Component cmp)
cmp - 削除対象のコンポーネントを設定します.void removeAllComponent()
void setComponentLocation(int x,
int y)
x - 対象の設定位置X軸を設定します.y - 対象の設定位置Y軸を設定します.
void setComponentSize(int width,
int height)
width - 対象の設定Widthサイズを設定します.height - 対象の設定heightサイズを設定します.void setBackGroundColor(int color)
color - 対象のバックグラウンドカラーを設定します.void setComponentVisible(boolean mode)
mode - コンポーネントの表示/非表示を設定します.ActionCommon getAction()
java.awt.Point getComponentLocation()
java.awt.Dimension getComponentSize()
int getBackGroundColor()
java.lang.String getName()
WindowObject getBaseWindow()
boolean isComponentVisible()
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||