Package docking

Class PopupMenuContext


  • public class PopupMenuContext
    extends java.lang.Object
    A class that holds information used to show a popup menu
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.awt.Component getComponent()  
      java.awt.event.MouseEvent getEvent()  
      java.awt.Point getPoint()  
      java.lang.Object getSource()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getEvent

        public java.awt.event.MouseEvent getEvent()
      • getComponent

        public java.awt.Component getComponent()
      • getPoint

        public java.awt.Point getPoint()
      • getSource

        public java.lang.Object getSource()