Uses of Class
javax.swing.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
Modifier and TypeMethodDescriptionJComponent.getComponentPopupMenu()
ReturnsJPopupMenu
that assigned for this component.JMenu.getPopupMenu()
Returns the popupmenu associated with this menu.Modifier 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
.ModifierConstructorDescriptionCreate the window listener for the specified popup. -
Uses of JPopupMenu in javax.swing.plaf
Modifier 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
Modifier and TypeClassDescriptionclass
This is a basic implementation of theComboPopup
interface.Modifier and TypeFieldDescriptionprotected JPopupMenu
BasicPopupMenuUI.popupMenu
The instance ofJPopupMenu
. -
Uses of JPopupMenu in javax.swing.plaf.metal
Modifier and TypeClassDescriptionclass
Deprecated.As of Java 2 platform v1.4. -
Uses of JPopupMenu in javax.swing.plaf.multi
Modifier and TypeMethodDescriptionMultiPopupMenuUI.getPopup
(JPopupMenu a, int b, int c) Invokes thegetPopup
method on each UI handled by this object.