Interface TabPaneAttributeListener

    • Method Detail

      • tabDataChanged

        default void tabDataChanged​(TabPane tabPane,
                                    Component component,
                                    java.lang.Object previousTabData)
        Called when a tab's tab data attribute has changed.
        Parameters:
        tabPane - The source of this event.
        component - The component whose tab pane data has changed.
        previousTabData - What the tab data attribute used to be.
      • tooltipTextChanged

        default void tooltipTextChanged​(TabPane tabPane,
                                        Component component,
                                        java.lang.String previousTooltipText)
        Called when a tab's tooltipText attribute has changed.
        Parameters:
        tabPane - The source of this event.
        component - The actual tab component whose tooltip was changed.
        previousTooltipText - What the text used to be.