Uses of Class
javafx.scene.control.Tab
-
Packages that use Tab 软件包 描述 javafx.scene.control JavaFX用户界面控件(UI控件或仅控件)是JavaFX场景中的专用节点,特别适用于许多不同应用程序环境中的重用。 -
-
Uses of Tab in javafx.scene.control
Methods in javafx.scene.control that return types with arguments of type Tab Modifier and Type 方法 描述 SingleSelectionModel<Tab>TabPane. getSelectionModel()获取用于选项卡选择的模型。ObservableList<Tab>TabPane. getTabs()要在此TabPane中显示的选项卡。ObjectProperty<SingleSelectionModel<Tab>>TabPane. selectionModelProperty()用于选择标签的选择模型。Method parameters in javafx.scene.control with type arguments of type Tab Modifier and Type 方法 描述 voidTabPane. setSelectionModel(SingleSelectionModel<Tab> value)设置用于选项卡选择的模型。Constructors in javafx.scene.control with parameters of type Tab Constructor 描述 TabPane(Tab... tabs)构造一个新的TabPane,其中给定的选项卡设置为显示。
-