クラスBasicInternalFrameUI.ComponentHandler
java.lang.Object
javax.swing.plaf.basic.BasicInternalFrameUI.ComponentHandler
- すべての実装されたインタフェース:
ComponentListener, EventListener
- 含まれているクラス:
BasicInternalFrameUI
protected class BasicInternalFrameUI.ComponentHandler extends Object implements ComponentListener
コンポーネント・ハンドラ。
-
コンストラクタのサマリー
コンストラクタ -
メソッドのサマリー
修飾子と型メソッド説明voidコンポーネントが不可視になると呼び出されます。voidコンポーネントの位置が変わると呼び出されます。voidJInternalFrameの親のサイズが変更されたときに呼び出されます。voidコンポーネントが可視になると呼び出されます。クラスオブジェクトで宣言されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait修飾子と型メソッド説明protected Objectclone()このオブジェクトのコピーを作成して、返します。booleanこのオブジェクトと他のオブジェクトが等しいかどうかを示します。protected voidfinalize()削除予定のため非推奨: このAPI要素は、将来のバージョンで削除される可能性があります。最終決定は非推奨であり、将来のリリースで削除される可能性があります。final Class<?> getClass()このObjectの実行時クラスを返します。inthashCode()このオブジェクトに対するハッシュ・コード値を返します。final voidnotify()このオブジェクトのモニターで待機中のスレッドを1つ再開します。final voidこのオブジェクトのモニターで待機中のすべてのスレッドを再開します。toString()オブジェクトの文字列表現を返します。final voidwait()現在のスレッドが目覚めるまで待機します。通常、notifiedまたはinterruptedです。final voidwait(long timeoutMillis) 現在のスレッドは、通常、notifiedまたはinterruptedであるか、一定のリアルタイムが経過するまで、目覚めるまで待機します。final voidwait(long timeoutMillis, int nanos) 現在のスレッドは、通常、notifiedまたはinterruptedであるか、一定のリアルタイムが経過するまで、目覚めるまで待機します。
-
コンストラクタの詳細
-
ComponentHandler
protected ComponentHandler()ComponentHandlerを構築します。
-
-
メソッドの詳細
-
componentResized
public void componentResized(ComponentEvent e) JInternalFrameの親のサイズが変更されたときに呼び出されます。- 定義:
componentResized、インタフェースComponentListener- パラメータ:
e- 処理されるイベント
-
componentMoved
public void componentMoved(ComponentEvent e) コンポーネントの位置が変わると呼び出されます。- 定義:
componentMoved、インタフェースComponentListener- パラメータ:
e- 処理されるイベント
-
componentShown
public void componentShown(ComponentEvent e) コンポーネントが可視になると呼び出されます。- 定義:
componentShown、インタフェースComponentListener- パラメータ:
e- 処理されるイベント
-
componentHidden
public void componentHidden(ComponentEvent e) コンポーネントが不可視になると呼び出されます。- 定義:
componentHidden、インタフェースComponentListener- パラメータ:
e- 処理されるイベント
-