JavaTM 2
Platform
Std. Ed. v1.4.0

javax.swing.plaf.basic
クラス BasicSplitPaneDivider.VerticalDragController

java.lang.Object
  |
  +--javax.swing.plaf.basic.BasicSplitPaneDivider.DragController
        |
        +--javax.swing.plaf.basic.BasicSplitPaneDivider.VerticalDragController
含まれているクラス:
BasicSplitPaneDivider

protected class BasicSplitPaneDivider.VerticalDragController
extends BasicSplitPaneDivider.DragController

VERTICAL_SPLIT 方向のスプリットペインのために、ドラッグセッション中のイベントを処理します。連続して dragDividerTo メッセージを送り、終了時に finishDraggingTo メッセージを送ります。インスタンスが作成されるとき、isValid によるメッセージを受けて、ドラッグを実行できることを確認する必要があります。2 つの画面の大きさを変更できない場合、ドラッグはできません。


コンストラクタの概要
protected BasicSplitPaneDivider.VerticalDragController(MouseEvent e)
           
 
メソッドの概要
protected  int getNeededLocation(int x, int y)
          垂直分割に使用される y 引数を返します。
protected  int positionForMouseEvent(MouseEvent e)
          渡される MouseEvent に基づいて、ディバイダを置くための新しい位置を返します。
 
クラス javax.swing.plaf.basic.BasicSplitPaneDivider.DragController から継承したメソッド
completeDrag, completeDrag, continueDrag, continueDrag, isValid
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

BasicSplitPaneDivider.VerticalDragController

protected BasicSplitPaneDivider.VerticalDragController(MouseEvent e)
メソッドの詳細

getNeededLocation

protected int getNeededLocation(int x,
                                int y)
垂直分割に使用される y 引数を返します。

オーバーライド:
クラス BasicSplitPaneDivider.DragController 内の getNeededLocation

positionForMouseEvent

protected int positionForMouseEvent(MouseEvent e)
渡される MouseEvent に基づいて、ディバイダを置くための新しい位置を返します。

オーバーライド:
クラス BasicSplitPaneDivider.DragController 内の positionForMouseEvent

JavaTM 2
Platform
Std. Ed. v1.4.0

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

Java、Java 2D、および JDBC は米国ならびにその他の国における米国 Sun Microsystems, Inc. の商標もしくは登録商標です。
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.