Class TabPaneAttributeListener.Adapter

    • Constructor Detail

      • Adapter

        public Adapter()
        Deprecated.
    • Method Detail

      • tabDataChanged

        public void tabDataChanged​(TabPane tabPane,
                                   Component component,
                                   java.lang.Object previousTabData)
        Deprecated.
        Description copied from interface: TabPaneAttributeListener
        Called when a tab's tab data attribute has changed.
        Specified by:
        tabDataChanged in interface TabPaneAttributeListener
        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

        public void tooltipTextChanged​(TabPane tabPane,
                                       Component component,
                                       java.lang.String previousTooltipText)
        Deprecated.
        Description copied from interface: TabPaneAttributeListener
        Called when a tab's tooltipText attribute has changed.
        Specified by:
        tooltipTextChanged in interface TabPaneAttributeListener
        Parameters:
        tabPane - The source of this event.
        component - The actual tab component whose tooltip was changed.
        previousTooltipText - What the text used to be.