java.lang.Object
javax.swing.plaf.basic.BasicInternalFrameUI.ComponentHandler
- すべての実装されたインタフェース:
ComponentListener,EventListener
- 含まれているクラス:
- BasicInternalFrameUI
protected class BasicInternalFrameUI.ComponentHandler extends Object implements ComponentListener
コンポーネント・ハンドラ。
-
コンストラクタのサマリー
コンストラクタ 修飾子 コンストラクタ 説明 protectedComponentHandler() -
メソッドのサマリー
修飾子と型 メソッド 説明 voidcomponentResized(ComponentEvent e)JInternalFrameの親のサイズが変更されたときに呼び出されます。
-
コンストラクタの詳細
-
ComponentHandler
protected ComponentHandler()
-
-
メソッドの詳細
-
componentResized
public void componentResized(ComponentEvent e)JInternalFrameの親のサイズが変更されたときに呼び出されます。- 定義:
componentResized、インタフェース:ComponentListener- パラメータ:
e- 処理されるイベント
-