|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object java.util.EventObject java.awt.AWTEvent javax.swing.event.AncestorEvent
public class AncestorEvent
コンポーネント階層内の上位コンポーネントで発生して、子コンポーネントに報告されるイベントです。
警告: このクラスの直列化されたオブジェクトは、今後の Swing リリースと互換ではなくなる予定です。現在の直列化のサポートは、短期間の運用や、同じバージョンの Swing を実行するアプリケーション間の RMI に適しています。JDK バージョン 1.4 以降、すべての JavaBeans™ の長期間の運用サポートは、java.beans
パッケージに追加されています。詳細は、XMLEncoder
を参照してください。
フィールドの概要 | |
---|---|
static int |
ANCESTOR_ADDED
上位コンポーネントが可視オブジェクトの階層に追加され、現在は表示されていることを示します。 |
static int |
ANCESTOR_MOVED
上位コンポーネントの画面上の位置が変更されたことを示します。 |
static int |
ANCESTOR_REMOVED
上位コンポーネントが可視オブジェクトの階層から削除され、表示されなくなったことを示します。 |
クラス java.util.EventObject から継承されたフィールド |
---|
source |
コンストラクタの概要 | |
---|---|
AncestorEvent(JComponent source,
int id,
Container ancestor,
Container ancestorParent)
上位コンポーネントの表示状態の変更を示す、AncestorEvent オブジェクトを構築します。 |
メソッドの概要 | |
---|---|
Container |
getAncestor()
イベントが実際に発生した上位クラスを返します。 |
Container |
getAncestorParent()
イベントが実際に発生した上位クラスの親を返します。 |
JComponent |
getComponent()
リスナーが追加されたコンポーネントを返します。 |
クラス java.awt.AWTEvent から継承されたメソッド |
---|
consume, getID, isConsumed, paramString, setSource, toString |
クラス java.util.EventObject から継承されたメソッド |
---|
getSource |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
フィールドの詳細 |
---|
public static final int ANCESTOR_ADDED
public static final int ANCESTOR_REMOVED
public static final int ANCESTOR_MOVED
コンストラクタの詳細 |
---|
public AncestorEvent(JComponent source, int id, Container ancestor, Container ancestorParent)
source
- イベントの発生元の JComponent (通常は this
)id
- ANCESTOR_ADDED
、ANCESTOR_REMOVED
、または ANCESTOR_MOVED
を示す int 値ancestor
- 表示状態が変更された上位コンポーネントを指定する Container オブジェクトancestorParent
- 上位コンポーネントの親を指定する Container オブジェクトメソッドの詳細 |
---|
public Container getAncestor()
public Container getAncestorParent()
public JComponent getComponent()
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。