|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.liq.container.Module
public abstract class Module
Component を生成します。
| コンストラクタの概要 | |
|---|---|
Module()
このクラスのインスタンスを構築します。 |
|
| メソッドの概要 | ||
|---|---|---|
protected
|
addComponent(Component<T> component)
引数で指定されたコンポーネントを追加します。 |
|
protected
|
createComponent(java.lang.Class<T> type)
引数で指定されたクラスに対応するコンポーネントを返します。 |
|
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public Module()
| メソッドの詳細 |
|---|
protected <T> void addComponent(Component<T> component)
component - 追加するコンポーネントprotected <T> Component<T> createComponent(java.lang.Class<T> type)
type -
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||