Interface TimiFXUI
- All Known Implementing Classes:
AbstractAlert, AbstractAlertFile, AbstractAlertInput, AbstractPopupTips, AbstractPopupTipsService, AlertConfirm, AlertFileBlendSelector, AlertFilePathSelector, AlertFileSelector, AlertLoading, AlertPassword, AlertTextArea, AlertTextField, AlertTips, BindingTableCell, CheckBoxPicker, CheckBoxTableCell, DateTimePicker, IconButton, IconPicker, MinecraftFont, Navigation, PopupTipsImage, PopupTipsLabel, PopupTipsService, ProgressSlider, ScreenIdentify, SelectableLabel, SVGIcon, TextAreaEditor, TextAreaEditorField, TextFieldTableCell, TextFlower, TimePicker, TitleLabel, ToggleIcon, TrayFX, VersionLabel, XHyperlink, XPagination, XTabPane
public interface TimiFXUI
- Version:
- 2024-04-13 14:18
- Author:
- 夜雨
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interfacestatic interfacestatic interfacestatic interface -
Field Summary
Fields -
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic <S,T> javafx.scene.control.TableColumn <S, T> emptyTableColumn(double width, Class<S> sClass, Class<T> tClass) 构建空的表格列,通常用于触发事件static javafx.scene.control.Labellabel()构建通用灰色标签static javafx.scene.control.Label构建通用灰色标签static javafx.scene.control.SeparatorMenuItemsep()快速构建菜单分割线static javafx.scene.control.Label构建通用标题标签static javafx.scene.control.Label构建通用标题标签static javafx.scene.control.Label构建通用标题标签
-
Field Details
-
RESOURCE
-
CSS_STYLE
-
CSS_FONT
-
MULTILINGUAL
static final com.imyeyu.lang.multi.ResourcesMultilingual MULTILINGUAL
-
-
Method Details
-
sep
static javafx.scene.control.SeparatorMenuItem sep()快速构建菜单分割线- Returns:
- 菜单分割线
-
label
static javafx.scene.control.Label label()构建通用灰色标签- Returns:
- 灰色标签
-
label
-
title
-
title
构建通用标题标签- Parameters:
text- 标题文本border- 边框- Returns:
- 标签
-
title
static javafx.scene.control.Label title(String text, javafx.scene.layout.Border border, javafx.scene.Node icon) 构建通用标题标签- Parameters:
text- 标题文本border- 边框icon- 图标- Returns:
- 标签
-
emptyTableColumn
-