Uses of Class
javafx.scene.control.TabPane
-
Packages that use TabPane 软件包 描述 javafx.scene.control JavaFX用户界面控件(UI控件或仅控件)是JavaFX场景中的专用节点,特别适用于许多不同应用程序环境中的重用。javafx.scene.control.skin javafx.scene.control.skin包是皮肤类(通常每个UI控件一个)所在的位置 -
-
Uses of TabPane in javafx.scene.control
Methods in javafx.scene.control that return TabPane Modifier and Type 方法 描述 TabPane
Tab. getTabPane()
对包含此选项卡实例的TabPane的引用。Methods in javafx.scene.control that return types with arguments of type TabPane Modifier and Type 方法 描述 ReadOnlyObjectProperty<TabPane>
Tab. tabPaneProperty()
包含此选项卡的TabPane。 -
Uses of TabPane in javafx.scene.control.skin
Constructors in javafx.scene.control.skin with parameters of type TabPane Constructor 描述 TabPaneSkin(TabPane control)
创建一个新的TabPaneSkin实例,将必需的子节点安装到控件children
列表中,以及处理键,鼠标等事件的必要输入映射。
-