Class NavigationDrawer.NavSlectionModel

java.lang.Object
javafx.scene.control.SelectionModel<javafx.scene.control.Tab>
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 Link icon

    Properties inherited from class javafx.scene.control.SelectionModel Link icon

    selectedIndex, selectedItem
  • Constructor Summary Link icon

    Constructors
    Constructor
    Description
     
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    protected int
     
    protected javafx.scene.control.Tab
    getModelItem(int index)
     

    Methods inherited from class javafx.scene.control.SingleSelectionModel Link icon

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

    Methods inherited from class javafx.scene.control.SelectionModel Link icon

    getSelectedIndex, getSelectedItem, selectedIndexProperty, selectedItemProperty, setSelectedIndex, setSelectedItem

    Methods inherited from class java.lang.Object Link icon

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details Link icon

    • NavSlectionModel Link icon

      public NavSlectionModel()
  • Method Details Link icon

    • getModelItem Link icon

      protected javafx.scene.control.Tab getModelItem(int index)
      Specified by:
      getModelItem in class javafx.scene.control.SingleSelectionModel<javafx.scene.control.Tab>
    • getItemCount Link icon

      protected int getItemCount()
      Specified by:
      getItemCount in class javafx.scene.control.SingleSelectionModel<javafx.scene.control.Tab>