Class MouseEventArgs

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
        See Also:
        Constant Field Values
      • assemblyShortName

        public static final java.lang.String assemblyShortName
        Assembly name: System.Windows.Forms
        See Also:
        Constant Field Values
      • className

        public static final java.lang.String className
        Qualified class name: System.Windows.Forms.MouseEventArgs
        See Also:
        Constant Field Values
      • classType

        public static org.mases.jcobridge.JCType classType
        The type managed from JCOBridge. See JCType
    • Constructor Detail

      • MouseEventArgs

        public MouseEventArgs​(java.lang.Object instance)
                       throws java.lang.Throwable
        Internal constructor. Use with caution
        Throws:
        java.lang.Throwable
      • MouseEventArgs

        public MouseEventArgs()
                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • MouseEventArgs

        public MouseEventArgs​(MouseButtons button,
                              int clicks,
                              int x,
                              int y,
                              int delta)
                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • setJCOInstance

        public void setJCOInstance​(org.mases.jcobridge.JCObject instance)
        Overrides:
        setJCOInstance in class EventArgs
      • getClicks

        public int getClicks()
                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getDelta

        public int getDelta()
                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getX

        public int getX()
                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getY

        public int getY()
                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getLocation

        public Point getLocation()
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getButton

        public MouseButtons getButton()
                               throws java.lang.Throwable
        Throws:
        java.lang.Throwable