Uses of Interface
javax.swing.event.PopupMenuListener
-
Packages that use PopupMenuListener 软件包 描述 com.sun.java.accessibility.util 提供组成Java辅助功能实用程序的接口和类的集合。javax.swing 提供一套“轻量级”(全Java语言)组件,尽可能地在所有平台上工作。 -
-
Uses of PopupMenuListener in com.sun.java.accessibility.util
Methods in com.sun.java.accessibility.util with parameters of type PopupMenuListener Modifier and Type 方法 描述 static voidSwingEventMonitor. addPopupMenuListener(PopupMenuListener l)添加指定的侦听器以在Java虚拟机中发生的每个组件实例上接收所有POPUPMENU事件。static voidSwingEventMonitor. removePopupMenuListener(PopupMenuListener l)删除指定的侦听器,使其不再接收POPUPMENU事件。 -
Uses of PopupMenuListener in javax.swing
Methods in javax.swing that return PopupMenuListener Modifier and Type 方法 描述 PopupMenuListener[]JComboBox. getPopupMenuListeners()返回使用addPopupMenuListener()添加到此JComboBox的所有PopupMenuListener的数组。PopupMenuListener[]JPopupMenu. getPopupMenuListeners()返回使用addPopupMenuListener()添加到此JMenuItem中的所有PopupMenuListener的数组。Methods in javax.swing with parameters of type PopupMenuListener Modifier and Type 方法 描述 voidJComboBox. addPopupMenuListener(PopupMenuListener l)添加一个PopupMenu监听器,它将从组合框的弹出窗口中收听通知消息。voidJPopupMenu. addPopupMenuListener(PopupMenuListener l)添加一个PopupMenu监听器。voidJComboBox. removePopupMenuListener(PopupMenuListener l)删除一个PopupMenuListener。voidJPopupMenu. removePopupMenuListener(PopupMenuListener l)删除一个PopupMenu监听器。
-