|
Spec-Zone .ru
спецификации, руководства, описания, API
|
static class TabPane.TabPaneSelectionModel extends SingleSelectionModel<Tab>
selectedIndexProperty, selectedItemProperty| Constructor and Description |
|---|
TabPane.TabPaneSelectionModel(TabPane t) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
getItemCount()
Gets the number of items available for the selection model.
|
protected Tab |
getModelItem(int index)
Gets the data model item associated with a specific index.
|
void |
select(int index)
Selects the given index.
|
clearAndSelect, clearSelection, clearSelection, isEmpty, isSelected, select, selectFirst, selectLast, selectNext, selectPreviousgetSelectedIndex, getSelectedItem, selectedIndexProperty, selectedItemProperty, setSelectedIndex, setSelectedItempublic TabPane.TabPaneSelectionModel(TabPane t)
public void select(int index)
SingleSelectionModelselect in class SingleSelectionModel<Tab>index - The position of the item to select in the selection model.protected Tab getModelItem(int index)
SingleSelectionModelgetModelItem in class SingleSelectionModel<Tab>index - The position of the item in the underlying data model.protected int getItemCount()
SingleSelectionModelgetItemCount in class SingleSelectionModel<Tab>Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved. Use is subject to .