パッケージ | 説明 |
---|---|
java.awt |
ユーザーインタフェースの作成およびグラフィックスとイメージのペイント用のすべてのクラスを含みます。
|
java.awt.event |
AWT コンポーネントによってトリガーされるさまざまな種類のイベントを処理するインタフェースとクラスを提供します。
|
javax.swing |
すべてのプラットフォーム上で可能なかぎり同じように機能する「軽量」(Java 共通言語) コンポーネントのセットを提供します。
|
javax.swing.plaf.basic |
基本 Look & Feel に従って構築されたユーザーインタフェースオブジェクトを提供します。
|
修飾子と型 | メソッドと説明 |
---|---|
void |
AWTEventMulticaster.componentAdded(ContainerEvent e)
listener-a と listener-b で componentAdded メソッドを呼び出すことによって、componentAdded コンテナイベントを処理します。
|
void |
Container.AccessibleAWTContainer.AccessibleContainerHandler.componentAdded(ContainerEvent e) |
void |
AWTEventMulticaster.componentRemoved(ContainerEvent e)
listener-a と listener-b で componentRemoved メソッドを呼び出すことによって、componentRemoved コンテナイベントを処理します。
|
void |
Container.AccessibleAWTContainer.AccessibleContainerHandler.componentRemoved(ContainerEvent e) |
protected void |
Container.processContainerEvent(ContainerEvent e)
このコンテナで発生するコンテナイベントを、登録されている ContainerListener オブジェクトにディスパッチすることで処理します。
|
修飾子と型 | メソッドと説明 |
---|---|
void |
ContainerListener.componentAdded(ContainerEvent e)
コンテナにコンポーネントが追加されると呼び出されます。
|
void |
ContainerAdapter.componentAdded(ContainerEvent e)
コンテナにコンポーネントが追加されると呼び出されます。
|
void |
ContainerListener.componentRemoved(ContainerEvent e)
コンテナからコンポーネントが削除されると呼び出されます。
|
void |
ContainerAdapter.componentRemoved(ContainerEvent e)
コンテナからコンポーネントが削除されると呼び出されます。
|
修飾子と型 | メソッドと説明 |
---|---|
void |
JComponent.AccessibleJComponent.AccessibleContainerHandler.componentAdded(ContainerEvent e) |
void |
JComponent.AccessibleJComponent.AccessibleContainerHandler.componentRemoved(ContainerEvent e) |
修飾子と型 | メソッドと説明 |
---|---|
void |
BasicToolBarUI.ToolBarContListener.componentAdded(ContainerEvent e) |
void |
BasicToolBarUI.ToolBarContListener.componentRemoved(ContainerEvent e) |
バグまたは機能を送信
詳細な API リファレンスおよび開発者ドキュメントについては、Java SE のドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright © 1993, 2013, Oracle and/or its affiliates. All rights reserved.