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の親のサイズが変更されたときに呼び出されます。
- 
コンストラクタの詳細- 
ComponentHandlerprotected ComponentHandler()
 
- 
- 
メソッドの詳細- 
componentResizedpublic void componentResized(ComponentEvent e)JInternalFrameの親のサイズが変更されたときに呼び出されます。- 定義:
- componentResized、インタフェース:- ComponentListener
- パラメータ:
- e- 処理されるイベント
 
 
-