Interface ToolBarItem

    • Method Detail

      • getTooltip

        String getTooltip()
        Returns:
        the caption
      • getIcon

        ToolBarIcon getIcon()
        Returns:
        the toolbar icon information
      • isEnabled

        boolean isEnabled()
        Returns:
        is the Tool Bar Item enabled
      • setEnabled

        void setEnabled​(boolean enabled)
        Parameters:
        enabled - the enabled to set
      • getCommand

        Command getCommand()
        Returns:
        The command associated with the Tool Bar Item