JavaTM 2 Platform
Standard Ed. 6

javax.swing.plaf.basic
類別 BasicOptionPaneUI.ButtonActionListener

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

public class BasicOptionPaneUI.ButtonActionListener
extends Object
implements ActionListener

此內部類別因編譯器故障而被標記為“公開”。此類別應該視為“受保護”內部類別。僅在 BasicOptionPaneUI 的子類別中實例化此類別。


欄位摘要
protected  int buttonIndex
           
 
建構子摘要
BasicOptionPaneUI.ButtonActionListener(int buttonIndex)
           
 
方法摘要
 void actionPerformed(ActionEvent e)
          發生操作時調用。
 
從類別 java.lang.Object 繼承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

欄位詳細資訊

buttonIndex

protected int buttonIndex
建構子詳細資訊

BasicOptionPaneUI.ButtonActionListener

public BasicOptionPaneUI.ButtonActionListener(int buttonIndex)
方法詳細資訊

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