com.hp.lft.sdk.stdwin

Interface TabControl

    • Method Detail

      • select

        void select(java.lang.String tab,
                    MouseButton button)
             throws GeneralLeanFtException
        Selects the specified tab by tab name.
        Parameters:
        tab - the specified tab to select from the tab control.
        button - the mouse button used to select the list item. Possible values: MouseButton
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • select

        void select(int tabIndex,
                    MouseButton button)
             throws GeneralLeanFtException
        Selects the specified tab by tab index.
        Parameters:
        tabIndex - the index of tab to select from the tab control.
        button - the mouse button used to select the list item. Possible values: MouseButton
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • select

        void select(java.lang.String tab)
             throws GeneralLeanFtException
        Selects the specified tab by tab name.
        Parameters:
        tab - the tab to select from the tab control.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • select

        void select(int tabIndex)
             throws GeneralLeanFtException
        Selects the specified tab by tab index.
        Parameters:
        tabIndex - the index of tab to select from the tab control.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • getTab

                                                    Tab getTab(java.lang.String name)
            throws GeneralLeanFtException
        Returns the tab with the specified name.
        Parameters:
        name - the name of the tab control item to return.
        Returns:
        the tab with the specified name.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.