Uses of Class
javax.swing.JPopupMenu
Packages that use JPopupMenu
Package
Description
Provides a set of "lightweight" (all-Java language) components
that, to the maximum degree possible, work the same on all platforms.
Provides one interface and many abstract classes that Swing uses to provide
its pluggable look-and-feel capabilities.
Provides user interface objects built according to the Basic look and feel.
Provides user interface objects built according to the Java look and feel
(once codenamed Metal), which is the default look and feel.
Provides user interface objects that combine two or more look and feels.
-
Uses of JPopupMenu in javax.swing
Methods in javax.swing that return JPopupMenuModifier and TypeMethodDescriptionJComponent.getComponentPopupMenu()
ReturnsJPopupMenu
that assigned for this component.JMenu.getPopupMenu()
Returns the popupmenu associated with this menu.Methods in javax.swing with parameters of type JPopupMenuModifier and TypeMethodDescriptionprotected JMenu.WinListener
JMenu.createWinListener(JPopupMenu p)
Creates a window-closing listener for the popup.void
JComponent.setComponentPopupMenu(JPopupMenu popup)
Sets theJPopupMenu
for thisJComponent
.Constructors in javax.swing with parameters of type JPopupMenuModifierConstructorDescriptionCreate the window listener for the specified popup. -
Uses of JPopupMenu in javax.swing.plaf
Methods in javax.swing.plaf with parameters of type JPopupMenuModifier and TypeMethodDescriptionPopupMenuUI.getPopup(JPopupMenu popup, int x, int y)
Returns thePopup
that will be responsible for displaying theJPopupMenu
. -
Uses of JPopupMenu in javax.swing.plaf.basic
Subclasses of JPopupMenu in javax.swing.plaf.basicModifier and TypeClassDescriptionclass
This is a basic implementation of theComboPopup
interface.Fields in javax.swing.plaf.basic declared as JPopupMenuModifier and TypeFieldDescriptionprotected JPopupMenu
BasicPopupMenuUI.popupMenu
The instance ofJPopupMenu
. -
Uses of JPopupMenu in javax.swing.plaf.metal
Subclasses of JPopupMenu in javax.swing.plaf.metalModifier and TypeClassDescriptionclass
Deprecated.As of Java 2 platform v1.4. -
Uses of JPopupMenu in javax.swing.plaf.multi
Methods in javax.swing.plaf.multi with parameters of type JPopupMenuModifier and TypeMethodDescriptionMultiPopupMenuUI.getPopup(JPopupMenu a, int b, int c)
Invokes thegetPopup
method on each UI handled by this object.