Interface BankTagsService

    • Method Detail

      • openBankTag

        void openBankTag​(java.lang.String tag,
                         int options)
        Open the given bank tag. The tag may have an associated TagTab, but this isn't required. If the tag has an associated Layout, the layout will be applied.
        Parameters:
        tag - the tag name
        options -
        See Also:
        OPTION_ALLOW_MODIFICATIONS, OPTION_HIDE_TAG_NAME
      • closeBankTag

        void closeBankTag()
        Close the currently open BankTag.
      • getActiveTag

        @Nullable
        java.lang.String getActiveTag()
        Get the currently active bank tag
        Returns:
      • getActiveBankTag

        @Nullable
        BankTag getActiveBankTag()
        Get the currently open BankTag
        Returns:
      • getActiveLayout

        @Nullable
        Layout getActiveLayout()
        Get the currently active Layout
        Returns: