Uses of Interface
javax.swing.event.PopupMenuListener
-
Packages that use PopupMenuListener 软件包 描述 com.sun.java.accessibility.util 提供组成Java Accessibility Utilities的接口和类的集合。javax.swing 提供一组“轻量级”(全Java语言)组件,这些组件在所有平台上尽可能地工作。 -
-
Uses of PopupMenuListener in com.sun.java.accessibility.util
Methods in com.sun.java.accessibility.util with parameters of type PopupMenuListener 变量和类型 方法 描述 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 变量和类型 方法 描述 PopupMenuListener[]JComboBox. getPopupMenuListeners()返回使用addPopupMenuListener()添加到此JComboBox的所有PopupMenuListener的数组。PopupMenuListener[]JPopupMenu. getPopupMenuListeners()返回使用addPopupMenuListener()添加到此JMenuItem的所有PopupMenuListener的数组。Methods in javax.swing with parameters of type PopupMenuListener 变量和类型 方法 描述 voidJComboBox. addPopupMenuListener(PopupMenuListener l)添加一个PopupMenu侦听器,它将侦听来自组合框弹出部分的通知消息。voidJPopupMenu. addPopupMenuListener(PopupMenuListener l)添加PopupMenu侦听器。voidJComboBox. removePopupMenuListener(PopupMenuListener l)删除PopupMenuListener。voidJPopupMenu. removePopupMenuListener(PopupMenuListener l)删除PopupMenu侦听器。
-