Module org.autogui

Class PopupExtension

java.lang.Object
org.autogui.swing.util.PopupExtension
All Implemented Interfaces:
ActionListener, KeyListener, MouseListener, EventListener
Direct Known Subclasses:
GuiSwingViewCollectionTable.PopupExtensionCollection, GuiSwingViewCollectionTable.PopupExtensionCollectionColumnHeader, PopupExtensionText

public class PopupExtension extends Object implements MouseListener, KeyListener, ActionListener
a popup menu manager. it supports showing the popup menu supplied by menu via the following event listeners: menuBuilder determines menu items in the popup menu via PopupExtension.PopupMenuBuilder.buildWithClear(PopupExtension.PopupMenuFilter, JPopupMenu).