JavaTM 2 Platform
Standard Ed. 6

介面 javax.swing.event.PopupMenuListener
的使用

使用 PopupMenuListener 的軟體套件
javax.swing 提供一組“輕量級”(全部是 Java 語言)元件,盡量讓這些元件在所有平臺上的工作方式都相同。 
 

javax.swingPopupMenuListener 的使用
 

返回 PopupMenuListenerjavax.swing 中的方法
 PopupMenuListener[] JComboBox.getPopupMenuListeners()
          返回利用 addPopupMenuListener() 添加到此 JComboBox 的所有 PopupMenuListener 組成的陣列。
 PopupMenuListener[] JPopupMenu.getPopupMenuListeners()
          返回利用 addPopupMenuListener() 添加到此 JMenuItem 的所有 PopupMenuListener 組成的陣列。
 

參數型別為 PopupMenuListenerjavax.swing 中的方法
 void JComboBox.addPopupMenuListener(PopupMenuListener l)
          添加 PopupMenu 偵聽器,該偵聽器將偵聽取自組合框彈出部分的通知訊息。
 void JPopupMenu.addPopupMenuListener(PopupMenuListener l)
          添加 PopupMenu 偵聽器。
 void JComboBox.removePopupMenuListener(PopupMenuListener l)
          移除 PopupMenuListener
 void JPopupMenu.removePopupMenuListener(PopupMenuListener l)
          移除 PopupMenu 偵聽器。
 


JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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