| 
 | JavaTM Platform Standard Ed. 6 | |||||||||
| 前 次 | フレームあり フレームなし | |||||||||
| ContainerEvent を使用しているパッケージ | |
|---|---|
| java.awt | ユーザーインタフェースの作成およびグラフィックスとイメージのペイント用のすべてのクラスを含みます。 | 
| java.awt.event | AWT コンポーネントによってトリガーされるさまざまな種類のイベントを処理するインタフェースとクラスを提供します。 | 
| javax.swing | すべてのプラットフォームで可能なかぎり同じように機能する「軽量」(Java 共通言語) コンポーネントのセットを提供します。 | 
| javax.swing.plaf.basic | 基本 Look & Feel に従って構築されたユーザーインタフェースオブジェクトを提供します。 | 
| java.awt での ContainerEvent の使用 | 
|---|
| ContainerEvent 型のパラメータを持つ java.awt のメソッド | |
|---|---|
|  void | AWTEventMulticaster.componentAdded(ContainerEvent e)リスナー a とリスナー b の componentAdded メソッドを呼び出すことによって、componentAdded コンテナイベントを処理します。 | 
|  void | Container.AccessibleAWTContainer.AccessibleContainerHandler.componentAdded(ContainerEvent e) | 
|  void | AWTEventMulticaster.componentRemoved(ContainerEvent e)リスナー a とリスナー b の componentRemoved メソッドを呼び出すことによって、componentRemoved コンテナイベントを処理します。 | 
|  void | Container.AccessibleAWTContainer.AccessibleContainerHandler.componentRemoved(ContainerEvent e) | 
| protected  void | Container.processContainerEvent(ContainerEvent e)このコンテナで発生するコンテナイベントを、登録されている ContainerListener オブジェクトにディスパッチすることで処理します。 | 
| java.awt.event での ContainerEvent の使用 | 
|---|
| ContainerEvent 型のパラメータを持つ java.awt.event のメソッド | |
|---|---|
|  void | ContainerAdapter.componentAdded(ContainerEvent e)コンテナにコンポーネントが追加されると呼び出されます。 | 
|  void | ContainerListener.componentAdded(ContainerEvent e)コンテナにコンポーネントが追加されると呼び出されます。 | 
|  void | ContainerAdapter.componentRemoved(ContainerEvent e)コンテナからコンポーネントが削除されると呼び出されます。 | 
|  void | ContainerListener.componentRemoved(ContainerEvent e)コンテナからコンポーネントが削除されると呼び出されます。 | 
| javax.swing での ContainerEvent の使用 | 
|---|
| ContainerEvent 型のパラメータを持つ javax.swing のメソッド | |
|---|---|
|  void | JComponent.AccessibleJComponent.AccessibleContainerHandler.componentAdded(ContainerEvent e) | 
|  void | JComponent.AccessibleJComponent.AccessibleContainerHandler.componentRemoved(ContainerEvent e) | 
| javax.swing.plaf.basic での ContainerEvent の使用 | 
|---|
| ContainerEvent 型のパラメータを持つ javax.swing.plaf.basic のメソッド | |
|---|---|
|  void | BasicToolBarUI.ToolBarContListener.componentAdded(ContainerEvent e) | 
|  void | BasicToolBarUI.ToolBarContListener.componentRemoved(ContainerEvent e) | 
| 
 | JavaTM Platform Standard Ed. 6 | |||||||||
| 前 次 | フレームあり フレームなし | |||||||||
Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。