JavaTM Platform
Standard Ed. 6

java.awt.dnd
クラス DropTarget.DropTargetAutoScroller

java.lang.Object
  上位を拡張 java.awt.dnd.DropTarget.DropTargetAutoScroller
すべての実装されたインタフェース:
ActionListener, EventListener
含まれているクラス:
DropTarget

protected static class DropTarget.DropTargetAutoScroller
extends Object
implements ActionListener

この保護対象の入れ子になっているクラスは、自動スクロールを実装します。


コンストラクタの概要
protected DropTarget.DropTargetAutoScroller(Component c, Point p)
          DropTargetAutoScroller を構築します。
 
メソッドの概要
 void actionPerformed(ActionEvent e)
          自動スクロールを開始します。
protected  void stop()
          自動スクロールを停止します。
protected  void updateLocation(Point newLocn)
          自動スクロールを開始します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

DropTarget.DropTargetAutoScroller

protected DropTarget.DropTargetAutoScroller(Component c,
                                            Point p)
DropTargetAutoScroller を構築します。 

パラメータ:
c - Component
p - Point
メソッドの詳細

updateLocation

protected void updateLocation(Point newLocn)
自動スクロールを開始します。 

パラメータ:
newLocn - Point

stop

protected void stop()
自動スクロールを停止します。


actionPerformed

public void actionPerformed(ActionEvent e)
自動スクロールを開始します。 

定義:
インタフェース ActionListener 内の actionPerformed
パラメータ:
e - ActionEvent

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 も参照してください。