public interface AncestorListener extends EventListener
修飾子と型 | メソッドと説明 |
---|---|
void |
ancestorAdded(AncestorEvent event)
setVisible(true)が呼び出されるか、あるいはコンポーネント階層に追加されることによって、ソースまたはその祖先の1つが可視にされたときに呼び出されます。
|
void |
ancestorMoved(AncestorEvent event)
ソースまたはその祖先の1つが移動したときに呼び出されます。
|
void |
ancestorRemoved(AncestorEvent event)
setVisible(false)が呼び出されるか、あるいはコンポーネント階層から削除されることによって、ソースまたはその祖先の1つが不可視になったときに呼び出されます。
|
void ancestorAdded(AncestorEvent event)
void ancestorRemoved(AncestorEvent event)
void ancestorMoved(AncestorEvent event)
バグまたは機能を送信
詳細なAPIリファレンスおよび開発者ドキュメントについては、Java SEのドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright© 1993, 2014, Oracle and/or its affiliates. All rights reserved.