Class IScrollInfoImplementation

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        See Also:
        Constant Field Values
      • assemblyShortName

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

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

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

      • IScrollInfoImplementation

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

      • MakeVisible

        public Rect MakeVisible​(Visual visual,
                                Rect rectangle)
                         throws java.lang.Throwable
        Specified by:
        MakeVisible in interface IScrollInfo
        Throws:
        java.lang.Throwable
      • LineDown

        public void LineDown()
                      throws java.lang.Throwable
        Specified by:
        LineDown in interface IScrollInfo
        Throws:
        java.lang.Throwable
      • LineLeft

        public void LineLeft()
                      throws java.lang.Throwable
        Specified by:
        LineLeft in interface IScrollInfo
        Throws:
        java.lang.Throwable
      • LineRight

        public void LineRight()
                       throws java.lang.Throwable
        Specified by:
        LineRight in interface IScrollInfo
        Throws:
        java.lang.Throwable
      • LineUp

        public void LineUp()
                    throws java.lang.Throwable
        Specified by:
        LineUp in interface IScrollInfo
        Throws:
        java.lang.Throwable
      • MouseWheelDown

        public void MouseWheelDown()
                            throws java.lang.Throwable
        Specified by:
        MouseWheelDown in interface IScrollInfo
        Throws:
        java.lang.Throwable
      • MouseWheelLeft

        public void MouseWheelLeft()
                            throws java.lang.Throwable
        Specified by:
        MouseWheelLeft in interface IScrollInfo
        Throws:
        java.lang.Throwable
      • MouseWheelRight

        public void MouseWheelRight()
                             throws java.lang.Throwable
        Specified by:
        MouseWheelRight in interface IScrollInfo
        Throws:
        java.lang.Throwable
      • MouseWheelUp

        public void MouseWheelUp()
                          throws java.lang.Throwable
        Specified by:
        MouseWheelUp in interface IScrollInfo
        Throws:
        java.lang.Throwable
      • PageDown

        public void PageDown()
                      throws java.lang.Throwable
        Specified by:
        PageDown in interface IScrollInfo
        Throws:
        java.lang.Throwable
      • PageLeft

        public void PageLeft()
                      throws java.lang.Throwable
        Specified by:
        PageLeft in interface IScrollInfo
        Throws:
        java.lang.Throwable
      • PageRight

        public void PageRight()
                       throws java.lang.Throwable
        Specified by:
        PageRight in interface IScrollInfo
        Throws:
        java.lang.Throwable
      • PageUp

        public void PageUp()
                    throws java.lang.Throwable
        Specified by:
        PageUp in interface IScrollInfo
        Throws:
        java.lang.Throwable
      • SetHorizontalOffset

        public void SetHorizontalOffset​(double offset)
                                 throws java.lang.Throwable
        Specified by:
        SetHorizontalOffset in interface IScrollInfo
        Throws:
        java.lang.Throwable
      • SetVerticalOffset

        public void SetVerticalOffset​(double offset)
                               throws java.lang.Throwable
        Specified by:
        SetVerticalOffset in interface IScrollInfo
        Throws:
        java.lang.Throwable
      • getCanHorizontallyScroll

        public boolean getCanHorizontallyScroll()
                                         throws java.lang.Throwable
        Specified by:
        getCanHorizontallyScroll in interface IScrollInfo
        Throws:
        java.lang.Throwable
      • setCanHorizontallyScroll

        public void setCanHorizontallyScroll​(boolean CanHorizontallyScroll)
                                      throws java.lang.Throwable
        Specified by:
        setCanHorizontallyScroll in interface IScrollInfo
        Throws:
        java.lang.Throwable
      • getCanVerticallyScroll

        public boolean getCanVerticallyScroll()
                                       throws java.lang.Throwable
        Specified by:
        getCanVerticallyScroll in interface IScrollInfo
        Throws:
        java.lang.Throwable
      • setCanVerticallyScroll

        public void setCanVerticallyScroll​(boolean CanVerticallyScroll)
                                    throws java.lang.Throwable
        Specified by:
        setCanVerticallyScroll in interface IScrollInfo
        Throws:
        java.lang.Throwable
      • getExtentHeight

        public double getExtentHeight()
                               throws java.lang.Throwable
        Specified by:
        getExtentHeight in interface IScrollInfo
        Throws:
        java.lang.Throwable
      • getExtentWidth

        public double getExtentWidth()
                              throws java.lang.Throwable
        Specified by:
        getExtentWidth in interface IScrollInfo
        Throws:
        java.lang.Throwable
      • getHorizontalOffset

        public double getHorizontalOffset()
                                   throws java.lang.Throwable
        Specified by:
        getHorizontalOffset in interface IScrollInfo
        Throws:
        java.lang.Throwable
      • getVerticalOffset

        public double getVerticalOffset()
                                 throws java.lang.Throwable
        Specified by:
        getVerticalOffset in interface IScrollInfo
        Throws:
        java.lang.Throwable
      • getViewportHeight

        public double getViewportHeight()
                                 throws java.lang.Throwable
        Specified by:
        getViewportHeight in interface IScrollInfo
        Throws:
        java.lang.Throwable
      • getViewportWidth

        public double getViewportWidth()
                                throws java.lang.Throwable
        Specified by:
        getViewportWidth in interface IScrollInfo
        Throws:
        java.lang.Throwable
      • setScrollOwner

        public void setScrollOwner​(ScrollViewer ScrollOwner)
                            throws java.lang.Throwable
        Specified by:
        setScrollOwner in interface IScrollInfo
        Throws:
        java.lang.Throwable