Uses of Interface
com.vividsolutions.jump.workbench.ui.plugin.MenuItemShownListener
-
Packages that use MenuItemShownListener Package Description com.vividsolutions.jump.workbench.ui.plugin The built-in JUMP "plug-ins" (code modules that can be assigned to buttons and menu items).org.openjump.core.ui.swing.listener -
-
Uses of MenuItemShownListener in com.vividsolutions.jump.workbench.ui.plugin
Methods in com.vividsolutions.jump.workbench.ui.plugin with parameters of type MenuItemShownListener Modifier and Type Method Description void
FeatureInstaller. addMenuItemShownListener(JMenuItem menuItem, MenuItemShownListener menuItemShownListener)
Constructors in com.vividsolutions.jump.workbench.ui.plugin with parameters of type MenuItemShownListener Constructor Description JumpMenuListener(MenuItemShownListener menuItemShownListener, JMenuItem menuItem)
-
Uses of MenuItemShownListener in org.openjump.core.ui.swing.listener
Classes in org.openjump.core.ui.swing.listener that implement MenuItemShownListener Modifier and Type Class Description class
EnableCheckMenuItemShownListener
Constructors in org.openjump.core.ui.swing.listener with parameters of type MenuItemShownListener Constructor Description MenuItemShownMenuListener(JMenuItem menuItem, MenuItemShownListener menuItemShownListener)
-