Interface GlimpsePopupMenuTarget
-
- All Known Implementing Classes:
GlimpseAxisLayout2DWithPopup
public interface GlimpsePopupMenuTargetIf aGlimpseTargetthat implements this interface is added to aNewtSwingEDTGlimpseCanvas, then right-clicking on that target will show the popup-menu supplied bygetPopupMenu().
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JPopupMenugetPopupMenu()Notifier<GlimpseMouseEvent>getPopupMenuNotifier()A notifier that will fire just before the popup menu becomes visible.
-
-
-
Method Detail
-
getPopupMenu
JPopupMenu getPopupMenu()
-
getPopupMenuNotifier
Notifier<GlimpseMouseEvent> getPopupMenuNotifier()
A notifier that will fire just before the popup menu becomes visible.
-
-