Package org.geotools.swing.control
Interface PopupMenuProvider
-
public interface PopupMenuProvider
Used with JMenuStatusBarItem to pass a (possibly dynamic) pop-up menu.- Since:
- 8.0
- Author:
- Michael Bedward
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JPopupMenu
getMenu()
Gets the popup menu.
-
-
-
Method Detail
-
getMenu
JPopupMenu getMenu()
Gets the popup menu.- Returns:
- the menu
-
-