| 
 | ||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.seasar.swing.builder.AbstractComponentNode
public abstract class AbstractComponentNode
コンポーネントビルダで使用するノードの抽象基底クラスです。
| コンストラクタの概要 | |
|---|---|
| AbstractComponentNode(java.awt.Component component,
                      ComponentConstraint constraint) | |
| メソッドの概要 | |
|---|---|
|  java.awt.Component | getComponent()このノードに対応するコンポーネントを返します。 | 
|  java.lang.Object | getConstraint()このノードに対応するコンポーネントのレイアウト制約を返します。 | 
| クラス java.lang.Object から継承されたメソッド | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| インタフェース org.seasar.swing.builder.ComponentObjectNode から継承されたメソッド | 
|---|
| buildChildren | 
| コンストラクタの詳細 | 
|---|
public AbstractComponentNode(java.awt.Component component,
                             ComponentConstraint constraint)
| メソッドの詳細 | 
|---|
public java.awt.Component getComponent()
ComponentObjectNode の記述: 
ComponentObjectNode 内の getComponentpublic java.lang.Object getConstraint()
ComponentObjectNode の記述: 
ComponentObjectNode 内の getConstraint| 
 | ||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||