Uses of Class
javafx.beans.DefaultProperty
-
Packages that use DefaultProperty 软件包 描述 javafx.scene 为JavaFX Scene Graph API提供核心的基类集。javafx.scene.control JavaFX用户界面控件(UI控件或仅控件)是JavaFX场景中的专用节点,特别适用于许多不同应用程序环境中的重用。javafx.scene.image 提供加载和显示图像的一组类。javafx.scene.layout 提供类来支持用户界面布局。javafx.scene.text 为字体和可渲染的文本节点提供一组类。 -
-
Uses of DefaultProperty in javafx.scene
Classes in javafx.scene with annotations of type DefaultProperty Modifier and Type Class 描述 class
Group
一个Group
节点包含一个可观察列表的子节点,每当该节点呈现时按顺序渲染。class
Scene
JavaFXScene
类是场景图中所有内容的容器。 -
Uses of DefaultProperty in javafx.scene.control
Classes in javafx.scene.control with annotations of type DefaultProperty Modifier and Type Class 描述 class
ChoiceBox<T>
ChoiceBox用于向用户呈现一组相对较小的预定义选项,从中可以选择。class
DialogPane
class
Labeled
标签的Control
是与其用户界面的一部分相关联的文本内容。class
ListView<T>
ListView显示用户可以从中选择或与用户可以进行交互的项目的水平或垂直列表。class
Menu
可触发的项目的弹出菜单,仅根据请求向用户显示。class
MenuBar
MenuBar控件传统上放置在用户界面的最上方,嵌入其中是Menus
。class
Pagination
分页控件用于单个内容的页面之间的导航,该页面已分为较小的部分。class
ScrollPane
提供其内容的滚动,剪切视口的控件。class
SplitPane
具有两个或更多个侧面的控制器,每个侧面由分隔件隔开,可以由用户拖动以给其中一个侧面提供更多的空间,导致另一侧收缩相等的量。class
Tab
标签放置在TabPane
中 ,其中每个标签代表单个“页面”。class
TableView<S>
TableView控件旨在可视化无限数量的数据行,分为列。class
TabPane
class
TextInputControl
文本输入控件的抽象基类。class
TitledPane
TitledPane是一个可以打开和关闭的标题的面板。class
ToolBar
ToolBar是一个可以水平或垂直显示项目的控件。class
TreeTableView<S>
TreeTableView控件旨在可视化无限数量的数据行,分为列。class
TreeView<T>
TreeView控件提供了一个到根的视图(类型为TreeItem
)。 -
Uses of DefaultProperty in javafx.scene.image
Classes in javafx.scene.image with annotations of type DefaultProperty Modifier and Type Class 描述 class
ImageView
ImageView
是一个Node
用于绘画图像加载Image
类。 -
Uses of DefaultProperty in javafx.scene.layout
Classes in javafx.scene.layout with annotations of type DefaultProperty Modifier and Type Class 描述 class
Pane
布局窗格的基类需要将子列表暴露为公开,以便子类的用户可以自由添加/删除子级。 -
Uses of DefaultProperty in javafx.scene.text
Classes in javafx.scene.text with annotations of type DefaultProperty Modifier and Type Class 描述 class
Text
Text
类定义了一个显示文本的节点。
-