Uses of Interface
org.geotools.swing.control.PopupMenuProvider
-
Packages that use PopupMenuProvider Package Description org.geotools.swing.control A small collection of Swing controls including type-specific text fields and a list class with drag and drop item re-ordering. -
-
Uses of PopupMenuProvider in org.geotools.swing.control
Constructors in org.geotools.swing.control with parameters of type PopupMenuProvider Constructor Description JMenuStatusBarItem(String name, ImageIcon icon, String toolTip, PopupMenuProvider menuProvider)
Creates a new item to display a menu which will be supplired bymenuProvider
.
-