java.lang.Object
com.iamsoft.util.ui.swing.JPopupMenuUtil
Utility methods for JPopupMenu.
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
addListPopup
(JPopupMenu pMenu, JList<?> pList) Adds popup listener to table and enclosing scrollpane.static void
addTablePopup
(JPopupMenu pMenu, JTable pTable) Adds popup listener to table and enclosing scrollpane.static MouseListener
addTextPopup
(JPopupMenu pMenu, JTextComponent pTextComponent) static void
addTreePopup
(JPopupMenu pMenu, JTree pTree)
-
Method Details
-
addTreePopup
-
addTablePopup
Adds popup listener to table and enclosing scrollpane. -
addListPopup
Adds popup listener to table and enclosing scrollpane. -
addTextPopup
-