JavaFX 2.0 Choicebox - 有人实现了可编辑的选择框吗?
JavaFX 2.0 中当前的选择框似乎很有限。希望破解一个“可编辑”选项。有人实施过吗?或者有人有这样做的建议策略吗?我最初的想法是创建一个出现在选择框的关键事件上的文本框。
我的第二个想法是“自己动手”,但没有想太多。
The current choice box in JavaFX 2.0 seems limited.. Looking to hack in an "editable" one. Has anyone implemented one yet? Or does anyone have a suggested strategy for doing so? My initial thought is to create a textbox that appears on a key event to the choice box.
My second thought is a "Roll my own" but haven't thought much about it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
发布评论
评论(2)
-柠檬树下少年和吉他2024-12-16 09:26:50
它将包含在 JavaFX 2.1 中。
您可以在此处下载开发人员预览版:http://www.oracle。 com/technetwork/java/javafx/downloads/devpreview-1429449.html
~没有更多了~
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
寻找组合框。可以编辑(有editable属性)
http://docs.oracle.com/javafx/2 /api/javafx/scene/control/ComboBox.html
Look for ComboBox. It can be editable (there is editable property)
http://docs.oracle.com/javafx/2/api/javafx/scene/control/ComboBox.html