Class NavigationDrawer.NavSlectionModel

java.lang.Object
javafx.scene.control.SelectionModel<T>
javafx.scene.control.SingleSelectionModel<javafx.scene.control.Tab>
pamViewFX.fxNodes.navigationDrawer.NavigationDrawer.NavSlectionModel
Enclosing class:
NavigationDrawer

public class NavigationDrawer.NavSlectionModel extends javafx.scene.control.SingleSelectionModel<javafx.scene.control.Tab>
  • Property Summary

    Properties inherited from class javafx.scene.control.SelectionModel

    selectedIndex, selectedItem
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class javafx.scene.control.SingleSelectionModel

    clearAndSelect, clearSelection, clearSelection, isEmpty, isSelected, select, select, selectFirst, selectLast, selectNext, selectPrevious

    Methods inherited from class javafx.scene.control.SelectionModel

    getSelectedIndex, getSelectedItem, selectedIndexProperty, selectedItemProperty

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • NavSlectionModel

      public NavSlectionModel()