com.hp.lft.sdk.java

Interface ToolBarButton



  • public interface ToolBarButton
    A tool bar button in a Java tool bar.
    • Method Summary

      Modifier and TypeMethod and Description
      intgetIndex()
      The zero-based index of the toolbar button.
      java.lang.StringgetName()
      Returns the name of the toolbar button.
      booleanisEnabled()
      Indicates whether the toolbar button accepts user input.
      booleanisSelected()
      Indicates whether the toolbar button is either pressed or checked.
      voidpress()
      Presses this toolbar button.
      voidshowDropdown()
      Opens the drop down menu associated with this toolbar button by clicking the arrow part of the button.
    • Method Detail

      • getIndex

        int getIndex()
              throws GeneralLeanFtException
        The zero-based index of the toolbar button. The index does not include hidden and separator buttons.
        Returns:
        the index of the button.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • isSelected

        boolean isSelected()
                    throws GeneralLeanFtException
        Indicates whether the toolbar button is either pressed or checked. A button is pressed if it is being clicked; checked if it is a toggle button that is selected.
        Returns:
        true if the toolbar button is either pressed or checked.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • showDropdown

        void showDropdown()
                   throws GeneralLeanFtException
        Opens the drop down menu associated with this toolbar button by clicking the arrow part of the button.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.