Class ValidatePopupMenuEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class ValidatePopupMenuEvent
    extends java.util.EventObject
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.awt.Component component  
      javax.swing.JPopupMenu menu  
      ControlOwner owner  
      • Fields inherited from class java.util.EventObject

        source
    • Method Summary

      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • component

        public java.awt.Component component
      • menu

        public javax.swing.JPopupMenu menu
    • Constructor Detail

      • ValidatePopupMenuEvent

        public ValidatePopupMenuEvent​(java.awt.Component component,
                                      ControlOwner owner,
                                      javax.swing.JPopupMenu menu)