JavaTM 2 Platform
Standard Ed. 6

javax.swing.plaf.basic
類別 BasicScrollBarUI.ScrollListener

java.lang.Object
  繼承者 javax.swing.plaf.basic.BasicScrollBarUI.ScrollListener
所有已實作的介面:
ActionListener, EventListener
正在封閉類別:
BasicScrollBarUI

protected class BasicScrollBarUI.ScrollListener
extends Object
implements ActionListener

ScrollPane 中發起的滾動事件的偵聽器。


建構子摘要
BasicScrollBarUI.ScrollListener()
           
BasicScrollBarUI.ScrollListener(int dir, boolean block)
           
 
方法摘要
 void actionPerformed(ActionEvent e)
          發生操作時調用。
 void setDirection(int direction)
           
 void setScrollByBlock(boolean block)
           
 
從類別 java.lang.Object 繼承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

建構子詳細資訊

BasicScrollBarUI.ScrollListener

public BasicScrollBarUI.ScrollListener()

BasicScrollBarUI.ScrollListener

public BasicScrollBarUI.ScrollListener(int dir,
                                       boolean block)
方法詳細資訊

setDirection

public void setDirection(int direction)

setScrollByBlock

public void setScrollByBlock(boolean block)

actionPerformed

public void actionPerformed(ActionEvent e)
從介面 ActionListener 複製的描述
發生操作時調用。

指定者:
介面 ActionListener 中的 actionPerformed

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only