public interface BeanContextChildComponentProxy
 このインタフェースは、AWT Componentが関連付けられているBeanContextChildrenによって実装されます。
 
- 導入されたバージョン:
- 1.2
- 関連項目:
- BeanContext,- BeanContextSupport
- 
メソッドのサマリー修飾子と型 メソッド 説明 ComponentgetComponent()このBeanContextChildに関連付けられているjava.awt.Componentを取得します。
- 
メソッドの詳細- 
getComponentComponent getComponent()このBeanContextChildに関連付けられているjava.awt.Componentを取得します。- 戻り値:
- このBeanContextChildに関連付けられているAWTComponent
 
 
-