java.lang.Object
org.autogui.swing.util.PopupExtension.PopupMenuBuilderEmpty
- All Implemented Interfaces:
PopupExtension.PopupMenuBuilder
- Enclosing class:
PopupExtension
public static class PopupExtension.PopupMenuBuilderEmpty
extends Object
implements PopupExtension.PopupMenuBuilder
the empty builder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
build
(PopupExtension.PopupMenuFilter filter, Consumer<Object> menu) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.autogui.swing.util.PopupExtension.PopupMenuBuilder
buildWithClear
-
Constructor Details
-
PopupMenuBuilderEmpty
public PopupMenuBuilderEmpty()
-
-
Method Details
-
build
Description copied from interface:PopupExtension.PopupMenuBuilder
the Consumer acceptsAction
includingJMenu
andJPopupMenu
JMenuItem
JComponent
- Specified by:
build
in interfacePopupExtension.PopupMenuBuilder
- Parameters:
filter
- an item filtermenu
- the target for appending menus
-