Uses of Class
com.imyeyu.fx.ui.components.popup.tips.PopupTipsLabel
Packages that use PopupTipsLabel
-
Uses of PopupTipsLabel in com.imyeyu.fx.ui.components.popup
Methods in com.imyeyu.fx.ui.components.popup that return PopupTipsLabelModifier and TypeMethodDescriptionstatic PopupTipsLabelPopupTipsService.installBindingText(javafx.scene.Node node, javafx.beans.binding.StringBinding binding) 为组件安装绑定文本弹窗提示static PopupTipsLabelPopupTipsService.installBindingText(javafx.scene.Node node, javafx.beans.property.BooleanProperty when, String then, String otherwise) 为组件安装绑定文本弹窗提示static PopupTipsLabelPopupTipsService.installBindingText(javafx.scene.Node node, javafx.beans.property.StringProperty property) 为组件安装绑定文本弹窗提示static PopupTipsLabelPopupTipsService.installText(javafx.scene.Node node, String text) 为组件安装文本弹窗提示