クラスjava.awt.event.ComponentAdapter
の使用
-
ComponentAdapterを使用するパッケージ パッケージ 説明 javax.swing すべてのプラットフォーム上で可能なかぎり同じように機能する「軽量」(Java共通言語)コンポーネントのセットを提供します。javax.swing.plaf.basic 基本Look & Feelに従って構築されたユーザー・インタフェース・オブジェクトを提供します。 -
-
javax.swingでのComponentAdapterの使用
javax.swingでのComponentAdapterのサブクラス 修飾子と型 クラス 説明 protected classJViewport.ViewListenerビューのリスナーです。 -
javax.swing.plaf.basicでのComponentAdapterの使用
javax.swing.plaf.basicでのComponentAdapterのサブクラス 修飾子と型 クラス 説明 classBasicSliderUI.ComponentHandlerサイズ変更イベントのリスナーです。classBasicTreeUI.ComponentHandlerスクロール時に推奨サイズを更新します(必要に応じて)。
-