JavaTM Platform
Standard Ed. 6

javax.swing.plaf.basic
クラス BasicSliderUI.ComponentHandler

java.lang.Object
  上位を拡張 java.awt.event.ComponentAdapter
      上位を拡張 javax.swing.plaf.basic.BasicSliderUI.ComponentHandler
すべての実装されたインタフェース:
ComponentListener, EventListener
含まれているクラス:
BasicSliderUI

public class BasicSliderUI.ComponentHandler
extends ComponentAdapter

サイズ変更イベントのリスナーです。

このクラスは、「protected」内部クラスとして扱う必要があります。このクラスのインスタンス生成は、 のサブクラス内だけで行なってください。


コンストラクタの概要
BasicSliderUI.ComponentHandler()
           
 
メソッドの概要
 void componentResized(ComponentEvent e)
          コンポーネントのサイズが変わると呼び出されます。
 
クラス java.awt.event.ComponentAdapter から継承されたメソッド
componentHidden, componentMoved, componentShown
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

BasicSliderUI.ComponentHandler

public BasicSliderUI.ComponentHandler()
メソッドの詳細

componentResized

public void componentResized(ComponentEvent e)
クラス ComponentAdapter の記述:
コンポーネントのサイズが変わると呼び出されます。

定義:
インタフェース ComponentListener 内の componentResized
オーバーライド:
クラス ComponentAdapter 内の componentResized

JavaTM Platform
Standard Ed. 6

バグの報告と機能のリクエスト
さらに詳しい API リファレンスおよび開発者ドキュメントについては、Java SE 開発者用ドキュメントを参照してください。開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、およびコード実例が含まれています。

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。