Class TabPaneSelectionListener.Adapter

    • Constructor Detail

      • Adapter

        public Adapter()
        Deprecated.
    • Method Detail

      • previewSelectedIndexChange

        public Vote previewSelectedIndexChange​(TabPane tabPane,
                                               int selectedIndex)
        Deprecated.
        Description copied from interface: TabPaneSelectionListener
        Called to preview a selected index change.
        Specified by:
        previewSelectedIndexChange in interface TabPaneSelectionListener
        Parameters:
        tabPane - The source of the event.
        selectedIndex - The index that will be selected.
        Returns:
        The vote result as to whether to accept this selected index change.
      • selectedIndexChanged

        public void selectedIndexChanged​(TabPane tabPane,
                                         int previousSelectedIndex)
        Deprecated.
        Description copied from interface: TabPaneSelectionListener
        Called when a tab pane's selected index has changed.
        Specified by:
        selectedIndexChanged in interface TabPaneSelectionListener
        Parameters:
        tabPane - The source of the event.
        previousSelectedIndex - If the selection changed directly, contains the index that was previously selected. Otherwise, contains the current selection.