Class SplitterEventArgs

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: System.Windows.Forms, Version=8.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.SplitterEventArgs
        See Also:
        Constant Field Values
      • classType

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

      • SplitterEventArgs

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

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

        public SplitterEventArgs​(int x,
                                 int y,
                                 int splitX,
                                 int splitY)
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • getSplitX

        public int getSplitX()
                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setSplitX

        public void setSplitX​(int SplitX)
                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getSplitY

        public int getSplitY()
                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setSplitY

        public void setSplitY​(int SplitY)
                       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