com.hp.lft.sdk.winforms

Interface ScrollBar

    • Method Detail

      • nextLine

        void nextLine(int numberOfLines)
               throws GeneralLeanFtException
        Moves this scroll bar down the specified number of lines or emulates pressing the right arrow key the specified number of times.
        Parameters:
        numberOfLines - the number of lines to move the scroll bar.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • nextPage

        void nextPage(int numberOfPages)
               throws GeneralLeanFtException
        Moves this scroll bar down or to the right the specified number of pages.
        Parameters:
        numberOfPages - the number of pages
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • previousLine

        void previousLine(int numberOfLines)
                   throws GeneralLeanFtException
        Moves this scroll bar up the specified number of lines or emulates pressing the left arrow key the specified number of times.
        Parameters:
        numberOfLines - the number of lines
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • previousPage

        void previousPage(int numberOfPages)
                   throws GeneralLeanFtException
        Moves the scroll bar up or to the left the specified number of pages.
        Parameters:
        numberOfPages - the number of pages to move the scroll bar
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • getErrorText

        java.lang.String getErrorText()
                               throws GeneralLeanFtException
        Returns the tooltip text of the error icon associated with this object.
        Returns:
        the tooltip text of the error icon associated with this object.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.