com.hp.lft.sdk.stdwin

Interface ScrollBar

    • Method Detail

      • setPosition

        void setPosition(int position)
                  throws GeneralLeanFtException
        Sets the scroll bar position.
        Parameters:
        position - the scroll bar position to be set.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • nextLine

        void nextLine(int numberOfLines)
               throws GeneralLeanFtException
        Moves the scroll bar downward, or to the right, the specified number of lines.
        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 the scroll bar downward, or to the right, the specified number of pages.
        Parameters:
        numberOfPages - the number of pages to move the scroll bar.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • previousLine

        void previousLine(int numberOfLines)
                   throws GeneralLeanFtException
        Moves the scroll bar upward, or to the left, the specified number of lines.
        Parameters:
        numberOfLines - the number of lines to move the scroll bar.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • previousPage

        void previousPage(int numberOfPages)
                   throws GeneralLeanFtException
        Moves the scroll bar upward, 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.